From bb8060e7b687027380ff43a212fea836d3f9ae3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:20:45 +0000 Subject: [PATCH] Bump jasmine-core from 2.99.1 to 5.1.1 in /build Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 2.99.1 to 5.1.1. - [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.1.1) --- 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 00f943ae143e..4dbaee9631f4 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.1.1", "jasmine-sinon": "^0.4.0", "jsdoc": "~3.6.10", "karma": "^6.4.2", diff --git a/build/yarn.lock b/build/yarn.lock index babfcfeb0ef9..6fe6dbfe0792 100644 --- a/build/yarn.lock +++ b/build/yarn.lock @@ -1071,10 +1071,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.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.1.1.tgz#38b6ccfbe60aa2a863cf441751d9639b5a571edc" + integrity sha512-UrzO3fL7nnxlQXlvTynNAenL+21oUQRlzqQFsA2U11ryb4+NLOCOePZ70PTojEaUKhiFugh7dG0Q+I58xlPdWg== jasmine-sinon@^0.4.0: version "0.4.0"