housekeeping(dev-deps): lint-staged@10.5.1

This commit is contained in:
Renovate Bot
2020-11-06 20:20:25 +00:00
committed by renovate[bot]
parent 1d5421b80b
commit 20ada4fb81
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View File

@@ -21166,20 +21166,20 @@
"dev": true
},
"lint-staged": {
"version": "10.4.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.2.tgz",
"integrity": "sha512-OLCA9K1hS+Sl179SO6kX0JtnsaKj/MZalEhUj5yAgXsb63qPI/Gfn6Ua1KuZdbfkZNEu3/n5C/obYCu70IMt9g==",
"version": "10.5.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.1.tgz",
"integrity": "sha512-fTkTGFtwFIJJzn/PbUO3RXyEBHIhbfYBE7+rJyLcOXabViaO/h6OslgeK6zpeUtzkDrzkgyAYDTLAwx6JzDTHw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
"cli-truncate": "^2.1.0",
"commander": "^6.0.0",
"commander": "^6.2.0",
"cosmiconfig": "^7.0.0",
"debug": "^4.1.1",
"debug": "^4.2.0",
"dedent": "^0.7.0",
"enquirer": "^2.3.6",
"execa": "^4.0.3",
"listr2": "^2.6.0",
"execa": "^4.1.0",
"listr2": "^3.2.2",
"log-symbols": "^4.0.0",
"micromatch": "^4.0.2",
"normalize-path": "^3.0.0",
@@ -21340,9 +21340,9 @@
"dev": true
},
"import-fresh": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz",
"integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz",
"integrity": "sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==",
"dev": true,
"requires": {
"parent-module": "^1.0.0",
@@ -21649,9 +21649,9 @@
}
},
"listr2": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/listr2/-/listr2-2.6.2.tgz",
"integrity": "sha512-6x6pKEMs8DSIpA/tixiYY2m/GcbgMplMVmhQAaLFxEtNSKLeWTGjtmU57xvv6QCm2XcqzyNXL/cTSVf4IChCRA==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/listr2/-/listr2-3.2.2.tgz",
"integrity": "sha512-AajqcZEUikF2ioph6PfH3dIuxJclhr3i3kHgTOP0xeXdWQohrvJAAmqVcV43/GI987HFY/vzT73jYXoa4esDHg==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
@@ -21660,7 +21660,7 @@
"indent-string": "^4.0.0",
"log-update": "^4.0.0",
"p-map": "^4.0.0",
"rxjs": "^6.6.2",
"rxjs": "^6.6.3",
"through": "^2.3.8"
},
"dependencies": {

View File

@@ -150,7 +150,7 @@
"json-server": "^0.15.0",
"less": "^3.11.2",
"license-checker": "^25.0.0",
"lint-staged": "=10.4.2",
"lint-staged": "=10.5.1",
"mini-css-extract-plugin": "^1.0.0",
"mocha": "=7.2.0",
"nightwatch": "^1.3.6",