Skip to content

Commit 5a0ac7c

Browse files
authored
fix: examples/angular-vite-pwa/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871
1 parent a89fadf commit 5a0ac7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/angular-vite-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate-pwa-assets": "pwa-assets-generator"
1010
},
1111
"dependencies": {
12-
"@angular/core": "^21.0.1",
12+
"@angular/core": "^21.0.7",
1313
"@angular/platform-browser": "^21.0.1",
1414
"@evolu/common": "latest",
1515
"@evolu/web": "latest"

0 commit comments

Comments
 (0)