diff --git a/package-lock.json b/package-lock.json index 425b85639..b1c113348 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8179,9 +8179,9 @@ } }, "@types/jest": { - "version": "26.0.20", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz", - "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==", + "version": "26.0.21", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.21.tgz", + "integrity": "sha512-ab9TyM/69yg7eew9eOwKMUmvIZAKEGZYlq/dhe5/0IMUd/QLJv5ldRMdddSn+u22N13FP3s5jYyktxuBwY0kDA==", "dev": true, "requires": { "jest-diff": "^26.0.0", diff --git a/package.json b/package.json index 1ce72a64f..280957dad 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/expect-puppeteer": "4.4.5", "@types/express": "4.17.11", "@types/http-errors": "1.8.0", - "@types/jest": "26.0.20", + "@types/jest": "26.0.21", "@types/jest-environment-puppeteer": "4.4.1", "@types/jest-image-snapshot": "4.3.0", "@types/morgan": "1.9.2",