Skip to content

Commit c680d5b

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871
1 parent 58ebf62 commit c680d5b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"dependencies": {
6060
"@angular/cdk": "^21.0.5",
6161
"@angular/common": "^21.0.6",
62-
"@angular/compiler": "^21.0.6",
63-
"@angular/core": "^21.0.6",
62+
"@angular/compiler": "^21.0.7",
63+
"@angular/core": "^21.0.7",
6464
"@angular/forms": "^21.0.6",
6565
"@angular/platform-browser": "^21.0.6",
6666
"@angular/platform-browser-dynamic": "^21.0.6",

0 commit comments

Comments
 (0)