Skip to content

Commit f21dd13

Browse files
chore: bump js-yaml from 3.14.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5d94bf commit f21dd13

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"figlet": "^1.3.0",
5353
"fs-extra": "^9.0.0",
5454
"inquirer": "^7.1.0",
55-
"js-yaml": "^3.13.1",
55+
"js-yaml": "^4.1.1",
5656
"password-generator": "^2.2.3",
5757
"ts-log": "^2.1.4",
5858
"write-json-file": "^4.3.0"

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,11 @@
824824
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
825825
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
826826

827+
"@cardano-graphql/util-dev@8.0.0":
828+
version "8.0.0"
829+
resolved "https://registry.yarnpkg.com/@cardano-graphql/util-dev/-/util-dev-8.0.0.tgz#fa154228a5a542fe0c3f506ef5a51a2d8b955e04"
830+
integrity sha512-j3hrdDCJyXhrOQ3zGuEg0Ney3dstzFT4qnK6NErikjFYcFoDCMkIzmOeSNM9xyCRFFfLYgvkDNwFGdPNBuyGNQ==
831+
827832
"@cardano-ogmios/client@^6.0.0":
828833
version "6.1.0"
829834
resolved "https://registry.yarnpkg.com/@cardano-ogmios/client/-/client-6.1.0.tgz#0f96c4d04f45d42e31848d787283cc3120ac3e7f"
@@ -6853,10 +6858,10 @@ js-yaml@^3.13.1:
68536858
argparse "^1.0.7"
68546859
esprima "^4.0.0"
68556860

6856-
js-yaml@^4.0.0:
6857-
version "4.1.0"
6858-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
6859-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
6861+
js-yaml@^4.0.0, js-yaml@^4.1.1:
6862+
version "4.1.1"
6863+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
6864+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
68606865
dependencies:
68616866
argparse "^2.0.1"
68626867

0 commit comments

Comments
 (0)