Skip to content

Commit 7921c2c

Browse files
ds300mayank99
andcommitted
update yaml dep
Co-Authored-By: Mayank <[email protected]>
1 parent 22cfa23 commit 7921c2c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
node: [10, 12, 13]
10+
node: [14, 16, 18]
1111
steps:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"semver": "^5.6.0",
8484
"slash": "^2.0.0",
8585
"tmp": "^0.0.33",
86-
"yaml": "^1.10.2"
86+
"yaml": "^2.2.2"
8787
},
8888
"files": [
8989
"index.js",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5971,10 +5971,10 @@ yaml@^1.10.0:
59715971
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
59725972
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
59735973

5974-
yaml@^1.10.2:
5975-
version "1.10.2"
5976-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
5977-
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
5974+
yaml@^2.2.2:
5975+
version "2.2.2"
5976+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
5977+
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==
59785978

59795979
59805980
version "10.1.0"

0 commit comments

Comments
 (0)