Skip to content

Commit b5478fb

Browse files
committed
Fix minimist to secure latest version
1 parent 0ba86ea commit b5478fb

File tree

2 files changed

+11
-44
lines changed

2 files changed

+11
-44
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"@wordpress/env": "^1.0.1",
88
"grunt": "^1.1.0",
99
"grunt-wp-i18n": "^1.0.3",
10-
"grunt-wp-readme-to-markdown": "^2.0.1"
10+
"grunt-wp-readme-to-markdown": "^2.0.1",
11+
"minimist": "^1.2.5"
1112
},
1213
"scripts": {
1314
"preenv:*": "nvm install lts/* && nvm use",

0 commit comments

Comments
 (0)