Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 28, 2023
1 parent 9e0a4b7 commit 3fe4661
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^3.0.0",
"exports-loader": "^0.6.3",
"html-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^4.0.0",
"ignore-loader": "^0.1.2",
"imports-loader": "^0.7.1",
"jest": "^25.0.0",
"jest-image-snapshot": "^4.1.0",
"jest-puppeteer": "^4.3.0",
"jest": "^27.0.0",
"jest-image-snapshot": "^6.0.0",
"jest-puppeteer": "^5.0.0",
"less-loader": "^5.0.0",
"material-ui-dropzone": "^3.5.0",
"mini-css-extract-plugin": "^0.7.0",
Expand All @@ -52,8 +52,8 @@
"style-loader": "^0.13.2",
"url-join": "^4.0.0",
"url-loader": "^0.5.8",
"webpack": "4.35.0",
"webpack-cli": "^3.3.5"
"webpack": "5.0.0",
"webpack-cli": "^4.0.0"
},
"devDependencies": {
"@babel/preset-stage-2": "^7.0.0",
Expand Down

0 comments on commit 3fe4661

Please sign in to comment.