diff --git a/package-lock.json b/package-lock.json index be8a0130b..197b70e36 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.0", + "@types/jest": "27.5.1", "@types/lodash": "4.14.182", "@types/node": "16.11.36", "@types/rimraf": "3.0.2", @@ -1988,9 +1988,9 @@ } }, "node_modules/@types/jest": { - "version": "27.5.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.0.tgz", - "integrity": "sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==", "dev": true, "dependencies": { "jest-matcher-utils": "^27.0.0", @@ -17871,9 +17871,9 @@ } }, "@types/jest": { - "version": "27.5.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.0.tgz", - "integrity": "sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==", "dev": true, "requires": { "jest-matcher-utils": "^27.0.0", diff --git a/package.json b/package.json index 2c3eff528..b8356461d 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.0", + "@types/jest": "27.5.1", "@types/lodash": "4.14.182", "@types/node": "16.11.36", "@types/rimraf": "3.0.2",