Skip to content

Commit a65d63b

Browse files
chore(deps): bump js-yaml from 3.14.0 to 4.1.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.1.0. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.0...4.1.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8f3d7d commit a65d63b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/titanium-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"colors": "^1.4.0",
2828
"ejs": "^3.0.1",
29-
"js-yaml": "^3.13.1",
29+
"js-yaml": "^4.1.0",
3030
"markdown-it": "^12.0.0",
3131
"node-appc": "^1.1.2"
3232
}

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6744,6 +6744,13 @@ js-yaml@^3.11.0, js-yaml@^3.13.1:
67446744
argparse "^1.0.7"
67456745
esprima "^4.0.0"
67466746

6747+
js-yaml@^4.1.0:
6748+
version "4.1.0"
6749+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
6750+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
6751+
dependencies:
6752+
argparse "^2.0.1"
6753+
67476754
jsbn@~0.1.0:
67486755
version "0.1.1"
67496756
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

0 commit comments

Comments
 (0)