diff --git a/ui/package-lock.json b/ui/package-lock.json index 60ec43f0..9a066589 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -39,7 +39,7 @@ "@angular/cli": "^18.0.3", "@angular/compiler-cli": "^18.0.2", "@angular/language-service": "^12.2.5", - "@types/jasmine": "~3.6.0", + "@types/jasmine": "~5.1.4", "@types/jasminewd2": "~2.0.8", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "7.11.0", @@ -6292,11 +6292,10 @@ } }, "node_modules/@types/jasmine": { - "version": "3.6.11", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.6.11.tgz", - "integrity": "sha512-S6pvzQDvMZHrkBz2Mcn/8Du7cpr76PlRJBAoHnSDNbulULsH5dp0Gns+WRyNX5LHejz/ljxK4/vIHK/caHt6SQ==", - "dev": true, - "license": "MIT" + "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": { "version": "2.0.13", diff --git a/ui/package.json b/ui/package.json index 8a21c647..1bf246b9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -48,7 +48,7 @@ "@angular/cli": "^18.0.3", "@angular/compiler-cli": "^18.0.2", "@angular/language-service": "^12.2.5", - "@types/jasmine": "~3.6.0", + "@types/jasmine": "~5.1.4", "@types/jasminewd2": "~2.0.8", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "7.11.0",