Skip to content

Commit a4f98e7

Browse files
authored
chore(deps): update dependency ts-jest to v27
1 parent f0d5ec6 commit a4f98e7

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

yarn.lock

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,17 @@
987987
"@types/yargs" "^15.0.0"
988988
chalk "^4.0.0"
989989

990+
"@jest/types@^27.0.1":
991+
version "27.0.1"
992+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.1.tgz#631738c942e70045ebbf42a3f9b433036d3845e4"
993+
integrity sha512-8A25RRV4twZutsx2D+7WphnDsp7If9Yu6ko0Gxwrwv8BiWESFzka34+Aa2kC8w9xewt7SDuCUSZ6IiAFVj3PRg==
994+
dependencies:
995+
"@types/istanbul-lib-coverage" "^2.0.0"
996+
"@types/istanbul-reports" "^3.0.0"
997+
"@types/node" "*"
998+
"@types/yargs" "^16.0.0"
999+
chalk "^4.0.0"
1000+
9901001
"@jest/types@^27.2.5":
9911002
version "27.2.5"
9921003
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.5.tgz#420765c052605e75686982d24b061b4cbba22132"
@@ -1762,7 +1773,7 @@ char-regex@^1.0.2:
17621773
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
17631774
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
17641775

1765-
ci-info@^3.2.0:
1776+
ci-info@^3.1.1, ci-info@^3.2.0:
17661777
version "3.2.0"
17671778
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
17681779
integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==
@@ -2845,6 +2856,13 @@ is-callable@^1.1.4, is-callable@^1.2.2, is-callable@^1.2.3:
28452856
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
28462857
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
28472858

2859+
is-ci@^3.0.0:
2860+
version "3.0.0"
2861+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994"
2862+
integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==
2863+
dependencies:
2864+
ci-info "^3.1.1"
2865+
28482866
is-core-module@^2.1.0, is-core-module@^2.2.0:
28492867
version "2.2.0"
28502868
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
@@ -3407,7 +3425,19 @@ jest-snapshot@^27.3.1:
34073425
pretty-format "^27.3.1"
34083426
semver "^7.3.2"
34093427

3410-
jest-util@^27.0.0, jest-util@^27.3.1:
3428+
jest-util@^27.0.0:
3429+
version "27.0.1"
3430+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.1.tgz#324ed9879d129c1e64f9169a739d6d50d7928769"
3431+
integrity sha512-lEw3waSmEOO4ZkwkUlFSvg4es1+8+LIkSGxp/kF60K0+vMR3Dv3O2HMZhcln9NHqSQzpVbsDT6OeMzUPW7DfRg==
3432+
dependencies:
3433+
"@jest/types" "^27.0.1"
3434+
"@types/node" "*"
3435+
chalk "^4.0.0"
3436+
graceful-fs "^4.2.4"
3437+
is-ci "^3.0.0"
3438+
picomatch "^2.2.3"
3439+
3440+
jest-util@^27.3.1:
34113441
version "27.3.1"
34123442
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.3.1.tgz#a58cdc7b6c8a560caac9ed6bdfc4e4ff23f80429"
34133443
integrity sha512-8fg+ifEH3GDryLQf/eKZck1DEs2YuVPBCMOaHQxVVLmQwl/CDhWzrvChTX4efLZxGrw+AA0mSXv78cyytBt/uw==

0 commit comments

Comments
 (0)