From 3b8a2c46f37710bb84aa6f26d935170dadad5c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:42:40 +0200 Subject: [PATCH] build(deps): bump jasmine-core from 5.3.0 to 5.4.0 in /uaa (#3085) Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.3.0 to 5.4.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.3.0...v5.4.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- uaa/package-lock.json | 13 ++++++++++--- uaa/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/uaa/package-lock.json b/uaa/package-lock.json index 1da02eda276..911030a079b 100644 --- a/uaa/package-lock.json +++ b/uaa/package-lock.json @@ -205,12 +205,19 @@ "requires": { "glob": "^10.2.2", "jasmine-core": "~5.3.0" + }, + "dependencies": { + "jasmine-core": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.3.0.tgz", + "integrity": "sha512-zsOmeBKESky4toybvWEikRiZ0jHoBEu79wNArLfMdSnlLMZx3Xcp6CSm2sUcYyoJC+Uyj8LBJap/MUbVSfJ27g==" + } } }, "jasmine-core": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.3.0.tgz", - "integrity": "sha512-zsOmeBKESky4toybvWEikRiZ0jHoBEu79wNArLfMdSnlLMZx3Xcp6CSm2sUcYyoJC+Uyj8LBJap/MUbVSfJ27g==" + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.4.0.tgz", + "integrity": "sha512-T4fio3W++llLd7LGSGsioriDHgWyhoL6YTu4k37uwJLF7DzOzspz7mNxRoM3cQdLWtL/ebazQpIf/yZGJx/gzg==" }, "lru-cache": { "version": "10.4.3", diff --git a/uaa/package.json b/uaa/package.json index a7fdc15bc5e..96c6766661a 100644 --- a/uaa/package.json +++ b/uaa/package.json @@ -14,6 +14,6 @@ "license": "Apache-2.0", "dependencies": { "jasmine": "^5.3.1", - "jasmine-core": "5.3.0" + "jasmine-core": "5.4.0" } }