From 30d75acdf42b56898f75a7a444d8190fc8395ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 15:34:37 +0200 Subject: [PATCH] chore(deps-dev): bump lint-staged from 11.2.3 to 11.2.6 (#472) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.3 to 11.2.6. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.2.3...v11.2.6) --- 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> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6b1d029f..78c86df4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-svelte3": "^3.2.1", "eslint-plugin-tailwindcss": "^1.17.0", "husky": "^7.0.4", - "lint-staged": "^11.2.3", + "lint-staged": "^11.2.6", "mocha": "^9.1.3", "node-html-parser": "^5.0.0", "postcss": "^8.3.11", diff --git a/yarn.lock b/yarn.lock index 11445c0a..3e3419dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3019,10 +3019,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@^11.2.3: - version "11.2.3" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.3.tgz#fc3f4569cc4f46553309dfc1447b8aef69f744fb" - integrity sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw== +lint-staged@^11.2.6: + version "11.2.6" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.6.tgz#f477b1af0294db054e5937f171679df63baa4c43" + integrity sha512-Vti55pUnpvPE0J9936lKl0ngVeTdSZpEdTNhASbkaWX7J5R9OEifo1INBGQuGW4zmy6OG+TcWPJ3m5yuy5Q8Tg== dependencies: cli-truncate "2.1.0" colorette "^1.4.0"