From 46f4850ff46ec9663dd5398bf03c16b49d8b724b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 22:57:56 +0000 Subject: [PATCH] Bump jasmine-core from 2.99.1 to 5.0.0 in /build Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 2.99.1 to 5.0.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...v5.0.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 46cffd2c6780..71aff1dcc177 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": "^5.0.0", "jasmine-sinon": "^0.4.0", "jsdoc": "~3.6.10", "karma": "^6.4.1", diff --git a/build/yarn.lock b/build/yarn.lock index f3c03c4f4393..1b03bdc21e45 100644 --- a/build/yarn.lock +++ b/build/yarn.lock @@ -1078,10 +1078,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@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.0.0.tgz#84a200637f9ef92f6d0788e96bb4e67bb1316a81" + integrity sha512-BJLxZlSVyWPN/oyaS1IIvIjChghI9/xWsLAIJqL9J5Fz47CN3JNr8Lmik3S2S7QS2RxclYjvSVSXP7IR35PAmg== jasmine-sinon@^0.4.0: version "0.4.0"