From 78beacebd80dfd4101aa7bc62d729344c1a3aded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:09:51 +0000 Subject: [PATCH] Bump jasmine-core from 3.10.1 to 5.5.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.10.1 to 5.5.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/v3.10.1...v5.5.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:development update-type: version-update:semver-major ... 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 6bd79aa8..ae85620d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "jasmine-core": "^3.10.1", + "jasmine-core": "^5.5.0", "jasmine-sinon": "^0.4.0", "karma": "^6.4.4", "karma-jasmine": "^4.0.2", diff --git a/yarn.lock b/yarn.lock index 4394b424..f957d83f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -491,11 +491,16 @@ isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" -jasmine-core@^3.10.1, jasmine-core@^3.6.0: +jasmine-core@^3.6.0: version "3.10.1" resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.10.1.tgz#7aa6fa2b834a522315c651a128d940eca553989a" integrity sha512-ooZWSDVAdh79Rrj4/nnfklL3NQVra0BcuhcuWoAwwi+znLDoUeH87AFfeX8s+YeYi6xlv5nveRyaA1v7CintfA== +jasmine-core@^5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.5.0.tgz#43564e4b41f73a37cff3aeb262e23bbd073576d8" + integrity sha512-NHOvoPO6o9gVR6pwqEACTEpbgcH+JJ6QDypyymGbSUIFIFsMMbBJ/xsFNud8MSClfnWclXd7RQlAZBz7yVo5TQ== + jasmine-sinon@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/jasmine-sinon/-/jasmine-sinon-0.4.0.tgz#8040a179a01ae0349b234aee438c24191239ae98"