Skip to content

Commit

Permalink
fix: pin minimist to solve dependabot security issues (#1598)
Browse files Browse the repository at this point in the history
* fix: yarn file

* fix: version
  • Loading branch information
Anas12091101 authored Sep 19, 2024
1 parent 0089e67 commit 8ba50c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"keycode": "^2.2.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.1.2",
"minimist": "^1.2.6",
"minimist": "1.2.8",
"mocha": "^8.0.0",
"moment": "^2.29.4",
"mutationobserver-shim": "^0.3.5",
Expand Down Expand Up @@ -125,6 +125,7 @@
"yup": "^0.32.0"
},
"resolutions": {
"minimist": "1.2.8",
"merge": "^2.1.1",
"webpack/watchpack/watchpack-chokidar2/**/chokidar": "^3.4.3"
},
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7793,12 +7793,7 @@ [email protected]:
is-plain-obj "^1.1.0"
kind-of "^6.0.3"

[email protected]:
version "1.1.3"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.1.3.tgz#3bedfd91a92d39016fcfaa1c681e8faa1a1efda8"
integrity sha512-2RbeLaM/Hbo9vJ1+iRrxzfDnX9108qb2m923U+s+Ot2eMey0IYGdSjzHmvtg2XsxoCuMnzOMw7qc573RvnLgwg==

minimist@^1.2.0, minimist@^1.2.6:
[email protected], [email protected], minimist@^1.2.0, minimist@^1.2.6:
version "1.2.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
Expand Down

0 comments on commit 8ba50c9

Please sign in to comment.