mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 00:39:06 +08:00
Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [gherkin-lint](https://github.com/vsiakka/gherkin-lint). These dependencies need to be updated together. Updates `lodash` from 4.17.20 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Updates `gherkin-lint` from 4.1.3 to 4.2.2 - [Release notes](https://github.com/vsiakka/gherkin-lint/releases) - [Commits](https://github.com/vsiakka/gherkin-lint/compare/v4.1.3...v4.2.2) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect - dependency-name: gherkin-lint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
678 B
JSON
23 lines
678 B
JSON
{
|
|
"name": "scaffold-package-command",
|
|
"version": "1.0.0",
|
|
"description": "wp-cli/scaffold-package-command",
|
|
"main": " ",
|
|
"scripts": {
|
|
"test": "echo \"Error: testing not setup\" && exit 1",
|
|
"lint": "node ./node_modules/gherkin-lint/dist/main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wp-cli/scaffold-package-command.git"
|
|
},
|
|
"author": "Daniel Bachhuber <daniel@runcommand.io>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wp-cli/scaffold-package-command/issues"
|
|
},
|
|
"homepage": "https://github.com/wp-cli/scaffold-package-command#readme",
|
|
"devDependencies": {
|
|
"gherkin-lint": "^4.2.2"
|
|
}
|
|
}
|