From 44443a6be97f5274cb2e237baffd420830efd5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 00:02:30 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.3.8 to 12.4.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.8 to 12.4.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.3.8...v12.4.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b72aa417..845905ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-config-react-app": "^7.0.1", "husky": "^7.0.4", - "lint-staged": "^12.3.8", + "lint-staged": "^12.4.0", "prettier": "^2.6.2", "react-is": "^18.0.0", "react-refresh": "^0.12.0", @@ -8440,9 +8440,10 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "12.3.8", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.0.tgz", + "integrity": "sha512-3X7MR0h9b7qf4iXf/1n7RlVAx+EzpAZXoCEMhVSpaBlgKDfH2ewf+QUm7BddFyq29v4dgPP+8+uYpWuSWx035A==", "dev": true, - "license": "MIT", "dependencies": { "cli-truncate": "^3.1.0", "colorette": "^2.0.16", @@ -18770,7 +18771,9 @@ "version": "1.2.4" }, "lint-staged": { - "version": "12.3.8", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.0.tgz", + "integrity": "sha512-3X7MR0h9b7qf4iXf/1n7RlVAx+EzpAZXoCEMhVSpaBlgKDfH2ewf+QUm7BddFyq29v4dgPP+8+uYpWuSWx035A==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index 8c6993ed..30dc4472 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-config-react-app": "^7.0.1", "husky": "^7.0.4", - "lint-staged": "^12.3.8", + "lint-staged": "^12.4.0", "prettier": "^2.6.2", "react-is": "^18.0.0", "react-refresh": "^0.12.0",