From af47b9ce1486329e8b8f89a05cff1a5b8ce05b36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 23:16:46 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @angular/animations from 6.0.7 to 18.0.6. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 6.0.7 to 18.0.6. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 6.0.7 to 18.0.6. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 6.0.7 to 18.0.6. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 6.0.7 to 18.0.6. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/http from 6.0.7 to 7.2.16. See this package in npm: https://www.npmjs.com/package/@angular/http - @angular/language-service from 6.0.7 to 18.0.6. See this package in npm: https://www.npmjs.com/package/@angular/language-service - @angular/platform-browser from 6.0.7 to 18.0.6. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 6.0.7 to 18.0.6. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 6.0.7 to 18.0.6. See this package in npm: https://www.npmjs.com/package/@angular/router See this project in Snyk: https://app.snyk.io/org/cachiman/project/b16aa196-c50a-4f87-9d83-4f12ac6a9fd1?utm_source=github&utm_medium=referral&page=upgrade-pr --- peridot/web/cloud_dashboard/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/peridot/web/cloud_dashboard/package.json b/peridot/web/cloud_dashboard/package.json index 50f67a64c3e..a607692a237 100644 --- a/peridot/web/cloud_dashboard/package.json +++ b/peridot/web/cloud_dashboard/package.json @@ -10,17 +10,17 @@ }, "private": true, "dependencies": { - "@angular/animations": "^6.0.3", + "@angular/animations": "^18.0.6", "@angular/cdk": "^6.3.2", - "@angular/common": "^6.0.3", - "@angular/compiler": "^6.0.3", - "@angular/core": "^6.0.3", - "@angular/forms": "^6.0.3", - "@angular/http": "^6.0.3", + "@angular/common": "^18.0.6", + "@angular/compiler": "^18.0.6", + "@angular/core": "^18.0.6", + "@angular/forms": "^18.0.6", + "@angular/http": "^7.2.16", "@angular/material": "^6.3.2", - "@angular/platform-browser": "^6.0.3", - "@angular/platform-browser-dynamic": "^6.0.3", - "@angular/router": "^6.0.3", + "@angular/platform-browser": "^18.0.6", + "@angular/platform-browser-dynamic": "^18.0.6", + "@angular/router": "^18.0.6", "angularfire2": "^5.0.0-rc.11", "core-js": "^2.5.4", "firebase": "^5.2.0", @@ -32,7 +32,7 @@ "@angular-devkit/build-angular": "~0.6.8", "typescript": "~2.7.2", "@angular/cli": "~6.0.8", - "@angular/language-service": "^6.0.3", + "@angular/language-service": "^18.0.6", "@types/jasmine": "~2.8.6", "@types/jasminewd2": "~2.0.3", "@types/node": "~8.9.4",