From 33092d00ff61cae7841261162d8d80ff27122e7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Feb 2022 11:52:08 +0000 Subject: [PATCH] fix: upgrade jasmine-marbles from 0.6.0 to 0.9.0 Snyk has created this PR to upgrade jasmine-marbles from 0.6.0 to 0.9.0. See this package in npm: https://www.npmjs.com/package/jasmine-marbles 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e445193..d1061ba 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@angular/forms": "8.2.14", "@angular/common": "8.2.14", "@angular/router": "8.2.14", - "jasmine-marbles": "0.6.0", + "jasmine-marbles": "0.9.0", "@angular/compiler": "8.2.14", "web-animations-js": "2.3.2", "@angular/animations": "8.2.14",