From c3b257dda650851249a11e133c9d456023e84cf4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Apr 2023 01:56:23 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @angular/animations from 14.2.0 to 15.2.2. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 14.2.0 to 15.2.2. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 14.2.0 to 15.2.2. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 14.2.0 to 15.2.2. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/platform-browser from 14.2.0 to 15.2.2. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 14.2.0 to 15.2.2. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 14.2.0 to 15.2.2. See this package in npm: https://www.npmjs.com/package/@angular/router - @angular/service-worker from 14.2.0 to 15.2.2. See this package in npm: https://www.npmjs.com/package/@angular/service-worker See this project in Snyk: https://app.snyk.io/org/contentstack-ecosystem/project/5449856d-5f44-4780-b225-660158e721ed?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index ba5951f..9c5e245 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ "license": "MIT", "author": "Contentstack", "dependencies": { - "@angular/animations": "^14.2.0", - "@angular/common": "^14.2.0", - "@angular/compiler": "^14.2.0", - "@angular/core": "^14.2.0", - "@angular/platform-browser": "^14.2.0", - "@angular/platform-browser-dynamic": "^14.2.0", - "@angular/router": "^14.2.0", - "@angular/service-worker": "^14.2.0", + "@angular/animations": "^15.2.2", + "@angular/common": "^15.2.2", + "@angular/compiler": "^15.2.2", + "@angular/core": "^15.2.2", + "@angular/platform-browser": "^15.2.2", + "@angular/platform-browser-dynamic": "^15.2.2", + "@angular/router": "^15.2.2", + "@angular/service-worker": "^15.2.2", "@contentstack/live-preview-utils": "^1.1.0", "@contentstack/utils": "^1.1.2", "@ngrx/store": "^14.3.0",