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 #
This commit is contained in:
parent
0082081d5c
commit
50802e7591
@ -351,7 +351,7 @@
|
||||
"@types/three": "^0.166.0",
|
||||
"@yarnpkg/lockfile": "^1.1.0",
|
||||
"@yarnpkg/parsers": "3.0.2",
|
||||
"axios": "^1.7.4",
|
||||
"axios": "^1.8.3",
|
||||
"classnames": "^2.5.1",
|
||||
"cliui": "^8.0.1",
|
||||
"core-js": "3.36.1",
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
"tmp": "~0.2.1",
|
||||
"tslib": "^2.3.0",
|
||||
"yargs": "^17.6.2",
|
||||
"axios": "^1.7.4"
|
||||
"axios": "^1.8.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
"@yarnpkg/lockfile": "^1.1.0",
|
||||
"@yarnpkg/parsers": "3.0.2",
|
||||
"@zkochan/js-yaml": "0.0.7",
|
||||
"axios": "^1.7.4",
|
||||
"axios": "^1.8.3",
|
||||
"chalk": "^4.1.0",
|
||||
"cli-cursor": "3.1.0",
|
||||
"cli-spinners": "2.6.1",
|
||||
|
||||
24
pnpm-lock.yaml
generated
24
pnpm-lock.yaml
generated
@ -73,8 +73,8 @@ importers:
|
||||
specifier: 3.0.2
|
||||
version: 3.0.2
|
||||
axios:
|
||||
specifier: ^1.7.4
|
||||
version: 1.7.7
|
||||
specifier: ^1.8.3
|
||||
version: 1.8.3
|
||||
classnames:
|
||||
specifier: ^2.5.1
|
||||
version: 2.5.1
|
||||
@ -8715,8 +8715,8 @@ packages:
|
||||
peerDependencies:
|
||||
axios: 0.x || 1.x
|
||||
|
||||
axios@1.7.7:
|
||||
resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
|
||||
axios@1.8.3:
|
||||
resolution: {integrity: sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==}
|
||||
|
||||
axobject-query@4.1.0:
|
||||
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
||||
@ -22217,7 +22217,7 @@ snapshots:
|
||||
'@module-federation/third-party-dts-extractor': 0.9.0
|
||||
adm-zip: 0.5.16
|
||||
ansi-colors: 4.1.3
|
||||
axios: 1.7.7
|
||||
axios: 1.8.3
|
||||
chalk: 3.0.0
|
||||
fs-extra: 9.1.0
|
||||
isomorphic-ws: 5.0.0(ws@8.18.0(bufferutil@4.0.7))
|
||||
@ -22242,7 +22242,7 @@ snapshots:
|
||||
'@module-federation/third-party-dts-extractor': 0.9.1
|
||||
adm-zip: 0.5.16
|
||||
ansi-colors: 4.1.3
|
||||
axios: 1.7.7
|
||||
axios: 1.8.3
|
||||
chalk: 3.0.0
|
||||
fs-extra: 9.1.0
|
||||
isomorphic-ws: 5.0.0(ws@8.18.0(bufferutil@4.0.7))
|
||||
@ -23768,8 +23768,8 @@ snapshots:
|
||||
'@nx/key@1.3.0-beta.7':
|
||||
dependencies:
|
||||
'@napi-rs/wasm-runtime': 0.2.4
|
||||
axios: 1.7.7
|
||||
axios-retry: 4.5.0(axios@1.7.7)
|
||||
axios: 1.8.3
|
||||
axios-retry: 4.5.0(axios@1.8.3)
|
||||
chalk: 4.1.2
|
||||
enquirer: 2.4.1
|
||||
ora: 5.4.1
|
||||
@ -27955,12 +27955,12 @@ snapshots:
|
||||
|
||||
axe-core@4.10.0: {}
|
||||
|
||||
axios-retry@4.5.0(axios@1.7.7):
|
||||
axios-retry@4.5.0(axios@1.8.3):
|
||||
dependencies:
|
||||
axios: 1.7.7
|
||||
axios: 1.8.3
|
||||
is-retry-allowed: 2.2.0
|
||||
|
||||
axios@1.7.7:
|
||||
axios@1.8.3:
|
||||
dependencies:
|
||||
follow-redirects: 1.15.9(debug@4.3.7)
|
||||
form-data: 4.0.0
|
||||
@ -34814,7 +34814,7 @@ snapshots:
|
||||
'@yarnpkg/lockfile': 1.1.0
|
||||
'@yarnpkg/parsers': 3.0.2
|
||||
'@zkochan/js-yaml': 0.0.7
|
||||
axios: 1.7.7
|
||||
axios: 1.8.3
|
||||
chalk: 4.1.2
|
||||
cli-cursor: 3.1.0
|
||||
cli-spinners: 2.6.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user