From d18c43761a898ce958e39c689f1a21cea2c7d2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 6 Nov 2018 10:43:05 +0000 Subject: [PATCH] build(deps-dev): bump jasmine-core from 3.2.1 to 3.3.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.2.1 to 3.3.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.2.1...v3.3.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef14118dde5..65bcb5ea807 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "husky": "1.1.3", "ip": "1.1.5", "jasmine-ajax": "3.4.0", - "jasmine-core": "3.2.1", + "jasmine-core": "3.3.0", "karma": "3.1.1", "karma-chrome-launcher": "2.2.0", "karma-coverage": "1.1.2", diff --git a/yarn.lock b/yarn.lock index 6a7ea540e21..e368abe5aed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6777,10 +6777,10 @@ jasmine-ajax@3.4.0: resolved "https://registry.yarnpkg.com/jasmine-ajax/-/jasmine-ajax-3.4.0.tgz#8dce36c0e3f16b9b900adb1f2ef83e0cd87c6755" integrity sha512-LIVNVCmx5ou+IG6wgX7j73YYzvE2e3aqFWMjOhvAHWTnLICOYSobIH+PG/gOwtP20X0u2SkD3NXT/j5X8rMGOA== -jasmine-core@3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.2.1.tgz#8e4ff5b861603ee83343f2b49eee6a0ffe9650ce" - integrity sha512-pa9tbBWgU0EE4SWgc85T4sa886ufuQdsgruQANhECYjwqgV4z7Vw/499aCaP8ZH79JDS4vhm8doDG9HO4+e4sA== +jasmine-core@3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.3.0.tgz#dea1cdc634bc93c7e0d4ad27185df30fa971b10e" + integrity sha512-3/xSmG/d35hf80BEN66Y6g9Ca5l/Isdeg/j6zvbTYlTzeKinzmaTM4p9am5kYqOmE05D7s1t8FGjzdSnbUbceA== jest-docblock@^21.0.0: version "21.2.0"