diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 026f361..7749001 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,7 +30,7 @@ "@angular-devkit/build-angular": "^19.2.8", "@angular/cli": "^19.2.8", "@angular/compiler-cli": "^19.2.0", - "@types/jasmine": "~5.1.0", + "@types/jasmine": "~5.1.10", "angular-eslint": "19.3.0", "eslint": "^9.23.0", "jasmine-core": "~5.6.0", @@ -5486,10 +5486,11 @@ } }, "node_modules/@types/jasmine": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.8.tgz", - "integrity": "sha512-u7/CnvRdh6AaaIzYjCgUuVbREFgulhX05Qtf6ZtW+aOcjCKKVvKgpkPYJBFTZSHtFBYimzU4zP0V2vrEsq9Wcg==", - "dev": true + "version": "5.1.10", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.10.tgz", + "integrity": "sha512-ctILpOSFD58PTyGwr400GadefIHPqdWQ8VlZI9D65USOWR/aIw8dkDAw17KPCu/Wn+e+r9BWpPtmuB5T/pP8ng==", + "dev": true, + "license": "MIT" }, "node_modules/@types/json-schema": { "version": "7.0.15", diff --git a/frontend/package.json b/frontend/package.json index bdc01da..581708b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "@angular-devkit/build-angular": "^19.2.8", "@angular/cli": "^19.2.8", "@angular/compiler-cli": "^19.2.0", - "@types/jasmine": "~5.1.0", + "@types/jasmine": "~5.1.10", "angular-eslint": "19.3.0", "eslint": "^9.23.0", "jasmine-core": "~5.6.0",