From 4ed2d60ba4219bfa3043b5a4be4d171de849bb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 13:56:21 +0100 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.0.2 to 12.0.3 (#3862) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.0.2 to 12.0.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.0.2...v12.0.3) --- 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 | 32 +++++++++++++++++--------------- package.json | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4e896f85..32c9421cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "husky": "^7.0.4", "is-ci": "^3.0.1", "jest": "^27.3.0", - "lint-staged": "^12.0.2", + "lint-staged": "^12.0.3", "lodash": "^4.17.21", "minimist": "^1.2.5", "prettier": "^2.3.2", @@ -10508,23 +10508,24 @@ "dev": true }, "node_modules/lint-staged": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.2.tgz", - "integrity": "sha512-tpCvACqc7bykziGJmXG0G8YG2RaCrWiDBwmrP9wU7i/3za9JMOvCECQmXjw/sO4ICC70ApVwyqixS1htQX9Haw==", + "version": "12.0.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.3.tgz", + "integrity": "sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==", "dev": true, "dependencies": { - "cli-truncate": "3.1.0", + "cli-truncate": "^3.1.0", "colorette": "^2.0.16", "commander": "^8.3.0", "cosmiconfig": "^7.0.1", "debug": "^4.3.2", + "enquirer": "^2.3.6", "execa": "^5.1.1", "listr2": "^3.13.3", "micromatch": "^4.0.4", "normalize-path": "^3.0.0", - "object-inspect": "1.11.0", - "string-argv": "0.3.1", - "supports-color": "9.0.2" + "object-inspect": "^1.11.0", + "string-argv": "^0.3.1", + "supports-color": "^9.0.2" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -24638,23 +24639,24 @@ "dev": true }, "lint-staged": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.2.tgz", - "integrity": "sha512-tpCvACqc7bykziGJmXG0G8YG2RaCrWiDBwmrP9wU7i/3za9JMOvCECQmXjw/sO4ICC70ApVwyqixS1htQX9Haw==", + "version": "12.0.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.3.tgz", + "integrity": "sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==", "dev": true, "requires": { - "cli-truncate": "3.1.0", + "cli-truncate": "^3.1.0", "colorette": "^2.0.16", "commander": "^8.3.0", "cosmiconfig": "^7.0.1", "debug": "^4.3.2", + "enquirer": "^2.3.6", "execa": "^5.1.1", "listr2": "^3.13.3", "micromatch": "^4.0.4", "normalize-path": "^3.0.0", - "object-inspect": "1.11.0", - "string-argv": "0.3.1", - "supports-color": "9.0.2" + "object-inspect": "^1.11.0", + "string-argv": "^0.3.1", + "supports-color": "^9.0.2" }, "dependencies": { "has-flag": { diff --git a/package.json b/package.json index f19718b10..bbbbc998d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "husky": "^7.0.4", "is-ci": "^3.0.1", "jest": "^27.3.0", - "lint-staged": "^12.0.2", + "lint-staged": "^12.0.3", "lodash": "^4.17.21", "minimist": "^1.2.5", "prettier": "^2.3.2",