Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 8b79e23

Browse files
committed
Update dependency js-yaml to v4
1 parent cedbd09 commit 8b79e23

File tree

4 files changed

+26
-54
lines changed

4 files changed

+26
-54
lines changed

tools/ignore-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"dependencies": {
1010
"minimatch": "^3.0.4",
11-
"js-yaml": "^3.14.0",
11+
"js-yaml": "^4.0.0",
1212
"fs-extra": "^9.0.1",
1313
"fs-tree-utils": "^0.1.8",
1414
"tslib": "^2.0.1",
1515
"@types/minimatch": "^3.0.3",
16-
"@types/js-yaml": "^3.12.5",
16+
"@types/js-yaml": "^4.0.0",
1717
"@types/fs-extra": "^9.0.1",
1818
"@tools/preloaded-node": "file:../preloaded-node",
1919
"@tools/places": "file:../places"

tools/ignore-file/pnpm-lock.yaml

Lines changed: 11 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/pkgcfg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"js-yaml": "^3.14.0",
6+
"js-yaml": "^4.0.0",
77
"@tools/places": "../places",
8-
"@types/js-yaml": "^3.12.5"
8+
"@types/js-yaml": "^4.0.0"
99
}
1010
}

tools/pkgcfg/pnpm-lock.yaml

Lines changed: 11 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)