Skip to content

Commit

Permalink
fix: package.json 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 6a3d830 commit 0ea542c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-react": "^7.29.4",
"expose-loader": "^3.1.0",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
Expand All @@ -55,7 +55,7 @@
"js-yaml": "^4.1.0",
"json-stringify-safe": "^5.0.1",
"junit-merge": "^2.0.0",
"lerna": "^4.0.0",
"lerna": "^6.5.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
"npm-check-updates": "^12.5.9",
Expand All @@ -78,7 +78,7 @@
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.3",
"webpack-dev-server": "^4.0.0",
"webpack-node-externals": "^3.0.0",
"webpack-sentry-plugin": "^2.0.3",
"workbox-webpack-plugin": "^6.5.3",
Expand Down

0 comments on commit 0ea542c

Please sign in to comment.