Skip to content

Commit

Permalink
fix: assets/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-ELLIPTIC-8172694
- https://snyk.io/vuln/SNYK-JS-MINIMIST-559764
  • Loading branch information
snyk-bot committed Oct 12, 2024
1 parent 52dc113 commit 6cee710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"datatables.net-bs4": "1.10.16",
"dom-classes": "^1.0.0",
"dotenv-webpack": "^1.5.5",
"eslint": "^4.18.2",
"eslint": "^9.0.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
Expand Down Expand Up @@ -73,7 +73,7 @@
"turbolinks": "^5.1.1",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^1.0.1",
"webpack": "^4.20.2",
"webpack": "^5.0.0",
"webpack-cli": "^2.0.11",
"webpack-merge": "^4.1.2",
"workbox-webpack-plugin": "^2.1.3"
Expand Down

0 comments on commit 6cee710

Please sign in to comment.