diff --git a/uaa/package-lock.json b/uaa/package-lock.json index e59d26f9039..fc24efda822 100644 --- a/uaa/package-lock.json +++ b/uaa/package-lock.json @@ -215,9 +215,9 @@ } }, "jasmine-core": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.4.0.tgz", - "integrity": "sha512-T4fio3W++llLd7LGSGsioriDHgWyhoL6YTu4k37uwJLF7DzOzspz7mNxRoM3cQdLWtL/ebazQpIf/yZGJx/gzg==" + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.5.0.tgz", + "integrity": "sha512-NHOvoPO6o9gVR6pwqEACTEpbgcH+JJ6QDypyymGbSUIFIFsMMbBJ/xsFNud8MSClfnWclXd7RQlAZBz7yVo5TQ==" }, "lru-cache": { "version": "10.4.3", diff --git a/uaa/package.json b/uaa/package.json index 3bae547b93d..e02ee439bb8 100644 --- a/uaa/package.json +++ b/uaa/package.json @@ -14,6 +14,6 @@ "license": "Apache-2.0", "dependencies": { "jasmine": "^5.5.0", - "jasmine-core": "5.4.0" + "jasmine-core": "5.5.0" } }