From 97f216143c0085f01393ebfebbf62b675fc61465 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 21:50:04 +0000 Subject: [PATCH] Bump jasmine-core from 3.4.0 to 3.8.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.4.0 to 3.8.0. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine/compare/v3.4.0...v3.8.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f27e87c6..df5e6c7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8928,9 +8928,9 @@ } }, "jasmine-core": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.4.0.tgz", - "integrity": "sha512-HU/YxV4i6GcmiH4duATwAbJQMlE0MsDIR5XmSVxURxKHn3aGAdbY1/ZJFmVRbKtnLwIxxMJD7gYaPsypcbYimg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.8.0.tgz", + "integrity": "sha512-zl0nZWDrmbCiKns0NcjkFGYkVTGCPUgoHypTaj+G2AzaWus7QGoXARSlYsSle2VRpSdfJmM+hzmFKzQNhF2kHg==", "dev": true }, "jasmine-spec-reporter": { diff --git a/package.json b/package.json index 1c3e76db..0f91039e 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "gulp-webp": "^4.0.1", "gulp.spritesmith": "^6.11.0", "http-server": "^0.12.3", - "jasmine-core": "~3.4.0", + "jasmine-core": "~3.8.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.0.1", "karma-chrome-launcher": "~2.2.0",