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:
parent
8e216837c6
commit
7c6352bfee
2 changed files with 18 additions and 16 deletions
32
package-lock.json
generated
32
package-lock.json
generated
|
@ -60,7 +60,7 @@
|
|||
"http2-proxy": "^5.0.53",
|
||||
"husky": "^7.0.4",
|
||||
"jest": "^27.3.1",
|
||||
"lint-staged": "^12.0.2",
|
||||
"lint-staged": "^12.0.3",
|
||||
"postcss": "^8.3.11",
|
||||
"postcss-import": "^14.0.2",
|
||||
"prettier": "^2.4.1",
|
||||
|
@ -14322,23 +14322,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"
|
||||
|
@ -32497,23 +32498,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": {
|
||||
"ansi-regex": {
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
"http2-proxy": "^5.0.53",
|
||||
"husky": "^7.0.4",
|
||||
"jest": "^27.3.1",
|
||||
"lint-staged": "^12.0.2",
|
||||
"lint-staged": "^12.0.3",
|
||||
"postcss": "^8.3.11",
|
||||
"postcss-import": "^14.0.2",
|
||||
"prettier": "^2.4.1",
|
||||
|
|
Loading…
Reference in a new issue