Bump lint-staged from 12.0.2 to 12.0.3

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>
This commit is contained in:
dependabot[bot] 2021-11-20 12:56:17 +00:00 committed by Jon Koops
parent 8e216837c6
commit 7c6352bfee
2 changed files with 18 additions and 16 deletions

32
package-lock.json generated
View file

@ -60,7 +60,7 @@
"http2-proxy": "^5.0.53", "http2-proxy": "^5.0.53",
"husky": "^7.0.4", "husky": "^7.0.4",
"jest": "^27.3.1", "jest": "^27.3.1",
"lint-staged": "^12.0.2", "lint-staged": "^12.0.3",
"postcss": "^8.3.11", "postcss": "^8.3.11",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
"prettier": "^2.4.1", "prettier": "^2.4.1",
@ -14322,23 +14322,24 @@
"dev": true "dev": true
}, },
"node_modules/lint-staged": { "node_modules/lint-staged": {
"version": "12.0.2", "version": "12.0.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.2.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.3.tgz",
"integrity": "sha512-tpCvACqc7bykziGJmXG0G8YG2RaCrWiDBwmrP9wU7i/3za9JMOvCECQmXjw/sO4ICC70ApVwyqixS1htQX9Haw==", "integrity": "sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"cli-truncate": "3.1.0", "cli-truncate": "^3.1.0",
"colorette": "^2.0.16", "colorette": "^2.0.16",
"commander": "^8.3.0", "commander": "^8.3.0",
"cosmiconfig": "^7.0.1", "cosmiconfig": "^7.0.1",
"debug": "^4.3.2", "debug": "^4.3.2",
"enquirer": "^2.3.6",
"execa": "^5.1.1", "execa": "^5.1.1",
"listr2": "^3.13.3", "listr2": "^3.13.3",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"object-inspect": "1.11.0", "object-inspect": "^1.11.0",
"string-argv": "0.3.1", "string-argv": "^0.3.1",
"supports-color": "9.0.2" "supports-color": "^9.0.2"
}, },
"bin": { "bin": {
"lint-staged": "bin/lint-staged.js" "lint-staged": "bin/lint-staged.js"
@ -32497,23 +32498,24 @@
"dev": true "dev": true
}, },
"lint-staged": { "lint-staged": {
"version": "12.0.2", "version": "12.0.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.2.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.3.tgz",
"integrity": "sha512-tpCvACqc7bykziGJmXG0G8YG2RaCrWiDBwmrP9wU7i/3za9JMOvCECQmXjw/sO4ICC70ApVwyqixS1htQX9Haw==", "integrity": "sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"cli-truncate": "3.1.0", "cli-truncate": "^3.1.0",
"colorette": "^2.0.16", "colorette": "^2.0.16",
"commander": "^8.3.0", "commander": "^8.3.0",
"cosmiconfig": "^7.0.1", "cosmiconfig": "^7.0.1",
"debug": "^4.3.2", "debug": "^4.3.2",
"enquirer": "^2.3.6",
"execa": "^5.1.1", "execa": "^5.1.1",
"listr2": "^3.13.3", "listr2": "^3.13.3",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"object-inspect": "1.11.0", "object-inspect": "^1.11.0",
"string-argv": "0.3.1", "string-argv": "^0.3.1",
"supports-color": "9.0.2" "supports-color": "^9.0.2"
}, },
"dependencies": { "dependencies": {
"ansi-regex": { "ansi-regex": {

View file

@ -76,7 +76,7 @@
"http2-proxy": "^5.0.53", "http2-proxy": "^5.0.53",
"husky": "^7.0.4", "husky": "^7.0.4",
"jest": "^27.3.1", "jest": "^27.3.1",
"lint-staged": "^12.0.2", "lint-staged": "^12.0.3",
"postcss": "^8.3.11", "postcss": "^8.3.11",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
"prettier": "^2.4.1", "prettier": "^2.4.1",