From 5930bbd1407ce1d5db6b3ea273cd73b4b7d851c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:19:40 +0000 Subject: [PATCH] build(deps-dev): bump jasmine-core from 5.13.0 to 6.2.0 Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.13.0 to 6.2.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.2.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-version: 6.2.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..6021d274 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.2.0", "jasmine-sinon": "^0.4.0", "jsdoc": "~4.0.5", "jshint": "*", diff --git a/yarn.lock b/yarn.lock index a46668d4..9f3db1de 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.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-6.2.0.tgz#1e63642766d26e68afd2681d00ace3475004385a" + integrity sha512-b16WZG/pFEFj8qRW1ss7nDuNGYz9ji8BDGj7fJNrROauk5rj/diO3KPOuyIpcgUChdC+c0PfQ8iUk4nHE+EN4w== jasmine-sinon@^0.4.0: version "0.4.0"