From 052cdf862bfa143d58b3b14bafe07353cf7a4d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:57:50 +0000 Subject: [PATCH] Bump jasmine from 4.2.1 to 4.4.0 Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 4.2.1 to 4.4.0. - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine-npm/compare/v4.2.1...v4.4.0) --- updated-dependencies: - dependency-name: jasmine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 940287fa..f43aaf41 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "d3": "^3.5.4", "flot": "~0.8.0-alpha", "getusermedia-js": "^1.0.0", - "jasmine": "^4.2.1", + "jasmine": "^4.4.0", "jasmine-ajax": "^4.0.0", "jfeed": "mattmarcum/jFeed#*", "jquery.steps": "^1.1.3", diff --git a/yarn.lock b/yarn.lock index 48c8decb..816c9b8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -895,18 +895,18 @@ jasmine-ajax@^4.0.0: resolved "https://registry.yarnpkg.com/jasmine-ajax/-/jasmine-ajax-4.0.0.tgz#7d8ba7e47e3f7e780e155fe9aa563faafa7e1a26" integrity sha512-htTxNw38BSHxxmd8RRMejocdPqLalGHU6n3HWFbzp/S8AuTQd1MYjkSH3dYDsbZ7EV1Xqx/b94m3tKaVSVBV2A== -jasmine-core@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.2.0.tgz#0605bea284d6d78276f43c47de2532ecd4a73b00" - integrity sha512-OcFpBrIhnbmb9wfI8cqPSJ50pv3Wg4/NSgoZIqHzIwO/2a9qivJWzv8hUvaREIMYYJBas6AvfXATFdVuzzCqVw== +jasmine-core@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.4.0.tgz#848fe45c1839cacaf1f2429d400d1d4f85d2856a" + integrity sha512-+l482uImx5BVd6brJYlaHe2UwfKoZBqQfNp20ZmdNfsjGFTemGfqHLsXjKEW23w9R/m8WYeFc9JmIgjj6dUtAA== -jasmine@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-4.2.1.tgz#55f81ab9d5d32f2645aa598d1356b6858407f4a9" - integrity sha512-LNZEKcScnjPRj5J92I1P515bxTvaHMRAERTyCoaGnWr87eOT6zv+b3M+kxKdH/06Gz4TnnXyHbXLiPtMHZ0ncw== +jasmine@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-4.4.0.tgz#e3e359723d9679993b70de3e0441517c154b9647" + integrity sha512-xrbOyYkkCvgduNw7CKktDtNb+BwwBv/zvQeHpTkbxqQ37AJL5V4sY3jHoMIJPP/hTc3QxLVwOyxc87AqA+kw5g== dependencies: glob "^7.1.6" - jasmine-core "^4.2.0" + jasmine-core "^4.4.0" jfeed@mattmarcum/jFeed#*: version "0.0.0"