Skip to content

Commit e3e9cbe

Browse files
Phillip9587FrozenPandaz
authored andcommitted
fix(core): update axios to address CVE-2023-45857 (#20493)
(cherry picked from commit f0d93d0)
1 parent b623ce9 commit e3e9cbe

File tree

6 files changed

+27
-10
lines changed

6 files changed

+27
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"@yarnpkg/lockfile": "^1.1.0",
328328
"@yarnpkg/parsers": "3.0.0-rc.46",
329329
"@zkochan/js-yaml": "0.0.6",
330-
"axios": "^1.5.1",
330+
"axios": "^1.6.0",
331331
"classnames": "^2.3.1",
332332
"cliui": "^8.0.1",
333333
"core-js": "^3.6.5",

packages/create-nx-workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"tmp": "~0.2.1",
3737
"tslib": "^2.3.0",
3838
"yargs": "^17.6.2",
39-
"axios": "^1.5.1"
39+
"axios": "^1.6.0"
4040
},
4141
"publishConfig": {
4242
"access": "public"

packages/node/migrations.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
"alwaysAddToPackageJson": false
3535
}
3636
}
37+
},
38+
"17.3.1": {
39+
"version": "17.3.1-beta.0",
40+
"packages": {
41+
"axios": {
42+
"version": "^1.6.0",
43+
"alwaysAddToPackageJson": false
44+
}
45+
}
3746
}
3847
}
3948
}

packages/node/src/utils/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export const fastifyAutoloadVersion = '~5.7.1';
1515
export const fastifySensibleVersion = '~5.2.0';
1616
export const fastifyPluginVersion = '~4.5.0';
1717

18-
export const axiosVersion = '^1.0.0';
18+
export const axiosVersion = '^1.6.0';

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@yarnpkg/lockfile": "^1.1.0",
3737
"@yarnpkg/parsers": "3.0.0-rc.46",
3838
"@zkochan/js-yaml": "0.0.6",
39-
"axios": "^1.5.1",
39+
"axios": "^1.6.0",
4040
"chalk": "^4.1.0",
4141
"cli-cursor": "3.1.0",
4242
"cli-spinners": "2.6.1",

pnpm-lock.yaml

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)