Bump axios from 1.7.9 to 1.8.2 in /detox (#8660)
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2c32322bc7
commit
5231ee6553
2 changed files with 5 additions and 5 deletions
8
detox/package-lock.json
generated
8
detox/package-lock.json
generated
|
|
@ -17,7 +17,7 @@
|
|||
"@types/tough-cookie": "4.0.5",
|
||||
"@types/uuid": "10.0.0",
|
||||
"async": "3.2.6",
|
||||
"axios": "1.7.9",
|
||||
"axios": "1.8.2",
|
||||
"axios-cookiejar-support": "5.0.4",
|
||||
"babel-jest": "29.7.0",
|
||||
"babel-plugin-module-resolver": "5.0.2",
|
||||
|
|
@ -4422,9 +4422,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"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": {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"@types/tough-cookie": "4.0.5",
|
||||
"@types/uuid": "10.0.0",
|
||||
"async": "3.2.6",
|
||||
"axios": "1.7.9",
|
||||
"axios": "1.8.2",
|
||||
"axios-cookiejar-support": "5.0.4",
|
||||
"babel-jest": "29.7.0",
|
||||
"babel-plugin-module-resolver": "5.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue