From 30742f52f90fd8f3a4f9688fcbeb1beee5b18af2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jun 2023 18:55:22 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @angular/animations from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/elements from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/elements - @angular/forms from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/platform-browser from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/router - @angular/service-worker from 13.1.1 to 13.4.0. See this package in npm: https://www.npmjs.com/package/@angular/service-worker See this project in Snyk: https://app.snyk.io/org/scottwad/project/b94b3965-94d4-4665-b0d4-c68b7680d7e6?utm_source=github&utm_medium=referral&page=upgrade-pr --- docs_app/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs_app/package.json b/docs_app/package.json index 8f375a1629..2286ffe8f8 100644 --- a/docs_app/package.json +++ b/docs_app/package.json @@ -43,18 +43,18 @@ }, "private": true, "dependencies": { - "@angular/animations": "^13.1.1", + "@angular/animations": "^13.4.0", "@angular/cdk": "^13.1.1", - "@angular/common": "^13.1.1", - "@angular/compiler": "^13.1.1", - "@angular/core": "^13.1.1", - "@angular/elements": "^13.1.1", - "@angular/forms": "^13.1.1", + "@angular/common": "^13.4.0", + "@angular/compiler": "^13.4.0", + "@angular/core": "^13.4.0", + "@angular/elements": "^13.4.0", + "@angular/forms": "^13.4.0", "@angular/material": "^13.1.1", - "@angular/platform-browser": "^13.1.1", - "@angular/platform-browser-dynamic": "^13.1.1", - "@angular/router": "^13.1.1", - "@angular/service-worker": "^13.1.1", + "@angular/platform-browser": "^13.4.0", + "@angular/platform-browser-dynamic": "^13.4.0", + "@angular/router": "^13.4.0", + "@angular/service-worker": "^13.4.0", "@stackblitz/sdk": "^1.5.3", "@webcomponents/custom-elements": "^1.5.0", "eyes.selenium": "^3.7.0",