From 2a3053e631f8daa2732d328a6bc75d7f5fc50df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:06:17 +0000 Subject: [PATCH] Bump jasmine-core from 5.2.0 to 5.3.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.2.0 to 5.3.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.2.0...v5.3.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 61bf95770..663a5c02b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "jasmine-browser-runner": "^2.5.0", - "jasmine-core": "^5.2.0", + "jasmine-core": "^5.3.0", "postcss": "^8.4.45", "standardx": "^7.0.0", "stylelint": "^16.9.0", diff --git a/yarn.lock b/yarn.lock index 46e946d98..a22cd23c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1495,7 +1495,12 @@ jasmine-browser-runner@^2.5.0: glob "^10.0.0" selenium-webdriver "^4.12.0" -jasmine-core@^5.2.0, jasmine-core@~5.2.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.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.2.0.tgz#7d0aa4c26cb3dbaed201d0505489baf1e48faeca" integrity sha512-tSAtdrvWybZkQmmaIoDgnvHG8ORUNw5kEVlO5CvrXj02Jjr9TZrmjFq7FUiOUzJiOP2wLGYT6PgrQgQF4R1xiw==