diff --git a/package-lock.json b/package-lock.json index 6d637c8..8019ef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -979,9 +979,9 @@ } }, "@types/jest": { - "version": "26.0.10", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.10.tgz", - "integrity": "sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==", + "version": "26.0.12", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.12.tgz", + "integrity": "sha512-vZOFjm562IPb1EmaKxMjdcouxVb1l3NqoUH4XC4tDQ2R/AWde+0HXBUhyfc6L+7vc3mJ393U+5vr3nH2CLSVVg==", "requires": { "jest-diff": "^25.2.1", "pretty-format": "^25.2.1" diff --git a/package.json b/package.json index 224267b..6440795 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@actions/core": "^1.2.5", "@actions/exec": "^1.0.4", - "@types/jest": "^26.0.10", + "@types/jest": "^26.0.12", "@zeit/ncc": "^0.22.3", "fs": "0.0.1-security", "jest": "^26.4.2",