Skip to content

Commit

Permalink
fix(core): update axios to address CVE-2023-45857 (#20493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed Jan 31, 2024
1 parent 7ed534f commit f0d93d0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.46",
"@zkochan/js-yaml": "0.0.6",
"axios": "^1.5.1",
"axios": "^1.6.0",
"classnames": "^2.3.1",
"cliui": "^8.0.1",
"core-js": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tmp": "~0.2.1",
"tslib": "^2.3.0",
"yargs": "^17.6.2",
"axios": "^1.5.1"
"axios": "^1.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/node/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
"alwaysAddToPackageJson": false
}
}
},
"17.3.1": {
"version": "17.3.1-beta.0",
"packages": {
"axios": {
"version": "^1.6.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/node/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export const fastifyAutoloadVersion = '~5.7.1';
export const fastifySensibleVersion = '~5.2.0';
export const fastifyPluginVersion = '~4.5.0';

export const axiosVersion = '^1.0.0';
export const axiosVersion = '^1.6.0';
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.46",
"@zkochan/js-yaml": "0.0.6",
"axios": "^1.5.1",
"axios": "^1.6.0",
"chalk": "^4.1.0",
"cli-cursor": "3.1.0",
"cli-spinners": "2.6.1",
Expand Down
20 changes: 14 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0d93d0

Please sign in to comment.