diff --git a/package-lock.json b/package-lock.json index c07412cfb..6d149946f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "@wdio/protocols": "^8.32.0", "@wdio/spec-reporter": "^8.32.4", "@wdio/visual-service": "^9.0.0", - "axios": "^1.13.2", + "axios": "^1.16.0", "babel-loader": "^9.1.3", "babel-plugin-styled-components": "^2.1.4", "chai": "^4.3.7", @@ -8334,12 +8334,12 @@ } }, "node_modules/axios": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", - "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz", + "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "form-data": "^4.0.5", "proxy-from-env": "^2.1.0" } diff --git a/package.json b/package.json index 32a5468f6..4209b4e97 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@wdio/protocols": "^8.32.0", "@wdio/spec-reporter": "^8.32.4", "@wdio/visual-service": "^9.0.0", - "axios": "^1.13.2", + "axios": "^1.16.0", "babel-loader": "^9.1.3", "babel-plugin-styled-components": "^2.1.4", "chai": "^4.3.7",