Skip to content

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-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jun 21, 2023
1 parent fafd8b0 commit 900f17e
Show file tree
Hide file tree
Showing 2 changed files with 912 additions and 694 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"fs-extra": "^9.0.1",
"glob": "^7.1.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^26.6.3",
"jest": "^27.0.0",
"jest-diff": "^25.0.0",
"jest-extended": "^0.11.2",
"jest-localstorage-mock": "^2.3.0",
Expand All @@ -94,7 +94,7 @@
"rimraf": "^2.5.2",
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"semver": "^5.5.0",
"semver": "^7.5.2",
"split2": "^3.2.2",
"style-loader": "^3.3.1",
"to-camel-case": "^1.0.0",
Expand Down
Loading

0 comments on commit 900f17e

Please sign in to comment.