From a3209f512b78004b282d7b8aa7c22d41186e243d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 14:36:30 +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 71e903015..c06400daa 100644 --- a/packages/limit-service/package.json +++ b/packages/limit-service/package.json @@ -32,6 +32,6 @@ "dependencies": { "@tryghost/errors": "^1.2.26", "lodash": "^4.17.21", - "luxon": "^1.26.0" + "luxon": "^3.0.0" } } diff --git a/yarn.lock b/yarn.lock index a33714f4b..fa3b4e11e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8664,10 +8664,10 @@ lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== -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.7.2" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.7.2.tgz#d697e48f478553cca187a0f8436aff468e3ba0ba" + integrity sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew== magic-string@^0.25.2, magic-string@^0.25.7: version "0.25.9"