Skip to content

Commit b685829

Browse files
build(deps-dev): bump ts-jest from 27.1.4 to 27.1.5 (#73)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.4 to 27.1.5. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v27.1.4...v27.1.5) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cfcc63b commit b685829

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"prettier": "^2.6.2",
7272
"semver": "^7.3.7",
7373
"tailwindcss": "^3.0.24",
74-
"ts-jest": "^27.0.7",
74+
"ts-jest": "^27.1.5",
7575
"typescript": "^4.7.2",
7676
"vite": "^2.9.9",
7777
"vue-eslint-parser": "^9.0.1",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9141,9 +9141,10 @@ trim-newlines@^3.0.0:
91419141
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
91429142
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
91439143

9144-
ts-jest@^27.0.7:
9145-
version "27.1.4"
9146-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.4.tgz#84d42cf0f4e7157a52e7c64b1492c46330943e00"
9144+
ts-jest@^27.1.5:
9145+
version "27.1.5"
9146+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.5.tgz#0ddf1b163fbaae3d5b7504a1e65c914a95cff297"
9147+
integrity sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==
91479148
dependencies:
91489149
bs-logger "0.x"
91499150
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)