diff --git a/uaa/package-lock.json b/uaa/package-lock.json index 28c8a2ad547..893a7eae46a 100644 --- a/uaa/package-lock.json +++ b/uaa/package-lock.json @@ -72,9 +72,9 @@ } }, "jasmine-core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz", - "integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.0.tgz", + "integrity": "sha512-BJLxZlSVyWPN/oyaS1IIvIjChghI9/xWsLAIJqL9J5Fz47CN3JNr8Lmik3S2S7QS2RxclYjvSVSXP7IR35PAmg==" }, "minimatch": { "version": "3.1.2", diff --git a/uaa/package.json b/uaa/package.json index 4e74c31f40b..7dd29c208fa 100644 --- a/uaa/package.json +++ b/uaa/package.json @@ -14,6 +14,6 @@ "license": "Apache-2.0", "dependencies": { "jasmine": "^4.6.0", - "jasmine-core": "4.6.0" + "jasmine-core": "5.0.0" } }