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 cf3c8bb commit 7392f8d
Show file tree
Hide file tree
Showing 2 changed files with 925 additions and 2,393 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@
"tiny-queue": "^0.2.1",
"twitter-text": "3.1.0",
"uuid": "^8.3.1",
"webpack": "^4.46.0",
"webpack": "^5.0.0",
"webpack-assets-manifest": "^4.0.6",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^3.3.12",
"webpack-cli": "^4.0.0",
"webpack-merge": "^5.8.0",
"wicg-inert": "^3.1.2",
"workbox-expiration": "^6.5.4",
Expand Down Expand Up @@ -162,7 +162,7 @@
"react-test-renderer": "^16.14.0",
"stylelint": "^14.14.0",
"stylelint-config-standard-scss": "^5.0.0",
"webpack-dev-server": "^3.11.3",
"webpack-dev-server": "^4.0.0",
"yargs": "^17.6.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 7392f8d

Please sign in to comment.