Bump lint-staged from 10.5.0 to 10.5.1 (#6307)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.0 to 10.5.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.0...v10.5.1)

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] 2020-11-04 07:07:51 +00:00 committed by GitHub
parent 39275a0e33
commit ff02b329a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 18 deletions

49
package-lock.json generated
View File

@ -14849,20 +14849,20 @@
} }
}, },
"lint-staged": { "lint-staged": {
"version": "10.5.0", "version": "10.5.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.0.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.1.tgz",
"integrity": "sha512-gjC9+HGkBubOF+Yyoj9pd52Qfm/kYB+dRX1UOgWjHKvSDYl+VHkZXlBMlqSZa2cH3Kp5/uNL480sV6e2dTgXSg==", "integrity": "sha512-fTkTGFtwFIJJzn/PbUO3RXyEBHIhbfYBE7+rJyLcOXabViaO/h6OslgeK6zpeUtzkDrzkgyAYDTLAwx6JzDTHw==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"cli-truncate": "^2.1.0", "cli-truncate": "^2.1.0",
"commander": "^6.0.0", "commander": "^6.2.0",
"cosmiconfig": "^7.0.0", "cosmiconfig": "^7.0.0",
"debug": "^4.1.1", "debug": "^4.2.0",
"dedent": "^0.7.0", "dedent": "^0.7.0",
"enquirer": "^2.3.6", "enquirer": "^2.3.6",
"execa": "^4.0.3", "execa": "^4.1.0",
"listr2": "^2.6.0", "listr2": "^3.2.2",
"log-symbols": "^4.0.0", "log-symbols": "^4.0.0",
"micromatch": "^4.0.2", "micromatch": "^4.0.2",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
@ -14899,6 +14899,12 @@
"color-name": "~1.1.4" "color-name": "~1.1.4"
} }
}, },
"commander": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-6.2.0.tgz",
"integrity": "sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==",
"dev": true
},
"cosmiconfig": { "cosmiconfig": {
"version": "7.0.0", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
@ -14923,10 +14929,19 @@
"which": "^2.0.1" "which": "^2.0.1"
} }
}, },
"debug": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
"integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
"dev": true,
"requires": {
"ms": "2.1.2"
}
},
"execa": { "execa": {
"version": "4.0.3", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/execa/-/execa-4.0.3.tgz", "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
"integrity": "sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==", "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-spawn": "^7.0.0", "cross-spawn": "^7.0.0",
@ -14956,9 +14971,9 @@
"dev": true "dev": true
}, },
"import-fresh": { "import-fresh": {
"version": "3.2.1", "version": "3.2.2",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz",
"integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", "integrity": "sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==",
"dev": true, "dev": true,
"requires": { "requires": {
"parent-module": "^1.0.0", "parent-module": "^1.0.0",
@ -15064,9 +15079,9 @@
} }
}, },
"listr2": { "listr2": {
"version": "2.6.2", "version": "3.2.2",
"resolved": "https://registry.npmjs.org/listr2/-/listr2-2.6.2.tgz", "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.2.2.tgz",
"integrity": "sha512-6x6pKEMs8DSIpA/tixiYY2m/GcbgMplMVmhQAaLFxEtNSKLeWTGjtmU57xvv6QCm2XcqzyNXL/cTSVf4IChCRA==", "integrity": "sha512-AajqcZEUikF2ioph6PfH3dIuxJclhr3i3kHgTOP0xeXdWQohrvJAAmqVcV43/GI987HFY/vzT73jYXoa4esDHg==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
@ -15075,7 +15090,7 @@
"indent-string": "^4.0.0", "indent-string": "^4.0.0",
"log-update": "^4.0.0", "log-update": "^4.0.0",
"p-map": "^4.0.0", "p-map": "^4.0.0",
"rxjs": "^6.6.2", "rxjs": "^6.6.3",
"through": "^2.3.8" "through": "^2.3.8"
}, },
"dependencies": { "dependencies": {

View File

@ -145,7 +145,7 @@
"karma-jasmine-html-reporter": "^0.2.2", "karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "2.2.5", "karma-mocha-reporter": "2.2.5",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"lint-staged": "^10.5.0", "lint-staged": "^10.5.1",
"lite-server": "^2.5.4", "lite-server": "^2.5.4",
"markdownlint-cli": "^0.23.2", "markdownlint-cli": "^0.23.2",
"mdast": "^3.0.0", "mdast": "^3.0.0",