From db14080a7fc833ed1dc87e8808bfdb7de5ad1ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:27:08 +0000 Subject: [PATCH] Bump jasmine-core from 5.3.0 to 5.4.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.3.0 to 5.4.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/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:development update-type: version-update:semver-minor ... 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 6673c18670..3add60d647 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "webpack": "~4" }, "devDependencies": { - "jasmine-core": "~5.3.0", + "jasmine-core": "~5.4.0", "jest": "^27.4.7", "karma": "~6.4.4", "karma-chrome-launcher": "~3.2.0", diff --git a/yarn.lock b/yarn.lock index 157fcd8c2c..caceb42713 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5145,10 +5145,10 @@ istanbul-reports@^3.1.3: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -jasmine-core@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.3.0.tgz#ed784e5a10af43988d8408bad80b9f08e240a3f8" - integrity sha512-zsOmeBKESky4toybvWEikRiZ0jHoBEu79wNArLfMdSnlLMZx3Xcp6CSm2sUcYyoJC+Uyj8LBJap/MUbVSfJ27g== +jasmine-core@~5.4.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.4.0.tgz#86c5610dfa0804d7d2791f556a5e704fbcb85b2a" + integrity sha512-T4fio3W++llLd7LGSGsioriDHgWyhoL6YTu4k37uwJLF7DzOzspz7mNxRoM3cQdLWtL/ebazQpIf/yZGJx/gzg== jest-changed-files@^27.5.1: version "27.5.1"