diff --git a/uaa/package-lock.json b/uaa/package-lock.json index b59c128ef79..1da02eda276 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 78a425cd7b4..a7fdc15bc5e 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" } }