Skip to content

Commit 6e21815

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 40752d1 commit 6e21815

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@
872872
minimatch "^3.0.4"
873873
strip-json-comments "^3.1.1"
874874

875-
"@fortawesome/fontawesome-common-types@^0.2.34", "@fortawesome/fontawesome-common-types@^0.2.35":
875+
"@fortawesome/fontawesome-common-types@^0.2.35":
876876
version "0.2.35"
877877
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.2.35.tgz#01dd3d054da07a00b764d78748df20daf2b317e9"
878878
integrity sha512-IHUfxSEDS9dDGqYwIW7wTN6tn/O8E0n5PcAHz9cAaBoZw6UpG20IG/YM3NNLaGPwPqgjBAFjIURzqoQs3rrtuw==
@@ -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)