From 1c6cb087c8707737d3920f53ed6108fca2fb51cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 04:02:30 +0000 Subject: [PATCH] Bump lint-staged from 11.0.1 to 11.1.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.0.1 to 11.1.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.0.1...v11.1.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... 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 37849ff..a4a9e02 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.1", + "lint-staged": "^11.1.0", "np": "^7.5.0", "npm-run-all": "^4.1.5", "pinst": "^2.1.6", @@ -8074,9 +8074,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.1.tgz", - "integrity": "sha512-RkTA1ulE6jAGFskxpGAwxfVRXjHp7D9gFg/+KMARUWMPiVFP0t28Em2u0gL8sA0w3/ck3TC57F2v2RNeQ5XPnw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.0.tgz", + "integrity": "sha512-pzwEf+NKbTauAlk7gPPwTfulRXESEPZCSFXYfg20F220UOObebxu5uL5mkr9csQLNOM2Ydfrt3DJXakzAL7aaQ==", "dev": true, "dependencies": { "chalk": "^4.1.1", @@ -20765,9 +20765,9 @@ "dev": true }, "lint-staged": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.1.tgz", - "integrity": "sha512-RkTA1ulE6jAGFskxpGAwxfVRXjHp7D9gFg/+KMARUWMPiVFP0t28Em2u0gL8sA0w3/ck3TC57F2v2RNeQ5XPnw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.0.tgz", + "integrity": "sha512-pzwEf+NKbTauAlk7gPPwTfulRXESEPZCSFXYfg20F220UOObebxu5uL5mkr9csQLNOM2Ydfrt3DJXakzAL7aaQ==", "dev": true, "requires": { "chalk": "^4.1.1", diff --git a/package.json b/package.json index 0366bd0..0332a2d 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.1", + "lint-staged": "^11.1.0", "np": "^7.5.0", "npm-run-all": "^4.1.5", "pinst": "^2.1.6",