From bdc8e67f66a78eadc1f95c2eff898d10eafe9e9d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 Feb 2024 20:00:23 +0100
Subject: [PATCH] chore(deps): update dependency @types/eslint to v8.56.3
 (#27529)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json   | 2 +-
 pnpm-lock.yaml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index a01765661f..0bd8f1bc71 100644
--- a/package.json
+++ b/package.json
@@ -278,7 +278,7 @@
     "@types/common-tags": "1.8.4",
     "@types/conventional-commits-detector": "1.0.2",
     "@types/diff": "5.0.9",
-    "@types/eslint": "8.56.2",
+    "@types/eslint": "8.56.3",
     "@types/fs-extra": "11.0.4",
     "@types/git-url-parse": "9.0.3",
     "@types/github-url-from-git": "1.5.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index bc60dc6ea8..8fc334df11 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -404,8 +404,8 @@ importers:
         specifier: 5.0.9
         version: 5.0.9
       '@types/eslint':
-        specifier: 8.56.2
-        version: 8.56.2
+        specifier: 8.56.3
+        version: 8.56.3
       '@types/fs-extra':
         specifier: 11.0.4
         version: 11.0.4
@@ -3721,8 +3721,8 @@ packages:
     resolution: {integrity: sha512-TB/6hBkYQJxsZHSqyeuO1Jt0AB/bW6G7rHt9g7lML7SOF6lbgcHvw/Lr+69iqN0qxgXLhWKScAon73JNnptuDw==}
     dev: false
 
-  /@types/eslint@8.56.2:
-    resolution: {integrity: sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==}
+  /@types/eslint@8.56.3:
+    resolution: {integrity: sha512-PvSf1wfv2wJpVIFUMSb+i4PvqNYkB9Rkp9ZDO3oaWzq4SKhsQk4mrMBr3ZH06I0hKrVGLBacmgl8JM4WVjb9dg==}
     dependencies:
       '@types/estree': 1.0.5
       '@types/json-schema': 7.0.15
-- 
GitLab