From e8ced15d3b2add930e0b9913f5e3cda08a6fc447 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Feb 2022 11:51:47 +0000 Subject: [PATCH] fix: upgrade jasmine-core from 3.1.0 to 3.99.0 Snyk has created this PR to upgrade jasmine-core from 3.1.0 to 3.99.0. See this package in npm: https://www.npmjs.com/package/jasmine-core See this project in Snyk: https://app.snyk.io/org/wildcreeper4/project/be7b5d40-d60c-4d4b-b4d2-9016e71b0406?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e445193..e34a27e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "tslib": "1.10.0", "core-js": "2.6.11", "zone.js": "0.9.1", - "jasmine-core": "3.1.0", + "jasmine-core": "3.99.0", "@angular/core": "11.0.5", "@angular/forms": "8.2.14", "@angular/common": "8.2.14", @@ -37,7 +37,7 @@ "@types/jasmine": "~2.8.8", "@types/jasminewd2": "~2.0.3", "codelyzer": "~4.5.0", - "jasmine-core": "~3.1.0", + "jasmine-core": "~3.99.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~3.0.0", "karma-chrome-launcher": "~2.2.0",