diff --git a/front/package-lock.json b/front/package-lock.json index 029bce26..f0a0598c 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -734,9 +734,9 @@ "dev": true }, "@types/jasmine": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.0.3.tgz", - "integrity": "sha512-Opp1LvvEuZdk8fSSvchK2mZwhVrsNT0JgJE9Di6MjnaIpmEXM8TLCPPrVtNTYh8+5MPdY8j9bAHMu2SSfwpZJg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.3.1.tgz", + "integrity": "sha512-Vu8l+UGcshYmV1VWwULgnV/2RDbBaO6i2Ptx7nd//oJPIZGhoI1YLST4VKagD2Pq/Bc2/7zvtvhM7F3p4SN7kQ==", "dev": true }, "@types/json-schema": { diff --git a/front/package.json b/front/package.json index cf3c0235..3a61078b 100644 --- a/front/package.json +++ b/front/package.json @@ -93,7 +93,7 @@ "devDependencies": { "@angular/compiler-cli": "~4.3.1", "@types/hammerjs": "^2.0.34", - "@types/jasmine": "4.0.3", + "@types/jasmine": "4.3.1", "@types/node": "^18.6.1", "@types/source-map": "^0.5.0", "@types/uglify-js": "^3.0.5",