diff --git a/package-lock.json b/package-lock.json index cd145a4..6956df4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -904,9 +904,9 @@ } }, "@types/jest": { - "version": "24.0.21", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.21.tgz", - "integrity": "sha512-uyqFvx78Tuy0h5iLCPWRCvi5HhWwEqhIj30doitp191oYLqlCxUyAJHdWVm5+Nr271/vPnkyt6rWeEIjGowBTg==", + "version": "24.0.22", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.22.tgz", + "integrity": "sha512-t2OvhNZnrNjlzi2i0/cxbLVM59WN15I2r1Qtb7wDv28PnV9IzrPtagFRey/S9ezdLD0zyh1XGMQIEQND2YEfrw==", "dev": true, "requires": { "@types/jest-diff": "*" diff --git a/package.json b/package.json index 1516e99..34f3ad2 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@commitlint/prompt-cli": "^8.2.0", "@types/fs-extra": "^8.0.1", "@types/glob": "^7.1.1", - "@types/jest": "^24.0.21", + "@types/jest": "^24.0.22", "@types/lodash": "^4.14.144", "coveralls": "^3.0.7", "get-root-path": "^2.0.2",