From c3f669fa934f879ef8f0bdd1266a328388becfdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:07:28 -0500 Subject: [PATCH] chore(deps): update dependency @types/js-yaml to v4.0.9 (#9861) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/graphql-codegen-cli/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 143688f2830..a5ca7b1fd54 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -82,7 +82,7 @@ "@types/debounce": "1.2.4", "@types/inquirer": "8.2.9", "@types/is-glob": "4.0.3", - "@types/js-yaml": "4.0.8", + "@types/js-yaml": "4.0.9", "@types/micromatch": "^4.0.2", "@types/mkdirp": "1.0.2", "@types/shell-quote": "1.7.3", diff --git a/yarn.lock b/yarn.lock index c85a285cd01..cc02981a2e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4345,10 +4345,10 @@ jest-matcher-utils "^27.0.0" pretty-format "^27.0.0" -"@types/js-yaml@4.0.8", "@types/js-yaml@^4.0.0": - version "4.0.8" - resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.8.tgz#7574e422d70d4a1b41f517d1d9abc61be2299a97" - integrity sha512-m6jnPk1VhlYRiLFm3f8X9Uep761f+CK8mHyS65LutH2OhmBF0BeMEjHgg05usH8PLZMWWc/BUR9RPmkvpWnyRA== +"@types/js-yaml@4.0.9", "@types/js-yaml@^4.0.0": + version "4.0.9" + resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.9.tgz#cd82382c4f902fed9691a2ed79ec68c5898af4c2" + integrity sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg== "@types/json-schema@7.0.9": version "7.0.9"