Skip to content

Commit fc7a2e4

Browse files
chore(deps): bump axios from 1.8.2 to 1.12.0
Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.2...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8b6476 commit fc7a2e4

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"preview": "vite preview"
1717
},
1818
"dependencies": {
19-
"axios": "^1.8.2",
19+
"axios": "^1.12.0",
2020
"polished": "^4.2.2",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -919,13 +919,13 @@ available-typed-arrays@^1.0.5:
919919
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
920920
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
921921

922-
axios@^1.8.2:
923-
version "1.8.2"
924-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
925-
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
922+
axios@^1.12.0:
923+
version "1.12.0"
924+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
925+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
926926
dependencies:
927927
follow-redirects "^1.15.6"
928-
form-data "^4.0.0"
928+
form-data "^4.0.4"
929929
proxy-from-env "^1.1.0"
930930

931931
"babel-plugin-styled-components@>= 1.12.0":
@@ -1533,7 +1533,7 @@ for-each@^0.3.3:
15331533
dependencies:
15341534
is-callable "^1.1.3"
15351535

1536-
form-data@^4.0.0:
1536+
form-data@^4.0.0, form-data@^4.0.4:
15371537
version "4.0.4"
15381538
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
15391539
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==

0 commit comments

Comments
 (0)