From c26ea1829da52ea263de47db3060caf3ffa3b7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 04:03:18 +0000 Subject: [PATCH] Bump lint-staged from 11.1.0 to 11.1.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.1.0...v11.1.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 a4a9e02..1465dfa 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.1.0", + "lint-staged": "^11.1.1", "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.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.0.tgz", - "integrity": "sha512-pzwEf+NKbTauAlk7gPPwTfulRXESEPZCSFXYfg20F220UOObebxu5uL5mkr9csQLNOM2Ydfrt3DJXakzAL7aaQ==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.1.tgz", + "integrity": "sha512-eTNGe6i78PSUUH2BZi1gZmGmNfb8IeN4z2OzMYxSZ1qnP1WXKn1E7D+OHwLbRDm/wQINnzIj0bsKJ6lLVSuZiQ==", "dev": true, "dependencies": { "chalk": "^4.1.1", @@ -20765,9 +20765,9 @@ "dev": true }, "lint-staged": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.0.tgz", - "integrity": "sha512-pzwEf+NKbTauAlk7gPPwTfulRXESEPZCSFXYfg20F220UOObebxu5uL5mkr9csQLNOM2Ydfrt3DJXakzAL7aaQ==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.1.tgz", + "integrity": "sha512-eTNGe6i78PSUUH2BZi1gZmGmNfb8IeN4z2OzMYxSZ1qnP1WXKn1E7D+OHwLbRDm/wQINnzIj0bsKJ6lLVSuZiQ==", "dev": true, "requires": { "chalk": "^4.1.1", diff --git a/package.json b/package.json index 0332a2d..e7cf78c 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.1.0", + "lint-staged": "^11.1.1", "np": "^7.5.0", "npm-run-all": "^4.1.5", "pinst": "^2.1.6",