diff --git a/package-lock.json b/package-lock.json index f7e8994..0117f8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2147,9 +2147,9 @@ } }, "@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/jasminewd2": { diff --git a/package.json b/package.json index a28ba96..12184c7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@angular/cli": "~13.3.3", "@angular/compiler-cli": "^13.3.3", "@angular/language-service": "^13.3.3", - "@types/jasmine": "~4.0.0", + "@types/jasmine": "~4.3.0", "@types/jasminewd2": "^2.0.10", "@types/node": "^16.11.27", "@types/luxon": "^3.0.0",