From bce8ac41473208abff4a4efd9de658a3f21448f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:11:20 +0000 Subject: [PATCH] build(deps-dev): bump jasmine-core from 5.13.0 to 6.1.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.13.0 to 6.1.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.13.0...v6.1.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 51b2c0e9..743339c8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "bower": "~1.8.14", "handlebars": "^4.7.8", - "jasmine-core": "~5.13.0", + "jasmine-core": "~6.1.0", "jasmine-sinon": "^0.4.0", "jsdoc": "~4.0.5", "jshint": "*", diff --git a/yarn.lock b/yarn.lock index 6f929125..176e12fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1091,10 +1091,10 @@ istanbul-reports@^3.0.5: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -jasmine-core@~5.13.0: - version "5.13.0" - resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.13.0.tgz#3ff5765a93a23bac0728ae87ad82ce0569a5f7a8" - integrity sha512-vsYjfh7lyqvZX5QgqKc4YH8phs7g96Z8bsdIFNEU3VqXhlHaq+vov/Fgn/sr6MiUczdZkyXRC3TX369Ll4Nzbw== +jasmine-core@~6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-6.1.0.tgz#20d924c5570f002d7515c6c45bd49b9715fea43d" + integrity sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg== jasmine-sinon@^0.4.0: version "0.4.0"