From 96316428a99b5647547c5efa6bc59bb5daedc2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 14:13:42 +0800 Subject: [PATCH] build(deps-dev): bump lint-staged from 12.3.4 to 12.3.5 (#830) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[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 ee254ba96..972459e9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "husky": "^7.0.4", "jest": "^27.0.6", "lerna": "^4.0.0", - "lint-staged": "^12.3.4", + "lint-staged": "^12.3.5", "ts-jest": "^27.1.3", "ts-loader": "^9.2.7", "ts-node": "^10.5.0", @@ -11005,9 +11005,9 @@ "dev": true }, "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", @@ -24709,9 +24709,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 c9df67384..5a133ce43 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "husky": "^7.0.4", "jest": "^27.0.6", "lerna": "^4.0.0", - "lint-staged": "^12.3.4", + "lint-staged": "^12.3.5", "ts-jest": "^27.1.3", "ts-loader": "^9.2.7", "ts-node": "^10.5.0",