From 37f580c0a2980cd644a7de91d50197b86b519e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 16:56:19 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.3.7 to 12.4.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.7 to 12.4.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.3.7...v12.4.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6183337af4..0530bdbeb2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14591,9 +14591,9 @@ "dev": true }, "lint-staged": { - "version": "12.3.7", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.7.tgz", - "integrity": "sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ==", + "version": "12.4.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.1.tgz", + "integrity": "sha512-PTXgzpflrQ+pODQTG116QNB+Q6uUTDg5B5HqGvNhoQSGt8Qy+MA/6zSnR8n38+sxP5TapzeQGTvoKni0KRS8Vg==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index 90c49f6e523..fcc9ac2de4c 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "lerna": "3.0.0", "lerna-changelog": "2.2.0", "light-my-request": "4.10.1", - "lint-staged": "12.3.7", + "lint-staged": "12.4.1", "markdown-table": "2.0.0", "merge-graphql-schemas": "1.7.8", "middie": "6.0.0",