From d8190ed2290fbc52efe1ca2296fb05ad5f68cca7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:47:01 +0100 Subject: [PATCH] chore(deps): update dependency @types/luxon to v1.26.1 (#8915) 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 4dd6b8573f..8b3f52384a 100644 --- a/package.json +++ b/package.json @@ -214,7 +214,7 @@ "@types/js-yaml": "3.12.6", "@types/json-dup-key-validator": "1.0.0", "@types/linkify-markdown": "1.0.0", - "@types/luxon": "1.26.0", + "@types/luxon": "1.26.1", "@types/markdown-it": "10.0.3", "@types/markdown-table": "2.0.0", "@types/moo": "0.5.4", diff --git a/yarn.lock b/yarn.lock index 57553a14fc..2030d12d01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2146,10 +2146,10 @@ resolved "https://registry.yarnpkg.com/@types/linkify-markdown/-/linkify-markdown-1.0.0.tgz#50c357a0a60bb220209f19310a79b939e1b8e2a3" integrity sha512-p3rl2HtugwjkH8qjEjUi5JByoZkVc2lz6E7D96X5/FqNyj2/jlgIrMlyrbck0U+HyjhOIy0XyTwES3RRz+1koQ== -"@types/luxon@1.26.0": - version "1.26.0" - resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-1.26.0.tgz#8e783986370ad3bb9f885d93eb1a91caeecaed36" - integrity sha512-zYmLYGczqBaOFaFjR1giG1QCbGMlXWOJcYgH9Mnk0MGcZHq1aer3ZwGXX8vd9NOfai6mAI/mVU6jD9hK0Wys7Q== +"@types/luxon@1.26.1": + version "1.26.1" + resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-1.26.1.tgz#fc5ad97717e2356a2106e936f6c225cb11d79a4f" + integrity sha512-VW+JT7SDiSKjQss7iX/3bB8CUwSqzhKuW8EcyhzFTb/mwbIkcm92cPmok5FDWYz5TskB/tWFK/mn2ByHCf44AQ== "@types/markdown-it@10.0.3": version "10.0.3" -- GitLab