Skip to content

Commit 8431965

Browse files
fix(deps): update dependency yaml to v2
1 parent ce24a96 commit 8431965

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"unknown": "0.2.5",
7777
"wordwrap": "1.0.0",
7878
"xml-formatter": "2.6.1",
79-
"yaml": "1.10.2",
79+
"yaml": "2.4.1",
8080
"yarn": "1.22.22"
8181
},
8282
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6392,7 +6392,12 @@ yallist@^4.0.0:
63926392
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
63936393
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
63946394

6395-
yaml@1.10.2, yaml@^1.10.0:
6395+
yaml@2.4.1:
6396+
version "2.4.1"
6397+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.1.tgz#2e57e0b5e995292c25c75d2658f0664765210eed"
6398+
integrity sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==
6399+
6400+
yaml@^1.10.0:
63966401
version "1.10.2"
63976402
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
63986403
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

0 commit comments

Comments
 (0)