From f519a98ffbaa1092c878c6f413dfd94cab735bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:05:29 +0000 Subject: [PATCH 1/2] build(deps): bump axios from 1.13.5 to 1.15.0 Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c41e6f06c..40e8286fc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@typeform/embed-react": "^1.19.0", "@vitest/browser": "^2.1.9", "assert": "^2.1.0", - "axios": "^1.13.5", + "axios": "^1.15.0", "bip39": "^3.0.3", "browserify-zlib": "^0.2.0", "copy-to-clipboard": "^3.3.1", diff --git a/yarn.lock b/yarn.lock index e3960e201..ca3ad8e2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4023,14 +4023,14 @@ axios@1.13.6: form-data "^4.0.5" proxy-from-env "^1.1.0" -axios@^1.13.5: - version "1.13.5" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43" - integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q== +axios@^1.15.0: + version "1.15.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f" + integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q== dependencies: follow-redirects "^1.15.11" form-data "^4.0.5" - proxy-from-env "^1.1.0" + proxy-from-env "^2.1.0" babel-plugin-emotion@^10.0.27: version "10.2.2" @@ -7866,6 +7866,11 @@ proxy-from-env@^1.1.0: resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== +proxy-from-env@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba" + integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA== + psl@^1.1.33: version "1.9.0" resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7" From 9771d9eaf7036ebf862ffa021a86982bfd013c52 Mon Sep 17 00:00:00 2001 From: Ramon Candel Segura Date: Mon, 13 Apr 2026 16:21:55 +0200 Subject: [PATCH 2/2] Format readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a8b4379a4..0fb668498 100644 --- a/README.md +++ b/README.md @@ -176,10 +176,7 @@ It is important to add in the `tailwind.config.ts` file, within the `safelist` p For example, with this snippet we are telling Tailwind to keep the react-bootstrap Dropdown and Tabs classes: ```typescript - safelist: [ - 'dropdown-menu', 'dropdown-item', - 'nav-item', 'nav-link', 'tab-content', 'tab-pane' - ] +safelist: ['dropdown-menu', 'dropdown-item', 'nav-item', 'nav-link', 'tab-content', 'tab-pane']; ``` ## Recommended IDE extensions (Visual Studio Code)