From a0036c4c99321a2aa18bdfca1e6514fcc738b155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:08:25 +0000 Subject: [PATCH] Bump jasmine-core from 2.99.1 to 4.5.0 in /build Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 2.99.1 to 4.5.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/v2.99.1...v4.5.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build/package.json | 2 +- build/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/package.json b/build/package.json index 74a33d6ccb00..85872d2544e6 100644 --- a/build/package.json +++ b/build/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "handlebars": "^4.7.2", - "jasmine-core": "^2.99.1", + "jasmine-core": "^4.5.0", "jasmine-sinon": "^0.4.0", "jsdoc": "~3.6.10", "karma": "^6.3.19", diff --git a/build/yarn.lock b/build/yarn.lock index 3f0eaee38023..58ffb1a6dd34 100644 --- a/build/yarn.lock +++ b/build/yarn.lock @@ -1074,10 +1074,10 @@ istanbul-reports@^3.0.5: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -jasmine-core@^2.99.1: - version "2.99.1" - resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.99.1.tgz#e6400df1e6b56e130b61c4bcd093daa7f6e8ca15" - integrity sha1-5kAN8ea1bhMLYcS80JPap/boyhU= +jasmine-core@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.5.0.tgz#1a6bd0bde3f60996164311c88a0995d67ceda7c3" + integrity sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw== jasmine-sinon@^0.4.0: version "0.4.0"