Skip to content

Commit 8d4633b

Browse files
fix(deps): update dependency yaml to v2
1 parent 0281eb2 commit 8d4633b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
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.21"
8181
},
8282
"devDependencies": {

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -6385,7 +6385,12 @@ yallist@^4.0.0:
63856385
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
63866386
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
63876387

6388-
yaml@1.10.2, yaml@^1.10.0:
6388+
yaml@2.4.1:
6389+
version "2.4.1"
6390+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.1.tgz#2e57e0b5e995292c25c75d2658f0664765210eed"
6391+
integrity sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==
6392+
6393+
yaml@^1.10.0:
63896394
version "1.10.2"
63906395
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
63916396
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

0 commit comments

Comments
 (0)