From f5785f49837abb2338844a12ef626979d1094656 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jan 2022 10:35:39 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @angular/animations from 11.0.9 to 11.2.14. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 11.0.9 to 11.2.14. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 11.0.9 to 11.2.14. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 11.0.9 to 11.2.14. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 11.0.9 to 11.2.14. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/platform-browser from 11.0.9 to 11.2.14. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 11.0.9 to 11.2.14. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 11.0.9 to 11.2.14. See this package in npm: https://www.npmjs.com/package/@angular/router See this project in Snyk: https://app.snyk.io/org/emerson-org/project/7dde7c07-ac2e-4e1c-a721-1a085f1cdf50?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/angular-todomvc/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/angular-todomvc/package.json b/examples/angular-todomvc/package.json index b2d5ea1b93..8b59315a84 100644 --- a/examples/angular-todomvc/package.json +++ b/examples/angular-todomvc/package.json @@ -12,14 +12,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~11.0.4", - "@angular/common": "~11.0.4", - "@angular/compiler": "~11.0.4", - "@angular/core": "~11.0.4", - "@angular/forms": "~11.0.4", - "@angular/platform-browser": "~11.0.4", - "@angular/platform-browser-dynamic": "~11.0.4", - "@angular/router": "~11.0.4", + "@angular/animations": "~11.2.14", + "@angular/common": "~11.2.14", + "@angular/compiler": "~11.2.14", + "@angular/core": "~11.2.14", + "@angular/forms": "~11.2.14", + "@angular/platform-browser": "~11.2.14", + "@angular/platform-browser-dynamic": "~11.2.14", + "@angular/router": "~11.2.14", "rxjs": "~6.6.0", "socket.io": "^4.0.0", "socket.io-client": "^4.0.0",