Skip to content

Commit

Permalink
fix: package.json & package-lock.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 Apr 17, 2024
1 parent 214638b commit 8269918
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 46 deletions.
151 changes: 106 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@lwc/eslint-plugin-lwc": "^1.6.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-module-resolver": "^5.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
Expand Down

0 comments on commit 8269918

Please sign in to comment.