scaffold-package-command/package.json
dependabot[bot] c472d1388f
Bump lodash and gherkin-lint (#209)
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>
2022-10-07 05:49:10 -07:00

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"
}
}