Skip to content

Commit 384cd95

Browse files
committed
fix(deps): update dependency js-yaml to v4
1 parent 11da1f5 commit 384cd95

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/fs-extra": "9.0.13",
2828
"@types/fullname": "2.1.29",
2929
"@types/inquirer": "7.3.3",
30-
"@types/js-yaml": "3.12.7",
30+
"@types/js-yaml": "4.0.4",
3131
"@types/node": "14.17.32",
3232
"@types/rimraf": "3.0.2",
3333
"@types/tmp": "0.2.1",

packages/commands/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"fullname": "^4.0.1",
3030
"graphql": "^15.5.0",
3131
"inquirer": "7.3.3",
32-
"js-yaml": "^3.14.1",
32+
"js-yaml": "^4.0.0",
3333
"latest-version": "^5.1.0",
3434
"openapi-to-graphql": "^2.2.6",
3535
"ora": "^5.3.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,10 +3548,10 @@
35483548
"@types/through" "*"
35493549
rxjs "^6.4.0"
35503550

3551-
"@types/js-yaml@3.12.7":
3552-
version "3.12.7"
3553-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.7.tgz#330c5d97a3500e9c903210d6e49f02964af04a0e"
3554-
integrity sha512-S6+8JAYTE1qdsc9HMVsfY7+SgSuUU/Tp6TYTmITW0PZxiyIMvol3Gy//y69Wkhs0ti4py5qgR3uZH6uz/DNzJQ==
3551+
"@types/js-yaml@4.0.4":
3552+
version "4.0.4"
3553+
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.4.tgz#cc38781257612581a1a0eb25f1709d2b06812fce"
3554+
integrity sha512-AuHubXUmg0AzkXH0Mx6sIxeY/1C110mm/EkE/gB1sTRz3h2dao2W/63q42SlVST+lICxz5Oki2hzYA6+KnnieQ==
35553555

35563556
"@types/js-yaml@^4.0.0":
35573557
version "4.0.2"
@@ -9490,7 +9490,7 @@ js-string-escape@^1.0.1:
94909490
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
94919491
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
94929492

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

0 commit comments

Comments
 (0)