From 099fe35fb932b37f7a4bfca82f95c972aa1f02d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:00:15 +0000 Subject: [PATCH] build(deps-dev): bump jasmine-core from 5.13.0 to 6.0.1 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.13.0 to 6.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: jasmine-core dependency-version: 6.0.1 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 918635ff..f7dde5a1 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.0.1", "jasmine-sinon": "^0.4.0", "jsdoc": "~4.0.5", "jshint": "*", diff --git a/yarn.lock b/yarn.lock index 69d314f2..0dba1337 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.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-6.0.1.tgz#c3f22635d54e6a8316e1bc5c7e7008fe5a94df95" + integrity sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg== jasmine-sinon@^0.4.0: version "0.4.0"