Skip to content

Commit

Permalink
fix(deps): update dependency js-yaml to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 19, 2021
1 parent fad5278 commit b67a1b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/fs-extra": "9.0.13",
"@types/fullname": "2.1.29",
"@types/inquirer": "7.3.3",
"@types/js-yaml": "3.12.7",
"@types/js-yaml": "4.0.5",
"@types/node": "14.17.33",
"@types/rimraf": "3.0.2",
"@types/tmp": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"fullname": "^4.0.1",
"graphql": "^15.5.0",
"inquirer": "7.3.3",
"js-yaml": "^3.14.1",
"js-yaml": "^4.0.0",
"latest-version": "^5.1.0",
"openapi-to-graphql": "^2.2.6",
"ora": "^5.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3548,10 +3548,10 @@
"@types/through" "*"
rxjs "^6.4.0"

"@types/js-yaml@3.12.7":
version "3.12.7"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.7.tgz#330c5d97a3500e9c903210d6e49f02964af04a0e"
integrity sha512-S6+8JAYTE1qdsc9HMVsfY7+SgSuUU/Tp6TYTmITW0PZxiyIMvol3Gy//y69Wkhs0ti4py5qgR3uZH6uz/DNzJQ==
"@types/js-yaml@4.0.5":
version "4.0.5"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.5.tgz#738dd390a6ecc5442f35e7f03fa1431353f7e138"
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==

"@types/js-yaml@^4.0.0":
version "4.0.2"
Expand Down Expand Up @@ -9495,7 +9495,7 @@ js-string-escape@^1.0.1:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==

js-yaml@^3.13.1, js-yaml@^3.14.0, js-yaml@^3.14.1:
js-yaml@^3.13.1, js-yaml@^3.14.0:
version "3.14.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
Expand Down

0 comments on commit b67a1b6

Please sign in to comment.