Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MINIMIST-559764
  • Loading branch information
snyk-bot authored and kontrollanten committed Jul 7, 2020
1 parent 3b79640 commit 33afcdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"electron-updater": "4.3.1",
"fs-jetpack": "^2.1.1",
"history": "^4.7.2",
"minimist": "^1.2.0",
"minimist": "^1.2.2",
"react": "^16.4",
"react-beautiful-dnd": "13.0.0",
"react-dom": "^16.4",
Expand Down Expand Up @@ -180,7 +180,7 @@
"identity-obj-proxy": "3.0.0",
"istanbul": "0.4.5",
"jest": "26.1.0",
"minimist": "1.2.0",
"minimist": "1.2.2",
"mocha": "8.0.1",
"node-sass": "4.14.1",
"nyc": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9501,7 +9501,7 @@ [email protected], minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=

[email protected], minimist@^1.2.0, minimist@^1.2.5:
[email protected], minimist@^1.2.0, minimist@^1.2.2, minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
Expand Down

0 comments on commit 33afcdd

Please sign in to comment.