From 4cc47113d5bd26a1982745f8bd0e44c97cedcfa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 14:49:57 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.1.5 to 12.1.7 (#7464) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.5 to 12.1.7. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.1.5...v12.1.7) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 686ee010af..efd4f1a000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,7 +115,7 @@ "is-svg": "^4.3.2", "js-yaml-loader": "^1.2.2", "jsdoc": "^3.6.7", - "lint-staged": "^12.1.5", + "lint-staged": "^12.1.7", "lodash.debounce": "^4.0.8", "lodash.difference": "^4.5.0", "minimist": "^1.2.5", @@ -18586,9 +18586,9 @@ } }, "node_modules/lint-staged": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.5.tgz", - "integrity": "sha512-WyKb+0sNKDTd1LwwAfTBPp0XmdaKkAOEbg4oHE4Kq2+oQVchg/VAcjVQtSqZih1izNsTURjc2EkhG/syRQUXdA==", + "version": "12.1.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.7.tgz", + "integrity": "sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", @@ -44854,9 +44854,9 @@ } }, "lint-staged": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.5.tgz", - "integrity": "sha512-WyKb+0sNKDTd1LwwAfTBPp0XmdaKkAOEbg4oHE4Kq2+oQVchg/VAcjVQtSqZih1izNsTURjc2EkhG/syRQUXdA==", + "version": "12.1.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.7.tgz", + "integrity": "sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index bbcacc5988..11f8674275 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ "is-svg": "^4.3.2", "js-yaml-loader": "^1.2.2", "jsdoc": "^3.6.7", - "lint-staged": "^12.1.5", + "lint-staged": "^12.1.7", "lodash.debounce": "^4.0.8", "lodash.difference": "^4.5.0", "minimist": "^1.2.5",