From dff26bc1ead0c7bd5329c6469bf477ad6d08fc3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 06:16:33 +0000 Subject: [PATCH] Bump jasmine-core from 3.4.0 to 3.5.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/master/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine/compare/v3.4.0...v3.5.0) Signed-off-by: dependabot-preview[bot] --- examples/angular-cli/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/angular-cli/package.json b/examples/angular-cli/package.json index 9eea925a08b..232588bebfc 100644 --- a/examples/angular-cli/package.json +++ b/examples/angular-cli/package.json @@ -56,7 +56,7 @@ "@types/webpack-env": "^1.14.0", "babel-plugin-require-context-hook": "^1.0.0", "global": "^4.3.2", - "jasmine-core": "~3.4.0", + "jasmine-core": "~3.5.0", "jasmine-spec-reporter": "~4.2.1", "jest": "^24.7.1", "jest-preset-angular": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index f089f6c9275..bc7480dcbfc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16506,10 +16506,10 @@ jasmine-core@~2.8.0: resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e" integrity sha1-vMl5rh+f0FcB5F5S5l06XWPxok4= -jasmine-core@~3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.4.0.tgz#2a74618e966026530c3518f03e9f845d26473ce3" - integrity sha512-HU/YxV4i6GcmiH4duATwAbJQMlE0MsDIR5XmSVxURxKHn3aGAdbY1/ZJFmVRbKtnLwIxxMJD7gYaPsypcbYimg== +jasmine-core@~3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.5.0.tgz#132c23e645af96d85c8bca13c8758b18429fc1e4" + integrity sha512-nCeAiw37MIMA9w9IXso7bRaLl+c/ef3wnxsoSAlYrzS+Ot0zTG6nU8G/cIfGkqpkjX2wNaIW9RFG0TwIFnG6bA== jasmine-spec-reporter@~4.2.1: version "4.2.1"