chore(deps-dev): bump lint-staged from 12.0.2 to 12.0.3 (#3862)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.0.2 to 12.0.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.0.2...v12.0.3)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-19 13:56:21 +01:00 committed by GitHub
parent 5d044a774b
commit 4ed2d60ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 16 deletions

32
package-lock.json generated
View File

@ -40,7 +40,7 @@
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^27.3.0",
"lint-staged": "^12.0.2",
"lint-staged": "^12.0.3",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"prettier": "^2.3.2",
@ -10508,23 +10508,24 @@
"dev": true
},
"node_modules/lint-staged": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.2.tgz",
"integrity": "sha512-tpCvACqc7bykziGJmXG0G8YG2RaCrWiDBwmrP9wU7i/3za9JMOvCECQmXjw/sO4ICC70ApVwyqixS1htQX9Haw==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.3.tgz",
"integrity": "sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==",
"dev": true,
"dependencies": {
"cli-truncate": "3.1.0",
"cli-truncate": "^3.1.0",
"colorette": "^2.0.16",
"commander": "^8.3.0",
"cosmiconfig": "^7.0.1",
"debug": "^4.3.2",
"enquirer": "^2.3.6",
"execa": "^5.1.1",
"listr2": "^3.13.3",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"object-inspect": "1.11.0",
"string-argv": "0.3.1",
"supports-color": "9.0.2"
"object-inspect": "^1.11.0",
"string-argv": "^0.3.1",
"supports-color": "^9.0.2"
},
"bin": {
"lint-staged": "bin/lint-staged.js"
@ -24638,23 +24639,24 @@
"dev": true
},
"lint-staged": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.2.tgz",
"integrity": "sha512-tpCvACqc7bykziGJmXG0G8YG2RaCrWiDBwmrP9wU7i/3za9JMOvCECQmXjw/sO4ICC70ApVwyqixS1htQX9Haw==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.3.tgz",
"integrity": "sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==",
"dev": true,
"requires": {
"cli-truncate": "3.1.0",
"cli-truncate": "^3.1.0",
"colorette": "^2.0.16",
"commander": "^8.3.0",
"cosmiconfig": "^7.0.1",
"debug": "^4.3.2",
"enquirer": "^2.3.6",
"execa": "^5.1.1",
"listr2": "^3.13.3",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"object-inspect": "1.11.0",
"string-argv": "0.3.1",
"supports-color": "9.0.2"
"object-inspect": "^1.11.0",
"string-argv": "^0.3.1",
"supports-color": "^9.0.2"
},
"dependencies": {
"has-flag": {

View File

@ -55,7 +55,7 @@
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^27.3.0",
"lint-staged": "^12.0.2",
"lint-staged": "^12.0.3",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"prettier": "^2.3.2",