Skip to content

Commit 260284d

Browse files
chore(deps): bump js-yaml from 4.1.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.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 2d3768c commit 260284d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"gray-matter": "^4.0.3",
3737
"jquery": "^3.7.1",
3838
"js-cookie": "^3.0.5",
39-
"js-yaml": "^4.1.0",
39+
"js-yaml": "^4.1.1",
4040
"lefthook": "^1.10.10",
4141
"markdown-link": "^0.1.1",
4242
"mermaid": "^11.10.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,10 +3286,10 @@ js-yaml@^3.13.1:
32863286
argparse "^1.0.7"
32873287
esprima "^4.0.0"
32883288

3289-
js-yaml@^4.1.0:
3290-
version "4.1.0"
3291-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
3292-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
3289+
js-yaml@^4.1.0, js-yaml@^4.1.1:
3290+
version "4.1.1"
3291+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
3292+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
32933293
dependencies:
32943294
argparse "^2.0.1"
32953295

0 commit comments

Comments
 (0)