Skip to content

Commit 35eb244

Browse files
authored
fix: upgrade multiple dependencies with Snyk (#127)
Snyk has created this PR to upgrade: - @angular/animations from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/platform-browser from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/router See this project in Snyk: https://app.snyk.io/org/surajpuvvada/project/ef7d5fda-8b2a-4c5c-8c7d-c16bd9215aac?utm_source=github&utm_medium=upgrade-pr
1 parent aa65ef1 commit 35eb244

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

package-lock.json

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/animations": "^11.0.2",
21-
"@angular/common": "^11.0.2",
22-
"@angular/compiler": "^11.0.2",
23-
"@angular/core": "^11.0.2",
24-
"@angular/forms": "^11.0.2",
25-
"@angular/platform-browser": "^11.0.2",
26-
"@angular/platform-browser-dynamic": "^11.0.2",
27-
"@angular/router": "^11.0.2",
20+
"@angular/animations": "^11.0.3",
21+
"@angular/common": "^11.0.3",
22+
"@angular/compiler": "^11.0.3",
23+
"@angular/core": "^11.0.3",
24+
"@angular/forms": "^11.0.3",
25+
"@angular/platform-browser": "^11.0.3",
26+
"@angular/platform-browser-dynamic": "^11.0.3",
27+
"@angular/router": "^11.0.3",
2828
"@hypertrace/hyperdash": "^1.1.2",
2929
"core-js": "^3.8.1",
3030
"lodash-es": "^4.17.20",

0 commit comments

Comments
 (0)