diff --git a/src/presentation/web/package-lock.json b/src/presentation/web/package-lock.json index fa670fc..37c90dd 100644 --- a/src/presentation/web/package-lock.json +++ b/src/presentation/web/package-lock.json @@ -2444,9 +2444,9 @@ } }, "@types/jasmine": { - "version": "3.5.14", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.5.14.tgz", - "integrity": "sha512-Fkgk536sHPqcOtd+Ow+WiUNuk0TSo/BntKkF8wSvcd6M2FvPjeXcUE6Oz/bwDZiUZEaXLslAgw00Q94Pnx6T4w==", + "version": "3.10.6", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.10.6.tgz", + "integrity": "sha512-twY9adK/vz72oWxCWxzXaxoDtF9TpfEEsxvbc1ibjF3gMD/RThSuSud/GKUTR3aJnfbivAbC/vLqhY+gdWCHfA==", "dev": true }, "@types/jasminewd2": { diff --git a/src/presentation/web/package.json b/src/presentation/web/package.json index 7a9a15f..0a2cb9d 100644 --- a/src/presentation/web/package.json +++ b/src/presentation/web/package.json @@ -37,7 +37,7 @@ "@angular/compiler-cli": "10.1.5", "@angular/language-service": "10.1.5", "@types/node": "12.12.67", - "@types/jasmine": "3.5.14", + "@types/jasmine": "3.10.6", "@types/jasminewd2": "2.0.8", "codelyzer": "6.0.1", "jasmine-core": "3.6.0",