From 86a08c6652fbec48eb6de2add285c1514b6bd6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 21:07:38 +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 52a3d54..5306948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@vuepress/plugin-html-redirect": "^0.1.4", "@vuepress/plugin-last-updated": "^1.8.2", "husky": "^7.0.0", - "lint-staged": "^11.0.0", + "lint-staged": "^11.1.1", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.3", "markdown-it-image-lazy-loading": "^1.0.2", @@ -8790,9 +8790,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", @@ -25015,9 +25015,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 6752848..83b3d61 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@vuepress/plugin-html-redirect": "^0.1.4", "@vuepress/plugin-last-updated": "^1.8.2", "husky": "^7.0.0", - "lint-staged": "^11.0.0", + "lint-staged": "^11.1.1", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.3", "markdown-it-image-lazy-loading": "^1.0.2",