diff --git a/ui/package-lock.json b/ui/package-lock.json index 583e84ff..779157ee 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -50,7 +50,7 @@ "@angular/compiler-cli": "18.2.5", "@angular/language-service": "18.2.5", "@stylistic/eslint-plugin": "^2.1.0", - "@types/jasmine": "3.10.3", + "@types/jasmine": "5.1.4", "@types/jasminewd2": "2.0.10", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.1.0", @@ -4792,9 +4792,9 @@ } }, "node_modules/@types/jasmine": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.10.3.tgz", - "integrity": "sha512-SWyMrjgdAUHNQmutvDcKablrJhkDLy4wunTme8oYLjKp41GnHGxMRXr2MQMvy/qy8H3LdzwQk9gH4hZ6T++H8g==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz", + "integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==", "dev": true }, "node_modules/@types/jasminewd2": { diff --git a/ui/package.json b/ui/package.json index 31834f12..997b1026 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ "@angular/compiler-cli": "18.2.5", "@angular/language-service": "18.2.5", "@stylistic/eslint-plugin": "^2.1.0", - "@types/jasmine": "3.10.3", + "@types/jasmine": "5.1.4", "@types/jasminewd2": "2.0.10", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.1.0",