Skip to content

Commit 5803177

Browse files
authored
fix: examples/custom-webpack/sanity-app/package.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 5951444 commit 5803177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/custom-webpack/sanity-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"dependencies": {
1515
"@angular/animations": "18.0.6",
1616
"@angular/common": "18.0.6",
17-
"@angular/compiler": "18.0.6",
18-
"@angular/core": "18.0.6",
17+
"@angular/compiler": "19.2.18",
18+
"@angular/core": "19.2.18",
1919
"@angular/forms": "18.0.6",
2020
"@angular/platform-browser": "18.0.6",
2121
"@angular/platform-browser-dynamic": "18.0.6",

0 commit comments

Comments
 (0)