diff --git a/package-lock.json b/package-lock.json index b32c938..a21f9ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -519,9 +519,9 @@ } }, "@types/jest": { - "version": "24.0.20", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.20.tgz", - "integrity": "sha512-M8ebEkOpykGdLoRrmew7UowTZ1DANeeP0HiSIChl/4DGgmnSC1ntitNtkyNSXjMTsZvXuaxJrxjImEnRWNPsPw==", + "version": "24.0.21", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.21.tgz", + "integrity": "sha512-uyqFvx78Tuy0h5iLCPWRCvi5HhWwEqhIj30doitp191oYLqlCxUyAJHdWVm5+Nr271/vPnkyt6rWeEIjGowBTg==", "dev": true, "requires": { "@types/jest-diff": "*" diff --git a/package.json b/package.json index f1edae1..ea789ba 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/download": "^6.2.4", - "@types/jest": "^24.0.20", + "@types/jest": "^24.0.21", "@types/node": "^12.11.7", "jest": "^24.8.0", "jest-circus": "^24.7.1",