Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#396)
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-WEBPACKDEVMIDDLEWARE-6476555

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
ludeknovy and snyk-bot authored Sep 4, 2024
1 parent 2e5a25b commit 3e45d80
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 34 deletions.
210 changes: 177 additions & 33 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 @@ -13,7 +13,7 @@
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^15.2.10",
"@angular-devkit/build-angular": "^15.2.11",
"@angular/animations": "^15.2.10",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
Expand Down

0 comments on commit 3e45d80

Please sign in to comment.