Skip to content

Commit 2d8f2d9

Browse files
fix(deps): update dependency js-yaml to v3.14.1
1 parent bee0f37 commit 2d8f2d9

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
@@ -43,7 +43,7 @@
4343
"execa": "1.0.0",
4444
"git-url-parse": "^11.1.1",
4545
"inquirer": "6.2.1",
46-
"js-yaml": "3.14.0",
46+
"js-yaml": "3.14.1",
4747
"mz": "2.7.0",
4848
"npm-registry-client": "8.6.0",
4949
"source-map-support": "0.5.9"
@@ -57,7 +57,7 @@
5757
"@types/execa": "0.9.0",
5858
"@types/git-url-parse": "9.0.0",
5959
"@types/inquirer": "0.0.44",
60-
"@types/js-yaml": "3.12.5",
60+
"@types/js-yaml": "3.12.10",
6161
"@types/mz": "2.7.3",
6262
"download-cli": "^1.1.1",
6363
"eslint": "^7.28.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,10 @@
466466
resolved "https://registry.yarnpkg.com/@types/is-glob/-/is-glob-4.0.1.tgz#a93eec1714172c8eb3225a1cc5eb88c2477b7d00"
467467
integrity sha512-k3RS5HyBPu4h+5hTmIEfPB2rl5P3LnGdQEZrV2b9OWTJVtsUQ2VBcedqYKGqxvZqle5UALUXdSfVA8nf3HfyWQ==
468468

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

474474
"@types/json-schema@^7.0.3":
475475
version "7.0.4"
@@ -3504,10 +3504,10 @@ java-properties@^1.0.0:
35043504
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
35053505
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
35063506

3507-
[email protected].0, js-yaml@^3.12.1, js-yaml@^3.13.1:
3508-
version "3.14.0"
3509-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
3510-
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
3507+
[email protected].1, js-yaml@^3.12.1, js-yaml@^3.13.1:
3508+
version "3.14.1"
3509+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
3510+
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
35113511
dependencies:
35123512
argparse "^1.0.7"
35133513
esprima "^4.0.0"

0 commit comments

Comments
 (0)