From 9daf6e35e014e3114b3ff4ebed8f502e02209983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 00:05:23 +0000 Subject: [PATCH] Bump lint-staged from 12.1.1 to 12.1.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.1 to 12.1.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.1.1...v12.1.2) --- 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 c7b44ff..a65e0a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "jest": "^27.3.1", "jest-junit": "^13.0.0", "knex": "^0.95.14", - "lint-staged": "12.1.1", + "lint-staged": "12.1.2", "node-notifier": "^10.0.0", "npm-run-all": "^4.1.5", "objection": "^3", @@ -4836,9 +4836,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.1.tgz", - "integrity": "sha512-zOmteWgJwTfZXcj6vXSnjeDDI/fvkKI2KOqRdc84ZFc2ZMDKXEeiTITtaskE3HiNrHraFmYVBpnMSZHngLoogA==", + "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", @@ -11151,9 +11151,9 @@ "dev": true }, "lint-staged": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.1.tgz", - "integrity": "sha512-zOmteWgJwTfZXcj6vXSnjeDDI/fvkKI2KOqRdc84ZFc2ZMDKXEeiTITtaskE3HiNrHraFmYVBpnMSZHngLoogA==", + "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", diff --git a/package.json b/package.json index 7663aa0..f8d9fc6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "jest": "^27.3.1", "jest-junit": "^13.0.0", "knex": "^0.95.14", - "lint-staged": "12.1.1", + "lint-staged": "12.1.2", "node-notifier": "^10.0.0", "npm-run-all": "^4.1.5", "objection": "^3",