diff --git a/integration_test/package.json b/integration_test/package.json index 3502e1a1..8b2a2a20 100644 --- a/integration_test/package.json +++ b/integration_test/package.json @@ -14,7 +14,7 @@ "jest-playwright-preset": "1.7.0", "jest-puppeteer": "6.0.3", "playwright": "1.17.2", - "ts-jest": "27.1.2", + "ts-jest": "27.1.3", "typescript": "4.5.4" }, "private": true diff --git a/integration_test/yarn.lock b/integration_test/yarn.lock index 4a6a7b2a..7be7775e 100644 --- a/integration_test/yarn.lock +++ b/integration_test/yarn.lock @@ -3578,10 +3578,10 @@ tree-kill@^1.2.2: resolved "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc" integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== -ts-jest@27.1.2: - version "27.1.2" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.2.tgz#5991d6eb3fd8e1a8d4b8f6de3ec0a3cc567f3151" - integrity sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA== +ts-jest@27.1.3: + version "27.1.3" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957" + integrity sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x" diff --git a/package.json b/package.json index df44397b..a6b4eabe 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "standard-version": "9.3.2", "style-loader": "3.3.1", "terser-webpack-plugin": "5.3.0", - "ts-jest": "27.1.2", + "ts-jest": "27.1.3", "ts-loader": "9.2.6", "typescript": "4.5.4", "web-ext": "6.6.0", diff --git a/yarn.lock b/yarn.lock index 37bb3cb8..3c2f8fad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10587,10 +10587,10 @@ trim-newlines@^4.0.2: resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.0.2.tgz#d6aaaf6a0df1b4b536d183879a6b939489808c7c" integrity sha512-GJtWyq9InR/2HRiLZgpIKv+ufIKrVrvjQWEj7PxAXNc5dwbNJkqhAUoAGgzRmULAnoOM5EIpveYd3J2VeSAIew== -ts-jest@27.1.2: - version "27.1.2" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.2.tgz#5991d6eb3fd8e1a8d4b8f6de3ec0a3cc567f3151" - integrity sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA== +ts-jest@27.1.3: + version "27.1.3" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957" + integrity sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x"