Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"webpack": "^5.108.4",
"webpack-cli": "^7.2.1",
"webpack-merge": "^6.0.1",
"yargs": "^18.0.0"
"yargs": "^18.1.0"
},
"resolutions": {
"@types/mdx@npm:^2.0.0": "patch:@types/mdx@npm%3A2.0.13#~/.yarn/patches/@types-mdx-npm-2.0.13-52981f86f6.patch",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5592,7 +5592,7 @@ __metadata:
webpack: "npm:^5.108.4"
webpack-cli: "npm:^7.2.1"
webpack-merge: "npm:^6.0.1"
yargs: "npm:^18.0.0"
yargs: "npm:^18.1.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -19692,7 +19692,7 @@ __metadata:
languageName: node
linkType: hard

"yargs@npm:18.0.0, yargs@npm:^18.0.0":
"yargs@npm:18.0.0":
version: 18.0.0
resolution: "yargs@npm:18.0.0"
dependencies:
Expand Down Expand Up @@ -19721,6 +19721,20 @@ __metadata:
languageName: node
linkType: hard

"yargs@npm:^18.1.0":
version: 18.1.0
resolution: "yargs@npm:18.1.0"
dependencies:
cliui: "npm:^9.0.1"
escalade: "npm:^3.1.1"
get-caller-file: "npm:^2.0.5"
string-width: "npm:^8.2.1"
y18n: "npm:^5.0.5"
yargs-parser: "npm:^22.0.0"
checksum: 10/b26d477c3f62b0a031d8f3fea16325e286375e6039e5fca5efb1ec1d64eab3cfe136edb2887e4f2e2c9a5e004d0eca735079ea0be4ca34273c6e949639c6177b
languageName: node
linkType: hard

"yauzl@npm:^3.4.0":
version: 3.4.0
resolution: "yauzl@npm:3.4.0"
Expand Down
Loading