From 6fad75636520a4223ed5531672c95e9061851a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:58:17 +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 | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index abc8f95ae..716c408cb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "jasmine-browser-runner": "^2.5.0", - "jasmine-core": "^5.3.0", + "jasmine-core": "^5.4.0", "postcss": "^8.4.47", "standardx": "^7.0.0", "stylelint": "^16.9.0", diff --git a/yarn.lock b/yarn.lock index 47bb23966..d181d7963 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1500,7 +1500,12 @@ jasmine-browser-runner@^2.5.0: glob "^10.0.0" selenium-webdriver "^4.12.0" -jasmine-core@^5.3.0, jasmine-core@~5.3.0: +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== + +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==