From 88aae3f2e3e5c283c1b6ac45dc80ca3d62a07e17 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 23 Aug 2023 15:21:36 -0700 Subject: [PATCH] chore: update deps --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4eab88cc..1d188fc2 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.0", + "luxon": "^3.4.1", "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 e1aec1bd..288e5d39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3607,11 +3607,16 @@ 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, luxon@^3.4.0: +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== + make-error@^1.1.1: version "1.3.6" resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"