From 8b63c03ff1437c6f6a3a1ed5d7c3273ddcb8710c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 04:03:17 +0000 Subject: [PATCH] Bump lint-staged from 11.0.0 to 11.0.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.0.0 to 11.0.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.0.0...v11.0.1) --- 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 f5df86a..4ff3e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "is-ci": "^3.0.0", "jest": "^26.6.3", "json5": "^2.2.0", - "lint-staged": "^11.0.0", + "lint-staged": "^11.0.1", "np": "^7.5.0", "npm-run-all": "^4.1.5", "pinst": "^2.1.6", @@ -8059,9 +8059,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.0.tgz", - "integrity": "sha512-3rsRIoyaE8IphSUtO1RVTFl1e0SLBtxxUOPBtHxQgBHS5/i6nqvjcUfNioMa4BU9yGnPzbO+xkfLtXtxBpCzjw==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.1.tgz", + "integrity": "sha512-RkTA1ulE6jAGFskxpGAwxfVRXjHp7D9gFg/+KMARUWMPiVFP0t28Em2u0gL8sA0w3/ck3TC57F2v2RNeQ5XPnw==", "dev": true, "dependencies": { "chalk": "^4.1.1", @@ -20730,9 +20730,9 @@ "dev": true }, "lint-staged": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.0.tgz", - "integrity": "sha512-3rsRIoyaE8IphSUtO1RVTFl1e0SLBtxxUOPBtHxQgBHS5/i6nqvjcUfNioMa4BU9yGnPzbO+xkfLtXtxBpCzjw==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.1.tgz", + "integrity": "sha512-RkTA1ulE6jAGFskxpGAwxfVRXjHp7D9gFg/+KMARUWMPiVFP0t28Em2u0gL8sA0w3/ck3TC57F2v2RNeQ5XPnw==", "dev": true, "requires": { "chalk": "^4.1.1", diff --git a/package.json b/package.json index 652dbbc..ace67ec 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "is-ci": "^3.0.0", "jest": "^26.6.3", "json5": "^2.2.0", - "lint-staged": "^11.0.0", + "lint-staged": "^11.0.1", "np": "^7.5.0", "npm-run-all": "^4.1.5", "pinst": "^2.1.6",