Skip to content

Commit 50802e7

Browse files
authored
fix(misc): update axios and webpack (#30379)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> The current versions of Axios and webpack packages have vulnerabilities ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Versions of axios and webpack have no known vulnerabilities ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 0082081 commit 50802e7

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"@types/three": "^0.166.0",
352352
"@yarnpkg/lockfile": "^1.1.0",
353353
"@yarnpkg/parsers": "3.0.2",
354-
"axios": "^1.7.4",
354+
"axios": "^1.8.3",
355355
"classnames": "^2.5.1",
356356
"cliui": "^8.0.1",
357357
"core-js": "3.36.1",

packages/create-nx-workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tmp": "~0.2.1",
3838
"tslib": "^2.3.0",
3939
"yargs": "^17.6.2",
40-
"axios": "^1.7.4"
40+
"axios": "^1.8.3"
4141
},
4242
"publishConfig": {
4343
"access": "public"

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@yarnpkg/lockfile": "^1.1.0",
4242
"@yarnpkg/parsers": "3.0.2",
4343
"@zkochan/js-yaml": "0.0.7",
44-
"axios": "^1.7.4",
44+
"axios": "^1.8.3",
4545
"chalk": "^4.1.0",
4646
"cli-cursor": "3.1.0",
4747
"cli-spinners": "2.6.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)