Merge pull request #1180 from Safelite/dependabot/npm_and_yarn/axios-1.15.0

Bump axios from 1.13.5 to 1.15.0
This commit is contained in:
Jeremy-Z 2026-04-23 11:46:43 -04:00 committed by GitHub
commit 970a35e742
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 6 deletions

19
package-lock.json generated
View file

@ -9,7 +9,6 @@
"version": "0.1.0",
"dependencies": {
"@adyen/adyen-web": "^6.31.1",
"axios": "^1.13.5",
"axios-retry": "^3.5.0",
"bootstrap": "^5.3",
"iframe-resizer": "^4.3.9",
@ -47,7 +46,7 @@
"@vue/test-utils": "^2.4.1",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"axe-core": "^4.10.2",
"axios": "^1.13.5",
"axios": "^1.15.0",
"axios-mock-adapter": "^1.21.5",
"babel-jest": "^27.0.6",
"concurrently": "^9.1.2",
@ -6567,13 +6566,15 @@
}
},
"node_modules/axios": {
"version": "1.13.5",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.11",
"form-data": "^4.0.5",
"proxy-from-env": "^1.1.0"
"proxy-from-env": "^2.1.0"
}
},
"node_modules/axios-mock-adapter": {
@ -6618,6 +6619,16 @@
"is-retry-allowed": "^2.2.0"
}
},
"node_modules/axios/node_modules/proxy-from-env": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
}
},
"node_modules/b4a": {
"version": "1.6.7",
"dev": true,

View file

@ -21,7 +21,7 @@
},
"dependencies": {
"@adyen/adyen-web": "^6.31.1",
"axios": "^1.13.5",
"axios": "^1.15.0",
"axios-retry": "^3.5.0",
"bootstrap": "^5.3",
"iframe-resizer": "^4.3.9",
@ -59,7 +59,7 @@
"@vue/test-utils": "^2.4.1",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"axe-core": "^4.10.2",
"axios": "^1.13.5",
"axios": "^1.15.0",
"axios-mock-adapter": "^1.21.5",
"babel-jest": "^27.0.6",
"concurrently": "^9.1.2",