From 0516fe5d16822cbc29e970a1f60495b928a081f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 09:03:48 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 12.0.3 to 12.1.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.0.3 to 12.1.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.0.3...v12.1.2) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 39 ++++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6c105f5e7..d4c7f57641 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-jest": "^25.2.4", "husky": "^4.3.8", "jest": "^26.6.3", - "lint-staged": "^12.0.3", + "lint-staged": "^12.1.2", "prettier": "^2.2.1", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", @@ -5207,6 +5207,15 @@ "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.9.43.tgz", "integrity": "sha512-tNB87ZutAiAkl3DE/Bo0Mxqn/XZbNxhPg4v9bYBwQQW4dlhBGqXl1vtmPxeDWbrijzwOA9vRjOOFm5V9SK/W3w==" }, + "node_modules/lilconfig": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz", + "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/lines-and-columns": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", @@ -5214,24 +5223,25 @@ "dev": true }, "node_modules/lint-staged": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.3.tgz", - "integrity": "sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.2.tgz", + "integrity": "sha512-bSMcQVqMW98HLLLR2c2tZ+vnDCnx4fd+0QJBQgN/4XkdspGRPc8DGp7UuOEBe1ApCfJ+wXXumYnJmU+wDo7j9A==", "dev": true, "dependencies": { "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", + "lilconfig": "2.0.4", "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" + "supports-color": "^9.0.2", + "yaml": "^1.10.2" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -12667,6 +12677,12 @@ "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.9.43.tgz", "integrity": "sha512-tNB87ZutAiAkl3DE/Bo0Mxqn/XZbNxhPg4v9bYBwQQW4dlhBGqXl1vtmPxeDWbrijzwOA9vRjOOFm5V9SK/W3w==" }, + "lilconfig": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz", + "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==", + "dev": true + }, "lines-and-columns": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", @@ -12674,24 +12690,25 @@ "dev": true }, "lint-staged": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.3.tgz", - "integrity": "sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.2.tgz", + "integrity": "sha512-bSMcQVqMW98HLLLR2c2tZ+vnDCnx4fd+0QJBQgN/4XkdspGRPc8DGp7UuOEBe1ApCfJ+wXXumYnJmU+wDo7j9A==", "dev": true, "requires": { "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", + "lilconfig": "2.0.4", "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" + "supports-color": "^9.0.2", + "yaml": "^1.10.2" }, "dependencies": { "execa": { diff --git a/package.json b/package.json index a3fbbb8cf2..9c61c53a4c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-jest": "^25.2.4", "husky": "^4.3.8", "jest": "^26.6.3", - "lint-staged": "^12.0.3", + "lint-staged": "^12.1.2", "prettier": "^2.2.1", "reflect-metadata": "0.1.13", "rimraf": "3.0.2",