Skip to content

Commit

Permalink
chore(deps): update dependency @types/js-yaml to v4.0.4 (#6890)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 23, 2021
1 parent f6dbc28 commit 34710a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@types/glob": "7.1.4",
"@types/inquirer": "7.3.3",
"@types/is-glob": "4.0.2",
"@types/js-yaml": "4.0.3",
"@types/js-yaml": "4.0.4",
"@types/listr": "0.14.4",
"@types/minimatch": "3.0.5",
"@types/mkdirp": "1.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3179,10 +3179,10 @@
jest-diff "^27.0.0"
pretty-format "^27.0.0"

"@types/js-yaml@4.0.3", "@types/js-yaml@^4.0.0":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.3.tgz#9f33cd6fbf0d5ec575dc8c8fc69c7fec1b4eb200"
integrity sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg==
"@types/js-yaml@4.0.4", "@types/js-yaml@^4.0.0":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.4.tgz#cc38781257612581a1a0eb25f1709d2b06812fce"
integrity sha512-AuHubXUmg0AzkXH0Mx6sIxeY/1C110mm/EkE/gB1sTRz3h2dao2W/63q42SlVST+lICxz5Oki2hzYA6+KnnieQ==

"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
version "7.0.9"
Expand Down

0 comments on commit 34710a3

Please sign in to comment.