diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 35737ac5..8bdf2d1d 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -33,7 +33,7 @@ "@angular-eslint/template-parser": "18.2.0", "@angular/cli": "~18.0.7", "@angular/compiler-cli": "^18.0.6", - "@types/jasmine": "~5.1.4", + "@types/jasmine": "~6.0.0", "@types/node": "^20.14.10", "@typescript-eslint/eslint-plugin": "7.15.0", "@typescript-eslint/parser": "7.18.0", @@ -5961,9 +5961,9 @@ } }, "node_modules/@types/jasmine": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz", - "integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-6.0.0.tgz", + "integrity": "sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==", "dev": true, "license": "MIT" }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 45c309a6..93755ff9 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -37,7 +37,7 @@ "@angular-eslint/template-parser": "18.2.0", "@angular/cli": "~18.0.7", "@angular/compiler-cli": "^18.0.6", - "@types/jasmine": "~5.1.4", + "@types/jasmine": "~6.0.0", "@types/node": "^20.14.10", "@typescript-eslint/eslint-plugin": "7.15.0", "@typescript-eslint/parser": "7.18.0",