From ce06c3cd7e934199c3eaaf305b7c5db3b5d2a92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:11:55 +0000 Subject: [PATCH] chore(deps-dev): bump luxon from 3.4.1 to 3.4.2 Bumps [luxon](https://github.com/moment/luxon) from 3.4.1 to 3.4.2. - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/3.4.1...3.4.2) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1d188fc2..d2ac88b3 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "ics-to-json-extended": "^1.1.4", "lint-staged": "^14.0.1", "liquidjs": "^10.9.1", - "luxon": "^3.4.1", + "luxon": "^3.4.2", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^3.0.3", diff --git a/yarn.lock b/yarn.lock index 288e5d39..137f1810 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3607,15 +3607,10 @@ luxon@^2.5.0: resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.5.2.tgz#17ed497f0277e72d58a4756d6a9abee4681457b6" integrity sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA== -luxon@^3.3.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.0.tgz#17cb754efecbf76994f05b2a3f1f91fad7ddfde7" - integrity sha512-7eDo4Pt7aGhoCheGFIuq4Xa2fJm4ZpmldpGhjTYBNUYNCN6TIEP6v7chwwwt3KRp7YR+rghbfvjyo3V5y9hgBw== - -luxon@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.1.tgz#9147374b2c539e7893f906c420e9b080b59c5457" - integrity sha512-2USspxOCXWGIKHwuQ9XElxPPYrDOJHDQ5DQ870CoD+CxJbBnRDIBCfhioUJJjct7BKOy80Ia8cVstIcIMb/0+Q== +luxon@^3.3.0, luxon@^3.4.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.2.tgz#f5bcab779f3d6a943ee7c8621c2b416bc10abd24" + integrity sha512-uBoAVCVcajsrqy3pv7eo5jEUz1oeLmCcnMv8n4AJpT5hbpN9lUssAXibNElpbLce3Mhm9dyBzwYLs9zctM/0tA== make-error@^1.1.1: version "1.3.6"