From 09451e4c5761ba91d9d63a9bea14bc6fd28e13a3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 21 Jan 2024 22:51:52 +0000
Subject: [PATCH] chore(deps): update dependency @types/luxon to v3.4.1
 (#26781)

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 6aa30d58f9..ff45355288 100644
--- a/package.json
+++ b/package.json
@@ -288,7 +288,7 @@
     "@types/json-dup-key-validator": "1.0.2",
     "@types/linkify-markdown": "1.0.3",
     "@types/lodash": "4.14.202",
-    "@types/luxon": "3.4.0",
+    "@types/luxon": "3.4.1",
     "@types/markdown-it": "13.0.7",
     "@types/markdown-table": "2.0.0",
     "@types/marshal": "0.5.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c41a902614..cf60c013bd 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -428,8 +428,8 @@ importers:
         specifier: 4.14.202
         version: 4.14.202
       '@types/luxon':
-        specifier: 3.4.0
-        version: 3.4.0
+        specifier: 3.4.1
+        version: 3.4.1
       '@types/markdown-it':
         specifier: 13.0.7
         version: 13.0.7
@@ -3804,8 +3804,8 @@ packages:
     resolution: {integrity: sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==}
     dev: true
 
-  /@types/luxon@3.4.0:
-    resolution: {integrity: sha512-PEVoA4MOfSsFNaPrZjIUGUZujBDxnO/tj2A2N9KfzlR+pNgpBdDuk0TmRvSMAVUP5q4q8IkMEZ8UOp3MIr+QgA==}
+  /@types/luxon@3.4.1:
+    resolution: {integrity: sha512-m1KQEZZCITtheRhMVq5jDvAl0HwFhunLs7x6tpFFvUTJpKfmewS/Ymg+YA97/s8w1I1nC4pJyi0aAnn+vf3yew==}
     dev: true
 
   /@types/markdown-it@13.0.7:
-- 
GitLab