From 1934829d098efccb62b87f891b25db698b8d19ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:17:01 +0000 Subject: [PATCH] build(deps): bump jasmine from 5.3.0 to 5.3.1 in /uaa Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine-npm/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: jasmine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- uaa/package-lock.json | 12 ++++++------ uaa/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/uaa/package-lock.json b/uaa/package-lock.json index b59c128ef7..1da02eda27 100644 --- a/uaa/package-lock.json +++ b/uaa/package-lock.json @@ -199,9 +199,9 @@ } }, "jasmine": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.3.0.tgz", - "integrity": "sha512-Vrv5VWTXVZ/5xcNawlYCmE24pOaZu3KduLr9iAaENoMJ8W8Ryvhfpw2cf3rI4Unc2ajvu2t4tCKjS72TnraBGQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.3.1.tgz", + "integrity": "sha512-3zeUCfr3d1iga3s+NgDpggCP+ex5sdbNgqNn+Tq4yw/QfnwGrWC/ZvXX1IRm5deSIZ1LnvoeGY55F/ztbVOXPQ==", "requires": { "glob": "^10.2.2", "jasmine-core": "~5.3.0" @@ -231,9 +231,9 @@ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" }, "package-json-from-dist": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", - "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" }, "path-key": { "version": "3.1.1", diff --git a/uaa/package.json b/uaa/package.json index 78a425cd7b..a7fdc15bc5 100644 --- a/uaa/package.json +++ b/uaa/package.json @@ -13,7 +13,7 @@ "author": "CloudFoundry", "license": "Apache-2.0", "dependencies": { - "jasmine": "^5.3.0", + "jasmine": "^5.3.1", "jasmine-core": "5.3.0" } }