From 12ef0f9025d8403384b8d7d1ea2d9da02bfe46c7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 12 Sep 2021 23:05:42 +0000
Subject: [PATCH] chore(deps): update dependency @types/luxon to v2.0.3
 (#11700)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 595d4c4f6b..04d3e44e68 100644
--- a/package.json
+++ b/package.json
@@ -219,7 +219,7 @@
     "@types/js-yaml": "4.0.3",
     "@types/json-dup-key-validator": "1.0.0",
     "@types/linkify-markdown": "1.0.1",
-    "@types/luxon": "2.0.2",
+    "@types/luxon": "2.0.3",
     "@types/markdown-it": "12.2.1",
     "@types/markdown-table": "2.0.0",
     "@types/moo": "0.5.5",
diff --git a/yarn.lock b/yarn.lock
index 1c5dd24f36..2524efe150 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1858,10 +1858,10 @@
   resolved "https://registry.yarnpkg.com/@types/linkify-markdown/-/linkify-markdown-1.0.1.tgz#0b750a592107dd46ecf2b5be0eeb7656b1fc814d"
   integrity sha512-RYDOtCol7/sHGhSJvWVnl0AmOdQQWgUYys6cwn5Lt3RiYhyhTLMLv7B9wdixMgCfnNt0MQj/YSGi3qN0IQqLeQ==
 
-"@types/luxon@2.0.2":
-  version "2.0.2"
-  resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.2.tgz#89db62ab8299ed3a703e75eef525d6bdf94349bc"
-  integrity sha512-CUrDlIVYv7TNkdQV8YfT2WGAHyMAwFIT1PXoUcQhX2EFMVL20lxEQHWc73gdJfRtMsI6Vc22HvR7eUN0jkx6+w==
+"@types/luxon@2.0.3":
+  version "2.0.3"
+  resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.3.tgz#03de7fa45451bffe9978700dca85fd6f242ef961"
+  integrity sha512-qhyivlWLuSnQa6EMx7W2oPiMUD4/F9BLuQynZe3jBgmfCS6Xr+Ock1+ZotN6xEkdJvdckyX+z1r5fyvi31GV5Q==
 
 "@types/markdown-it@12.2.1":
   version "12.2.1"
-- 
GitLab