From 7bc4216c24a91ec66f18751247c6877c2dddee46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:13:45 +0000 Subject: [PATCH 1/2] chore(deps): bump axios from 1.12.0 to 1.13.5 Bumps [axios](https://github.com/axios/axios) from 1.12.0 to 1.13.5. - [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.12.0...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index f3e9bbc5c..015b99b8d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@typeform/embed-react": "^1.19.0", "@vitest/browser": "^2.1.9", "assert": "^2.1.0", - "axios": "^1.12.0", + "axios": "^1.13.5", "bip39": "^3.0.3", "browserify-zlib": "^0.2.0", "copy-to-clipboard": "^3.3.1", diff --git a/yarn.lock b/yarn.lock index 5797bda8f..50e551b56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3970,13 +3970,13 @@ axios@1.13.2: form-data "^4.0.4" proxy-from-env "^1.1.0" -axios@^1.12.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3" - integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg== +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== dependencies: - follow-redirects "^1.15.6" - form-data "^4.0.4" + follow-redirects "^1.15.11" + form-data "^4.0.5" proxy-from-env "^1.1.0" babel-plugin-emotion@^10.0.27: @@ -5749,10 +5749,10 @@ flatted@^3.3.1: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.2.tgz#adba1448a9841bec72b42c532ea23dbbedef1a27" integrity sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA== -follow-redirects@^1.15.6: - version "1.15.9" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1" - integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ== +follow-redirects@^1.15.11, follow-redirects@^1.15.6: + version "1.15.11" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340" + integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ== for-each@^0.3.3: version "0.3.3" @@ -5776,10 +5776,10 @@ foreground-child@^3.1.0: cross-spawn "^7.0.0" signal-exit "^4.0.1" -form-data@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4" - integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow== +form-data@^4.0.4, form-data@^4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053" + integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" From a249a9f399888f652d2f8c4f6b1910ca91ff6ae8 Mon Sep 17 00:00:00 2001 From: Ramon Candel Segura Date: Wed, 11 Feb 2026 15:29:26 +0100 Subject: [PATCH 2/2] Removed old project structure from readme --- README.md | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/README.md b/README.md index 7210038cd..79e50cb0e 100644 --- a/README.md +++ b/README.md @@ -66,39 +66,7 @@ It correctly bundles React in production mode and optimizes the build for the be The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! -## Directory structure (old) - -- [.github](./.github) -- [.husky](./.husky) -- [public](./public) -- [scripts](./scripts) -- [src](./src) - - [app](./src/app) - - [assets](./src/assets) - - [App.tsx](./src/App.tsx) - - [index.scss](./src/index.scss) - - [index.tsx](./src/index.tsx) - - [react-app-env.d.ts](./src/react-app-env.d.ts) - - [reportWebVitals.ts](./src/reportWebVitals.ts) - - [setupTests.ts](./src/setupTests.ts) -- [test](./test) -- [.env.example](./.env.example) -- [.eslintrc.json](./eslintrc.json) -- [.gitignore](./.gitignore) -- [.npmrc.template](./.npmrc.template) -- [.pretierrc.json](./.pretierrc.json) -- [.stylelintignore](./.stylelintignore) -- [.stylelintrc.json](./.stylelintrc.json) -- [craco.config.js](./craco.config.js) -- [package.json](./package.json) -- [README.md](./README.md) -- [tailwind.config.js](./tailwind.config.js) -- [tsconfig.json](./tsconfig.json) -- [yarn.lock](./yarn.lock) - -The [/src](./src) folder contains the source code. - -# New Project Structure +# Project Structure This project is organized following a **visual and functional hierarchy** approach. Each view (or page) has its own folder containing its specific components, styles, and logic. Additionally, reusable components, custom hooks, utilities, and global styles are stored in separate directories to enhance reusability and maintainability.