From c8d5ec7cca4347a79e91231a6c6d9b5db5ca67d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 10:01:23 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @angular-devkit/core from 15.2.0 to 15.2.11. See this package in npm: https://www.npmjs.com/package/@angular-devkit/core - @angular-devkit/schematics from 15.2.0 to 15.2.11. See this package in npm: https://www.npmjs.com/package/@angular-devkit/schematics - @types/jasmine from 4.3.1 to 4.6.4. See this package in npm: https://www.npmjs.com/package/@types/jasmine - jasmine from 4.5.0 to 4.6.0. See this package in npm: https://www.npmjs.com/package/jasmine See this project in Snyk: https://app.snyk.io/org/bartholomej/project/17cd792d-7e76-444a-b7bf-2d942b522cb0?utm_source=github&utm_medium=referral&page=upgrade-pr --- projects/schematics/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/schematics/package.json b/projects/schematics/package.json index cd35c8e..dbf64bd 100644 --- a/projects/schematics/package.json +++ b/projects/schematics/package.json @@ -13,11 +13,11 @@ "license": "MIT", "schematics": "./src/collection.json", "dependencies": { - "@angular-devkit/core": "^15", - "@angular-devkit/schematics": "^15", - "@types/jasmine": "^4.3.1", + "@angular-devkit/core": "^15.2.11", + "@angular-devkit/schematics": "^15.2.11", + "@types/jasmine": "^4.6.4", "@types/node": "^18.14.4", - "jasmine": "^4.5.0", + "jasmine": "^4.6.0", "typescript": "~4.8.0" } } \ No newline at end of file