Bump lint-staged from 12.1.2 to 12.1.3 (#7428)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.2 to 12.1.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.1.2...v12.1.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-12-21 12:10:23 +01:00
committed by GitHub
parent 65a5535308
commit be55263db9
2 changed files with 14 additions and 9 deletions
+13 -8
View File
@@ -36021,24 +36021,23 @@
"dev": true
},
"lint-staged": {
"version": "12.1.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.2.tgz",
"integrity": "sha512-bSMcQVqMW98HLLLR2c2tZ+vnDCnx4fd+0QJBQgN/4XkdspGRPc8DGp7UuOEBe1ApCfJ+wXXumYnJmU+wDo7j9A==",
"version": "12.1.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.3.tgz",
"integrity": "sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",
"colorette": "^2.0.16",
"commander": "^8.3.0",
"debug": "^4.3.2",
"enquirer": "^2.3.6",
"debug": "^4.3.3",
"execa": "^5.1.1",
"lilconfig": "2.0.4",
"listr2": "^3.13.3",
"listr2": "^3.13.5",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"object-inspect": "^1.11.0",
"object-inspect": "^1.11.1",
"string-argv": "^0.3.1",
"supports-color": "^9.0.2",
"supports-color": "^9.2.1",
"yaml": "^1.10.2"
},
"dependencies": {
@@ -36128,6 +36127,12 @@
"path-key": "^3.0.0"
}
},
"object-inspect": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
"integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==",
"dev": true
},
"onetime": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+1 -1
View File
@@ -149,7 +149,7 @@
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "2.2.5",
"license-checker": "^25.0.1",
"lint-staged": "^12.1.2",
"lint-staged": "^12.1.3",
"lite-server": "^2.6.1",
"mini-css-extract-plugin": "^1.6.0",
"nconf": "^0.11.1",