From 796bd963d328d5899dd63493697e7fdef1d05563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Oct 2021 15:03:37 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 11.2.1 to 11.2.3 (#7150) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.1 to 11.2.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.2.1...v11.2.3) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- 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 3f41cba836..50df03db39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -118,7 +118,7 @@ "is-svg": "^4.3.1", "js-yaml-loader": "^1.2.2", "jsdoc": "^3.6.7", - "lint-staged": "^11.2.1", + "lint-staged": "^11.2.3", "lodash.debounce": "^4.0.8", "lodash.difference": "^4.5.0", "minimist": "^1.2.5", @@ -17709,9 +17709,9 @@ } }, "node_modules/lint-staged": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.2.1.tgz", - "integrity": "sha512-p56vAvBwABYSThvncT1Vuq0u6A8ZS56oC+eURfoavqyhBPJv+RGAmIU2kEYQOO19LPQVHQJ56eoBq/ARPlBoVQ==", + "version": "11.2.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.2.3.tgz", + "integrity": "sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw==", "dev": true, "dependencies": { "cli-truncate": "2.1.0", @@ -43412,9 +43412,9 @@ } }, "lint-staged": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.2.1.tgz", - "integrity": "sha512-p56vAvBwABYSThvncT1Vuq0u6A8ZS56oC+eURfoavqyhBPJv+RGAmIU2kEYQOO19LPQVHQJ56eoBq/ARPlBoVQ==", + "version": "11.2.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.2.3.tgz", + "integrity": "sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw==", "dev": true, "requires": { "cli-truncate": "2.1.0", diff --git a/package.json b/package.json index c3027b664a..24ceacbb79 100644 --- a/package.json +++ b/package.json @@ -205,7 +205,7 @@ "is-svg": "^4.3.1", "js-yaml-loader": "^1.2.2", "jsdoc": "^3.6.7", - "lint-staged": "^11.2.1", + "lint-staged": "^11.2.3", "lodash.debounce": "^4.0.8", "lodash.difference": "^4.5.0", "minimist": "^1.2.5",