From a6c8bbdc991b13d2c96ae6216b3e161f4e9aa461 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 11 Nov 2022 22:42:10 +0000
Subject: [PATCH] chore(deps): update dependency @types/luxon to v3.1.0
 (#18880)

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

diff --git a/package.json b/package.json
index b531f74494..13b0cd107e 100644
--- a/package.json
+++ b/package.json
@@ -266,7 +266,7 @@
     "@types/json-dup-key-validator": "1.0.0",
     "@types/linkify-markdown": "1.0.1",
     "@types/lodash": "4.14.188",
-    "@types/luxon": "3.0.3",
+    "@types/luxon": "3.1.0",
     "@types/markdown-it": "12.2.3",
     "@types/markdown-table": "2.0.0",
     "@types/marshal": "0.5.1",
diff --git a/yarn.lock b/yarn.lock
index 4294ec0db3..aab415eea4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2897,10 +2897,10 @@
   resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.188.tgz#e4990c4c81f7c9b00c5ff8eae389c10f27980da5"
   integrity sha512-zmEmF5OIM3rb7SbLCFYoQhO4dGt2FRM9AMkxvA3LaADOF1n8in/zGJlWji9fmafLoNyz+FoL6FE0SLtGIArD7w==
 
-"@types/luxon@3.0.3":
-  version "3.0.3"
-  resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.0.3.tgz#698bf70d994a644b818241ea11c8f9e9e16af556"
-  integrity sha512-oHbqYmoYCihi5S09sdtf/sHh27+msnQ6qhrXJDFpUy/M7ohWcSpqNN5Mi22A2WHCsJ4ypD3zyJbCpyxvfC+VVw==
+"@types/luxon@3.1.0":
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.1.0.tgz#b9842d233a06b267fe4117f1c224f20b8a149825"
+  integrity sha512-gCd/HcCgjqSxfMrgtqxCgYk/22NBQfypwFUG7ZAyG/4pqs51WLTcUzVp1hqTbieDYeHS3WoVEh2Yv/2l+7B0Vg==
 
 "@types/markdown-it@12.2.3":
   version "12.2.3"
-- 
GitLab