diff --git a/config/dependencies.yaml b/config/dependencies.yaml index ca7a7939d30..3cd4f8e56aa 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -319,7 +319,7 @@ org: 'lodash.get': *_get 'lodash.orderby': *_orderby 'lodash.set': *_set - 'luxon': '3.4.0' + 'luxon': '3.4.1' 'next': *next 'react-dropzone': '14.2.3' 'react-hotkeys-hook': *reactHotkeysHook diff --git a/sites/org/package.json b/sites/org/package.json index 17c3327353e..34474f0529e 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -45,7 +45,7 @@ "lodash.get": "4.4.2", "lodash.orderby": "4.6.0", "lodash.set": "4.3.2", - "luxon": "3.4.0", + "luxon": "3.4.1", "next": "13.4.19", "react-dropzone": "14.2.3", "react-hotkeys-hook": "4.4.1", diff --git a/yarn.lock b/yarn.lock index fb93563cadb..247024ca391 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8975,10 +8975,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-10.0.0.tgz#b9e2a6a72a129d81ab317202d93c7691df727e61" integrity sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw== -luxon@3.4.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== magic-string@^0.25.3: version "0.25.9"