Skip to content

Commit 74215fd

Browse files
build(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 1717d7f commit 74215fd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint": "^9.34.0",
3737
"filesize": "^11.0.2",
3838
"highlight.js": "^11.11.1",
39-
"js-yaml": "^4.1.0",
39+
"js-yaml": "^4.1.1",
4040
"jwt-decode": "^4.0.0",
4141
"pinia": "^3.0.3",
4242
"rollup-plugin-visualizer": "^6.0.3",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3270,13 +3270,20 @@ js-tokens@^9.0.1:
32703270
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-9.0.1.tgz#2ec43964658435296f6761b34e10671c2d9527f4"
32713271
integrity sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==
32723272

3273-
js-yaml@4.1.0, js-yaml@^4.1.0:
3273+
js-yaml@4.1.0:
32743274
version "4.1.0"
32753275
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
32763276
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
32773277
dependencies:
32783278
argparse "^2.0.1"
32793279

3280+
js-yaml@^4.1.0, js-yaml@^4.1.1:
3281+
version "4.1.1"
3282+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
3283+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
3284+
dependencies:
3285+
argparse "^2.0.1"
3286+
32803287
jsesc@^3.0.2:
32813288
version "3.1.0"
32823289
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d"

0 commit comments

Comments
 (0)