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] authored Oct 10, 2023
1 parent e1f2a50 commit 7f89554
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"execa": "^4.0.2",
"got": "^10.7.0",
"inquirer": "^7.1.0",
"js-yaml": "^3.14.0",
"js-yaml": "^4.1.0",
"mkdirp-promise": "^5.0.1",
"mz": "^2.7.0",
"npm-registry-client": "^8.6.0",
Expand All @@ -67,7 +67,7 @@
"@sourcegraph/tsconfig": "^4.0.1",
"@types/execa": "0.9.0",
"@types/inquirer": "8.2.6",
"@types/js-yaml": "3.12.5",
"@types/js-yaml": "4.0.7",
"@types/mkdirp-promise": "5.0.0",
"@types/mz": "2.7.5",
"@types/node": "12.20.55",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/js-yaml@3.12.5":
version "3.12.5"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.5.tgz#136d5e6a57a931e1cce6f9d8126aa98a9c92a6bb"
integrity sha512-JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww==
"@types/js-yaml@4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.7.tgz#f11c2ec37bb748fa5cfa3262abcb8b1cfd83d8ae"
integrity sha512-RJZP9WAMMr1514KbdSXkLRrKvYQacjr1+HWnY8pui/uBTBoSgD9ZGR17u/d4nb9NpERp0FkdLBe7hq8NIPBgkg==

"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.6":
version "7.0.6"
Expand Down Expand Up @@ -4076,7 +4076,7 @@ java-properties@^1.0.0:
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.13.1:
version "3.14.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
Expand Down

0 comments on commit 7f89554

Please sign in to comment.