Skip to content

Commit 8ae66cd

Browse files
Bump ts-jest from 26.5.2 to 26.5.3 (#516)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.2 to 26.5.3. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v26.5.2...v26.5.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53ffe46 commit 8ae66cd

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"stylelint-webpack-plugin": "^2.1.1",
124124
"tailwindcss": "^2.0.3",
125125
"terser-webpack-plugin": "5.1.1",
126-
"ts-jest": "^26.5.2",
126+
"ts-jest": "^26.5.3",
127127
"typescript": "^4.2.2",
128128
"webpack": "5.24.2",
129129
"webpack-bundle-analyzer": "^4.4.0",

yarn.lock

+5-6
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@
16271627
dependencies:
16281628
"@types/istanbul-lib-report" "*"
16291629

1630-
"@types/jest@26.x", "@types/jest@^26.0.20":
1630+
"@types/jest@^26.0.20":
16311631
version "26.0.20"
16321632
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
16331633
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
@@ -9188,12 +9188,11 @@ ts-custom-error@^3.2.0:
91889188
resolved "https://registry.yarnpkg.com/ts-custom-error/-/ts-custom-error-3.2.0.tgz#ff8f80a3812bab9dc448536312da52dce1b720fb"
91899189
integrity sha512-cBvC2QjtvJ9JfWLvstVnI45Y46Y5dMxIaG1TDMGAD/R87hpvqFL+7LhvUDhnRCfOnx/xitollFWWvUKKKhbN0A==
91909190

9191-
ts-jest@^26.5.2:
9192-
version "26.5.2"
9193-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.2.tgz#5281d6b44c2f94f71205728a389edc3d7995b0c4"
9194-
integrity sha512-bwyJ2zJieSugf7RB+o8fgkMeoMVMM2KPDE0UklRLuACxjwJsOrZNo6chrcScmK33YavPSwhARffy8dZx5LJdUQ==
9191+
ts-jest@^26.5.3:
9192+
version "26.5.3"
9193+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.3.tgz#a6ee00ba547be3b09877550df40a1465d0295554"
9194+
integrity sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA==
91959195
dependencies:
9196-
"@types/jest" "26.x"
91979196
bs-logger "0.x"
91989197
buffer-from "1.x"
91999198
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)