Skip to content

Commit 2a7f2d2

Browse files
chore: bump ts-jest from 27.1.3 to 27.1.4 in /site (#572)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.3 to 27.1.4. - [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.3...v27.1.4) --- 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 af151ef commit 2a7f2d2

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"react-hot-loader": "4.13.0",
8282
"sql-formatter": "4.0.2",
8383
"style-loader": "3.3.1",
84-
"ts-jest": "27.1.3",
84+
"ts-jest": "27.1.4",
8585
"ts-loader": "9.2.8",
8686
"ts-node": "10.7.0",
8787
"typescript": "4.6.3",

site/yarn.lock

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,17 +1513,6 @@
15131513
"@types/yargs" "^16.0.0"
15141514
chalk "^4.0.0"
15151515

1516-
"@jest/types@^27.4.2":
1517-
version "27.4.2"
1518-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.4.2.tgz#96536ebd34da6392c2b7c7737d693885b5dd44a5"
1519-
integrity sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==
1520-
dependencies:
1521-
"@types/istanbul-lib-coverage" "^2.0.0"
1522-
"@types/istanbul-reports" "^3.0.0"
1523-
"@types/node" "*"
1524-
"@types/yargs" "^16.0.0"
1525-
chalk "^4.0.0"
1526-
15271516
"@material-ui/core@4.9.4":
15281517
version "4.9.4"
15291518
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.9.4.tgz#796515b12845dc6ea7e21872888cfc4c0c1c1efe"
@@ -8989,19 +8978,7 @@ jest-util@^26.6.2:
89898978
is-ci "^2.0.0"
89908979
micromatch "^4.0.2"
89918980

8992-
jest-util@^27.0.0:
8993-
version "27.4.2"
8994-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.4.2.tgz#ed95b05b1adfd761e2cda47e0144c6a58e05a621"
8995-
integrity sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==
8996-
dependencies:
8997-
"@jest/types" "^27.4.2"
8998-
"@types/node" "*"
8999-
chalk "^4.0.0"
9000-
ci-info "^3.2.0"
9001-
graceful-fs "^4.2.4"
9002-
picomatch "^2.2.3"
9003-
9004-
jest-util@^27.5.1:
8981+
jest-util@^27.0.0, jest-util@^27.5.1:
90058982
version "27.5.1"
90068983
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9"
90078984
integrity sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==
@@ -13214,10 +13191,10 @@ ts-dedent@^2.0.0:
1321413191
resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5"
1321513192
integrity sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==
1321613193

13217-
ts-jest@27.1.3:
13218-
version "27.1.3"
13219-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957"
13220-
integrity sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==
13194+
ts-jest@27.1.4:
13195+
version "27.1.4"
13196+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.4.tgz#84d42cf0f4e7157a52e7c64b1492c46330943e00"
13197+
integrity sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==
1322113198
dependencies:
1322213199
bs-logger "0.x"
1322313200
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)