Skip to content

Commit 604e8f2

Browse files
Bump axios (#220)
Bumps the npm_and_yarn group with 1 update in the /quotes-frontend directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.11.0 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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c4cb3d commit 604e8f2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

quotes-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@heroicons/react": "^2.2.0",
13-
"axios": "^1.11.0",
13+
"axios": "^1.12.0",
1414
"next": "15.4.7",
1515
"pino": "^9.7.0",
1616
"react": "^19.1.1",

quotes-frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -907,10 +907,10 @@ axe-core@^4.10.0:
907907
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz"
908908
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
909909

910-
axios@^1.11.0:
911-
version "1.11.0"
912-
resolved "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz"
913-
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
910+
axios@^1.12.0:
911+
version "1.12.0"
912+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
913+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
914914
dependencies:
915915
follow-redirects "^1.15.6"
916916
form-data "^4.0.4"

0 commit comments

Comments
 (0)