Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 3b24034

Browse files
chore(deps): update dependency @types/jest to v23.3.12 (#385)
1 parent e268781 commit 3b24034

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

packages/graphqlgen-json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"t": "jest"
1414
},
1515
"devDependencies": {
16-
"@types/jest": "23.3.11",
16+
"@types/jest": "23.3.12",
1717
"ajv": "6.6.2",
1818
"jest": "23.6.0",
1919
"js-yaml": "3.12.1",

packages/graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/benchmark": "1.0.31",
5656
"@types/camelcase": "4.1.0",
5757
"@types/graphql": "14.0.4",
58-
"@types/jest": "23.3.11",
58+
"@types/jest": "23.3.12",
5959
"@types/js-yaml": "3.11.4",
6060
"@types/mkdirp": "0.5.2",
6161
"@types/node": "10.12.18",

yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
"@types/rx" "*"
7676
"@types/through" "*"
7777

78-
"@types/[email protected].11":
79-
version "23.3.11"
80-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.11.tgz#d3a936ae753d9e484965f5cbd19027c2b8af2551"
78+
"@types/[email protected].12":
79+
version "23.3.12"
80+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.12.tgz#7e0ced251fa94c3bc2d1023d4b84b2992fa06376"
8181

8282
8383
version "3.11.4"
@@ -765,9 +765,9 @@ caseless@~0.12.0:
765765
version "0.12.0"
766766
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
767767

768-
[email protected].1, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1:
769-
version "2.4.1"
770-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
768+
769+
version "2.4.2"
770+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
771771
dependencies:
772772
ansi-styles "^3.2.1"
773773
escape-string-regexp "^1.0.5"
@@ -783,6 +783,14 @@ chalk@^1.1.3:
783783
strip-ansi "^3.0.0"
784784
supports-color "^2.0.0"
785785

786+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1:
787+
version "2.4.1"
788+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
789+
dependencies:
790+
ansi-styles "^3.2.1"
791+
escape-string-regexp "^1.0.5"
792+
supports-color "^5.3.0"
793+
786794
chardet@^0.7.0:
787795
version "0.7.0"
788796
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)