Skip to content

Commit dcde76b

Browse files
authored
📦️ update vulnerable axios package to ^1.12.0 (#995)
* 📦️ update vulnerable axios package to ^1.12.0 * 📦️ update vulnerable axios package to ^1.12.0
1 parent 9e1c0af commit dcde76b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@nestjs/core": "^11.0.16",
8585
"@nestjs/platform-express": "^11.0.16",
8686
"@nuxtjs/opencollective": "0.3.2",
87-
"axios": "^1.8.4",
87+
"axios": "^1.12.0",
8888
"chalk": "4.1.2",
8989
"commander": "8.3.0",
9090
"compare-versions": "4.1.4",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3888,7 +3888,16 @@ autoprefixer@^10.4.9:
38883888
picocolors "^1.1.1"
38893889
postcss-value-parser "^4.2.0"
38903890

3891-
axios@^1.8.3, axios@^1.8.4:
3891+
axios@^1.12.0:
3892+
version "1.12.1"
3893+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.1.tgz#0747b39c5b615f81f93f2c138e6d82a71426937f"
3894+
integrity sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==
3895+
dependencies:
3896+
follow-redirects "^1.15.6"
3897+
form-data "^4.0.4"
3898+
proxy-from-env "^1.1.0"
3899+
3900+
axios@^1.8.3:
38923901
version "1.11.0"
38933902
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
38943903
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==

0 commit comments

Comments
 (0)