diff --git a/uaa/package-lock.json b/uaa/package-lock.json index 97e59026019..165863eba2d 100644 --- a/uaa/package-lock.json +++ b/uaa/package-lock.json @@ -72,9 +72,9 @@ } }, "jasmine-core": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.5.0.tgz", - "integrity": "sha512-nCeAiw37MIMA9w9IXso7bRaLl+c/ef3wnxsoSAlYrzS+Ot0zTG6nU8G/cIfGkqpkjX2wNaIW9RFG0TwIFnG6bA==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.2.0.tgz", + "integrity": "sha512-OcFpBrIhnbmb9wfI8cqPSJ50pv3Wg4/NSgoZIqHzIwO/2a9qivJWzv8hUvaREIMYYJBas6AvfXATFdVuzzCqVw==" }, "minimatch": { "version": "3.0.4", diff --git a/uaa/package.json b/uaa/package.json index 4890fba060a..9dcbcd4bda9 100644 --- a/uaa/package.json +++ b/uaa/package.json @@ -14,6 +14,6 @@ "license": "Apache-2.0", "dependencies": { "jasmine": "^3.5.0", - "jasmine-core": "3.5.0" + "jasmine-core": "4.2.0" } }