From 7086de429b29dad6546a3001e5ff1be635c38a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 01:37:12 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.3.4 to 12.3.5 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.4 to 12.3.5. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.3.4...v12.3.5) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 edc9ce3d6..c1a070a42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-unicorn": "^40.1.0", "husky": "^7.0.4", "jest": "^27.5.1", - "lint-staged": "^12.3.4", + "lint-staged": "^12.3.5", "outdent": "^0.8.0", "prettier": "^2.5.0", "ts-jest": "^27.1.3", @@ -4111,9 +4111,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "12.3.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.4.tgz", - "integrity": "sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==", + "version": "12.3.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.5.tgz", + "integrity": "sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", @@ -8844,9 +8844,9 @@ "dev": true }, "lint-staged": { - "version": "12.3.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.4.tgz", - "integrity": "sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==", + "version": "12.3.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.5.tgz", + "integrity": "sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index a095b9987..b02487b71 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "eslint-plugin-unicorn": "^40.1.0", "husky": "^7.0.4", "jest": "^27.5.1", - "lint-staged": "^12.3.4", + "lint-staged": "^12.3.5", "outdent": "^0.8.0", "prettier": "^2.5.0", "ts-jest": "^27.1.3",