From 1014a5bcd4b421dd26b9271770de2f17eccdc010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 09:02:25 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 11.0.0 to 11.1.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.0.0 to 11.1.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.0.0...v11.1.1) --- 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..a26981c 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.1", "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.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", @@ -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.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 fcc7594..3a71e05 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.1", "markdownlint-cli": "^0.27.1", "node-notifier": ">=10.0.0", "nodemon": "^2.0.12",