diff --git a/package-lock.json b/package-lock.json index 6b46c5cc3..5137cc844 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular/core": "11.2.14", "@types/cordova": "0.0.34", "@types/fs-extra": "9.0.13", - "@types/jest": "27.5.1", + "@types/jest": "27.5.2", "@types/lodash": "4.14.182", "@types/node": "16.11.38", "@types/rimraf": "3.0.2", @@ -2004,9 +2004,9 @@ } }, "node_modules/@types/jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz", - "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==", + "version": "27.5.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz", + "integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==", "dev": true, "dependencies": { "jest-matcher-utils": "^27.0.0", @@ -18010,9 +18010,9 @@ } }, "@types/jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz", - "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==", + "version": "27.5.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz", + "integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==", "dev": true, "requires": { "jest-matcher-utils": "^27.0.0", diff --git a/package.json b/package.json index aef1d8b94..37abb092c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@angular/core": "11.2.14", "@types/cordova": "0.0.34", "@types/fs-extra": "9.0.13", - "@types/jest": "27.5.1", + "@types/jest": "27.5.2", "@types/lodash": "4.14.182", "@types/node": "16.11.38", "@types/rimraf": "3.0.2",