diff --git a/.changeset/tidy-seas-marry.md b/.changeset/tidy-seas-marry.md new file mode 100644 index 0000000..f58aaca --- /dev/null +++ b/.changeset/tidy-seas-marry.md @@ -0,0 +1,5 @@ +--- +"iql": patch +--- + +chore(deps): update dependency @types/jest to v27 diff --git a/package.json b/package.json index 12bc9cf..d416b0e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@changesets/cli": "2.16.0", "@commitlint/cli": "13.1.0", "@commitlint/config-conventional": "13.1.0", - "@types/jest": "26.0.24", + "@types/jest": "27.0.0", "@types/pg": "8.6.1", "@jest/types": "27.0.6", "eslint-config-altnext": "1.2.2", diff --git a/yarn.lock b/yarn.lock index 295d674..7f2723e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1054,10 +1054,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.0.24": - version "26.0.24" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" - integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== +"@types/jest@27.0.0": + version "27.0.0" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.0.tgz#f1c28f741371739c7cd0e8edb5ed8e67acfa6c35" + integrity sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0"