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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent 008eaa0 commit 25f39b3
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 @@ -124,9 +124,9 @@
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.5.2",
"fork-ts-checker-webpack-plugin": "^7.0.0",
"gh-pages": "^5.0.0",
"glob": "^8.0.1",
"glob": "^9.0.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.0.0",
"jest": "^29.4.3",
Expand All @@ -148,7 +148,7 @@
"react-router-dom": "^6.3.0",
"react-test-renderer": "^18.1.0",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^3.0.2",
"rimraf": "^4.0.0",
"rollup": "^2.74.1",
"sqlite-wasm-http": "^1.1.1",
"style-loader": "^3.3.1",
Expand Down

0 comments on commit 25f39b3

Please sign in to comment.