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

Commit a3ef060

Browse files
fix(deps): update dependency js-yaml to v3.12.1 (#383)
1 parent 1fddfec commit a3ef060

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

packages/graphqlgen-json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/jest": "23.3.11",
1717
"ajv": "6.6.2",
1818
"jest": "23.6.0",
19-
"js-yaml": "3.12.0",
19+
"js-yaml": "3.12.1",
2020
"ts-jest": "23.10.5",
2121
"typescript": "3.2.2"
2222
},

packages/graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"graphql": "^0.13.0 || ^14.0.0",
4444
"graphql-import": "0.7.1",
4545
"graphqlgen-json-schema": "0.2.12",
46-
"js-yaml": "3.12.0",
46+
"js-yaml": "3.12.1",
4747
"mkdirp": "0.5.1",
4848
"prettier": "1.15.3",
4949
"reason": "3.3.4",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,14 @@ js-tokens@^3.0.2:
23842384
version "3.0.2"
23852385
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
23862386

2387-
[email protected], js-yaml@^3.7.0, js-yaml@^3.9.0:
2387+
2388+
version "3.12.1"
2389+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe678167600"
2390+
dependencies:
2391+
argparse "^1.0.7"
2392+
esprima "^4.0.0"
2393+
2394+
js-yaml@^3.7.0, js-yaml@^3.9.0:
23882395
version "3.12.0"
23892396
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
23902397
dependencies:

0 commit comments

Comments
 (0)