Skip to content

Commit

Permalink
chore(core): update axios to ^1.7.4 (nrwl#27420)
Browse files Browse the repository at this point in the history
Closes CVE-2024-39338



## Related Issue(s)

Fixes nrwl#27419
  • Loading branch information
maaaathis authored Aug 16, 2024
1 parent 4941be6 commit 8295275
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 50 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@types/semver": "^7.5.2",
"@types/tar-stream": "^2.2.2",
"@types/tmp": "^0.2.0",
"@types/yargs": "^17.0.10",
"@types/yargs": "17.0.10",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
Expand Down Expand Up @@ -301,7 +301,7 @@
"webpack-sources": "^3.2.3",
"webpack-subresource-integrity": "^5.1.0",
"xstate": "4.34.0",
"yargs": "^17.6.2",
"yargs": "17.6.2",
"yargs-parser": "21.1.1"
},
"author": "Victor Savkin",
Expand Down Expand Up @@ -331,7 +331,7 @@
"@widgetbot/react-embed": "^1.9.0",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.46",
"axios": "^1.7.2",
"axios": "^1.7.4",
"classnames": "^2.5.1",
"cliui": "^8.0.1",
"core-js": "3.36.1",
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 @@ -37,7 +37,7 @@
"tmp": "~0.2.1",
"tslib": "^2.3.0",
"yargs": "^17.6.2",
"axios": "^1.7.2"
"axios": "^1.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.46",
"@zkochan/js-yaml": "0.0.7",
"axios": "^1.7.2",
"axios": "^1.7.4",
"chalk": "^4.1.0",
"cli-cursor": "3.1.0",
"cli-spinners": "2.6.1",
Expand Down
78 changes: 34 additions & 44 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tools/documentation/create-embeddings/src/main.mts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class MarkdownEmbeddingSource extends BaseEmbeddingSource {
type EmbeddingSource = MarkdownEmbeddingSource;

async function generateEmbeddings() {
const argv = await yargs().option('refresh', {
const argv = await yargs(process.argv).option('refresh', {
alias: 'r',
description: 'Refresh data',
type: 'boolean',
Expand Down

0 comments on commit 8295275

Please sign in to comment.