From 0f9a96808182c052fe7c0a9489e7eaabd9c31cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 08:10:52 +0200 Subject: [PATCH] build(deps-dev): bump lint-staged from 11.0.1 to 11.1.0 (#127) --- 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 5ea1a20..28f8ac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "eslint-plugin-promise": "5.1.0", "husky": "7.0.1", "jest": "27.0.6", - "lint-staged": "11.0.1", + "lint-staged": "11.1.0", "markdownlint-cli": "0.27.1", "postcss": "8.3.6", "prettier": "2.3.2", @@ -13648,9 +13648,9 @@ } }, "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", @@ -34468,9 +34468,9 @@ } }, "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 10fab4c..ffa4f2a 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-promise": "5.1.0", "husky": "7.0.1", "jest": "27.0.6", - "lint-staged": "11.0.1", + "lint-staged": "11.1.0", "markdownlint-cli": "0.27.1", "postcss": "8.3.6", "prettier": "2.3.2",