diff --git a/package-lock.json b/package-lock.json index 60aae04..70eae5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1423,9 +1423,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 d5aefd2..6a8e41e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@nestjs/common": "^7.6.14", "@types/express": "^4.17.11", - "@types/jest": "^26.0.20", + "@types/jest": "^26.0.21", "@types/node": "^14.14.32", "@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/parser": "^4.16.1",