Skip to content

Commit ea2fc26

Browse files
committed
Update JS-YAML to min 4.1.1. Added override for hard dependency.
1 parent b76a66f commit ea2fc26

File tree

2 files changed

+28
-38
lines changed

2 files changed

+28
-38
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"on-headers@<1.1.0": ">=1.1.0",
1414
"form-data@>=4.0.0 <4.0.4": ">=4.0.4",
1515
"tar-fs": "^3.1.1",
16-
"tmp": "^0.2.4"
16+
"tmp": "^0.2.4",
17+
"js-yaml": "^4.1.1"
1718
}
1819
},
1920
"scripts": {
@@ -40,6 +41,7 @@
4041
"@wordpress/env": "^10.34.0",
4142
"@wordpress/jest-console": "^8.31.0",
4243
"@wordpress/scripts": "30.24.0",
44+
"js-yaml": "^4.1.1",
4345
"remark-gfm": "^4.0.1",
4446
"rimraf": "^5.0.5"
4547
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)