diff --git a/package.json b/package.json index 209478e..3a46721 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "jest --config jest.config.json" }, "devDependencies": { - "@types/jest": "^25.1.3", + "@types/jest": "^26.0.12", "@types/sql.js": "^1.0.2", "@typescript-eslint/eslint-plugin": "^2.20.0", "@typescript-eslint/parser": "^2.20.0", diff --git a/yarn.lock b/yarn.lock index eaa1b3b..165bb38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -535,10 +535,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@^25.1.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf" - integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw== +"@types/jest@^26.0.12": + version "26.0.12" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.12.tgz#0f20fef9e74f55a312530284e6178f3b3254f501" + integrity sha512-vZOFjm562IPb1EmaKxMjdcouxVb1l3NqoUH4XC4tDQ2R/AWde+0HXBUhyfc6L+7vc3mJ393U+5vr3nH2CLSVVg== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"