Merge branch 'develop' into feature/humphries/INSR-10447

This commit is contained in:
Jeremy-Z 2026-07-21 11:44:07 -04:00 committed by GitHub
commit d245d50958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View file

@ -9,7 +9,6 @@
"version": "1.1.0",
"dependencies": {
"@adyen/adyen-web": "^6.31.1",
"axios": "^1.16.0",
"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.16.0",
"axios": "^1.18.0",
"axios-mock-adapter": "^1.21.5",
"babel-jest": "^27.0.6",
"concurrently": "^9.1.2",
@ -6007,14 +6006,15 @@
}
},
"node_modules/axios": {
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
"integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
"version": "1.18.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
"integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==",
"dev": true,
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.16.0",
"form-data": "^4.0.5",
"https-proxy-agent": "^5.0.1",
"proxy-from-env": "^2.1.0"
}
},

View file

@ -21,7 +21,7 @@
},
"dependencies": {
"@adyen/adyen-web": "^6.31.1",
"axios": "^1.16.0",
"axios": "^1.18.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.16.0",
"axios": "^1.18.0",
"axios-mock-adapter": "^1.21.5",
"babel-jest": "^27.0.6",
"concurrently": "^9.1.2",