From 1db60e9b8c64e4e1b61d8df04577cd5b463a8f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:02:14 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 11.0.0 to 11.1.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.0.0 to 11.1.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.0.0...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 2d23f82..ca1adca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "gulp-prettyerror": "^2.0.0", "gulp-size": "^4.0.1", "husky": "^7.0.1", - "lint-staged": "^11.0.0", + "lint-staged": "^11.1.0", "markdownlint-cli": "^0.27.1", "node-notifier": ">=10.0.0", "nodemon": "^2.0.12", @@ -8075,9 +8075,9 @@ } }, "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.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", @@ -19485,9 +19485,9 @@ } }, "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.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 fcc7594..a804c2b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "gulp-prettyerror": "^2.0.0", "gulp-size": "^4.0.1", "husky": "^7.0.1", - "lint-staged": "^11.0.0", + "lint-staged": "^11.1.0", "markdownlint-cli": "^0.27.1", "node-notifier": ">=10.0.0", "nodemon": "^2.0.12",