From f0b0bbfac16ffd3b5acd6078115add02e792f59c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 07:08:26 +0000 Subject: [PATCH] Update dependency luxon to v3 --- packages/limit-service/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/limit-service/package.json b/packages/limit-service/package.json index ad7aefdd8..7db6a34fe 100644 --- a/packages/limit-service/package.json +++ b/packages/limit-service/package.json @@ -28,6 +28,6 @@ "dependencies": { "@tryghost/errors": "^1.2.1", "lodash": "^4.17.21", - "luxon": "^1.26.0" + "luxon": "^3.0.0" } } diff --git a/yarn.lock b/yarn.lock index 4e0d87d4a..7295365b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4258,10 +4258,10 @@ lru-cache@^7.14.1: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1.tgz#4716408dec51d5d0104732647f584d1f6738b109" integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg== -luxon@^1.26.0: - version "1.28.1" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.1.tgz#528cdf3624a54506d710290a2341aa8e6e6c61b0" - integrity sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw== +luxon@^3.0.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.1.tgz#14f1af209188ad61212578ea7e3d518d18cee45f" + integrity sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg== magic-string@^0.25.2: version "0.25.9"