Skip to content

Commit

Permalink
Merge pull request #629 from comp615/path-2
Browse files Browse the repository at this point in the history
Update Minimist; loosen to use caret dep version
  • Loading branch information
piglovesyou authored Oct 15, 2023
2 parents a5020ec + 775b94e commit d7d9f43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"loader-utils": "2.0.4",
"log-update": "4.0.0",
"make-dir": "3.1.0",
"minimist": "1.2.5",
"minimist": "^1.2.6",
"schema-utils": "3.0.0",
"slash": "3.0.0",
"string-env-interpolation": "1.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8561,7 +8561,7 @@ fsevents@~2.3.1:
log-update: 4.0.0
make-dir: 3.1.0
memory-fs: 0.5.0
minimist: 1.2.5
minimist: ^1.2.6
p-map: 4.0.0
prettier: 2.2.1
prettier-plugin-organize-imports: 1.1.1
Expand Down Expand Up @@ -11512,10 +11512,10 @@ fsevents@~2.3.1:
languageName: node
linkType: hard

"minimist@npm:1.2.5, minimist@npm:^1.2.0, minimist@npm:^1.2.5":
version: 1.2.5
resolution: "minimist@npm:1.2.5"
checksum: 86706ce5b36c16bfc35c5fe3dbb01d5acdc9a22f2b6cc810b6680656a1d2c0e44a0159c9a3ba51fb072bb5c203e49e10b51dcd0eec39c481f4c42086719bae52
"minimist@npm:^1.2.0, minimist@npm:^1.2.5, minimist@npm:^1.2.6":
version: 1.2.6
resolution: "minimist@npm:1.2.6"
checksum: d15428cd1e11eb14e1233bcfb88ae07ed7a147de251441d61158619dfb32c4d7e9061d09cab4825fdee18ecd6fce323228c8c47b5ba7cd20af378ca4048fb3fb
languageName: node
linkType: hard

Expand Down

0 comments on commit d7d9f43

Please sign in to comment.