Merge pull request #939 from Safelite/dependabot/npm_and_yarn/axios-1.8.2

Bump axios from 1.7.9 to 1.8.2
This commit is contained in:
Jeremy-Z 2025-05-21 12:45:05 -04:00 committed by GitHub
commit 83ef0eace2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

9
package-lock.json generated
View file

@ -8,7 +8,6 @@
"name": "digitalconsumer.iss",
"version": "0.1.0",
"dependencies": {
"axios": "^1.4.0",
"axios-retry": "^3.5.0",
"bootstrap": "^5.3",
"iframe-resizer": "^4.3.9",
@ -42,7 +41,7 @@
"@vue/test-utils": "^2.4.1",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"axe-core": "^4.10.2",
"axios": "^1.7.8",
"axios": "^1.8.2",
"axios-mock-adapter": "^1.21.5",
"babel-jest": "^27.0.6",
"concurrently": "^9.1.2",
@ -6052,9 +6051,9 @@
}
},
"node_modules/axios": {
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -16,7 +16,7 @@
"test:playwright": "playwright test --config=playwright-tests/playwright.config.ts"
},
"dependencies": {
"axios": "^1.4.0",
"axios": "^1.8.2",
"axios-retry": "^3.5.0",
"bootstrap": "^5.3",
"iframe-resizer": "^4.3.9",
@ -50,7 +50,7 @@
"@vue/test-utils": "^2.4.1",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"axe-core": "^4.10.2",
"axios": "^1.7.8",
"axios": "^1.8.2",
"axios-mock-adapter": "^1.21.5",
"babel-jest": "^27.0.6",
"concurrently": "^9.1.2",