From eef6057c782000dca86fa28a346732dd17ce84e4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 11 Dec 2022 22:15:12 +0000
Subject: [PATCH] chore(deps-dev): bump lint-staged from 13.0.4 to 13.1.0
 (#8694)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.4 to 13.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.4...v13.1.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
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 060036b0d9..e6136f4638 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -119,7 +119,7 @@
         "is-svg": "^4.3.2",
         "js-yaml-loader": "^1.2.2",
         "jsdoc": "^4.0.0",
-        "lint-staged": "^13.0.4",
+        "lint-staged": "^13.1.0",
         "lodash.debounce": "^4.0.8",
         "lodash.difference": "^4.5.0",
         "minimist": "^1.2.7",
@@ -19048,9 +19048,9 @@
       }
     },
     "node_modules/lint-staged": {
-      "version": "13.0.4",
-      "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.4.tgz",
-      "integrity": "sha512-HxlHCXoYRsq9QCby5wFozmZW00hMs/9e3l+/dz6Qr8Kle4UH0kJTdABAbqhzG+3pcG6QjL9kz7NgGBfph+a5dw==",
+      "version": "13.1.0",
+      "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.0.tgz",
+      "integrity": "sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==",
       "dev": true,
       "dependencies": {
         "cli-truncate": "^3.1.0",
@@ -44367,9 +44367,9 @@
       }
     },
     "lint-staged": {
-      "version": "13.0.4",
-      "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.4.tgz",
-      "integrity": "sha512-HxlHCXoYRsq9QCby5wFozmZW00hMs/9e3l+/dz6Qr8Kle4UH0kJTdABAbqhzG+3pcG6QjL9kz7NgGBfph+a5dw==",
+      "version": "13.1.0",
+      "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.0.tgz",
+      "integrity": "sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==",
       "dev": true,
       "requires": {
         "cli-truncate": "^3.1.0",
diff --git a/package.json b/package.json
index 8ec01ee66d..ba7f3188fc 100644
--- a/package.json
+++ b/package.json
@@ -205,7 +205,7 @@
     "is-svg": "^4.3.2",
     "js-yaml-loader": "^1.2.2",
     "jsdoc": "^4.0.0",
-    "lint-staged": "^13.0.4",
+    "lint-staged": "^13.1.0",
     "lodash.debounce": "^4.0.8",
     "lodash.difference": "^4.5.0",
     "minimist": "^1.2.7",
-- 
GitLab