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-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 13, 2024
1 parent fafd8b0 commit 48ad30f
Show file tree
Hide file tree
Showing 2 changed files with 990 additions and 1,585 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"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-extended": "^2.0.0",
"jest-localstorage-mock": "^2.3.0",
"jszip": "^3.7.1",
"klaw-sync": "^3.0.0",
Expand All @@ -98,7 +98,7 @@
"split2": "^3.2.2",
"style-loader": "^3.3.1",
"to-camel-case": "^1.0.0",
"ts-jest": "^26.4.4",
"ts-jest": "^27.0.0",
"ts-loader": "^9",
"ts-node": "^7.0.0",
"typescript": "^4.6.4",
Expand Down
Loading

0 comments on commit 48ad30f

Please sign in to comment.