Skip to content

Commit 6d30f74

Browse files
fix(deps): update dependency js-yaml to ^3.14.1
1 parent 51c18b0 commit 6d30f74

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"execa": "^4.0.2",
5454
"got": "^10.7.0",
5555
"inquirer": "^7.1.0",
56-
"js-yaml": "^3.14.0",
56+
"js-yaml": "^3.14.1",
5757
"mkdirp-promise": "^5.0.1",
5858
"mz": "^2.7.0",
5959
"npm-registry-client": "^8.6.0",
@@ -67,7 +67,7 @@
6767
"@sourcegraph/tsconfig": "^4.0.1",
6868
"@types/execa": "2.0.0",
6969
"@types/inquirer": "8.2.10",
70-
"@types/js-yaml": "3.12.5",
70+
"@types/js-yaml": "3.12.10",
7171
"@types/mkdirp-promise": "5.0.0",
7272
"@types/mz": "2.7.8",
7373
"@types/node": "12.20.55",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -714,10 +714,10 @@
714714
dependencies:
715715
"@types/istanbul-lib-report" "*"
716716

717-
"@types/[email protected].5":
718-
version "3.12.5"
719-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.5.tgz#136d5e6a57a931e1cce6f9d8126aa98a9c92a6bb"
720-
integrity sha512-JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww==
717+
"@types/[email protected].10":
718+
version "3.12.10"
719+
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.10.tgz#4d80d0c7dfc570eb4f0be280cb2d67789f977ba5"
720+
integrity sha512-/Mtaq/wf+HxXpvhzFYzrzCqNRcA958sW++7JOFC8nPrZcvfi/TrzOaaGbvt27ltJB2NQbHVAg5a1wUCsyMH7NA==
721721

722722
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.6":
723723
version "7.0.6"
@@ -4076,10 +4076,10 @@ java-properties@^1.0.0:
40764076
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
40774077
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
40784078

4079-
js-yaml@^3.13.1, js-yaml@^3.14.0:
4080-
version "3.14.0"
4081-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
4082-
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
4079+
js-yaml@^3.13.1, js-yaml@^3.14.1:
4080+
version "3.14.1"
4081+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
4082+
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
40834083
dependencies:
40844084
argparse "^1.0.7"
40854085
esprima "^4.0.0"

0 commit comments

Comments
 (0)