From 8931b97cf9d0859e80db09f5e1e11bacf90ea8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 06:39:58 +0000 Subject: [PATCH] Bump luxon and @types/luxon Bumps [luxon](https://github.com/moment/luxon) and [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon). These dependencies needed to be updated together. Updates `luxon` from 3.4.3 to 3.4.4 - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/3.4.3...3.4.4) Updates `@types/luxon` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/luxon" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 32b308c..708becc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@tsconfig/node18": "^18.2.2", "@types/cookie-parser": "^1.4.6", "@types/express": "^4.17.20", - "@types/luxon": "^3.3.3", + "@types/luxon": "^3.3.4", "@types/node": "^20.9.0", "@types/react-dom": "^18.2.15", "husky": "^8.0.3", @@ -42,7 +42,7 @@ "jwt-decode": "^3.1.2", "loglevel": "^1.8.1", "lru-cache": "^10.0.1", - "luxon": "^3.4.3", + "luxon": "^3.4.4", "p-limit": "^4.0.0", "prom-client": "^14.2.0", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index cfee0c1..43d120b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -93,10 +93,10 @@ "@types/qs" "*" "@types/serve-static" "*" -"@types/luxon@^3.3.3": - version "3.3.3" - resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.3.3.tgz#b2e20a9536f91ab3e6e7895c91883e1a7ad49a6e" - integrity sha512-/BJF3NT0pRMuxrenr42emRUF67sXwcZCd+S1ksG/Fcf9O7C3kKCY4uJSbKBE4KDUIYr3WMsvfmWD8hRjXExBJQ== +"@types/luxon@^3.3.4": + version "3.3.4" + resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.3.4.tgz#cda5c0709a0c4c01ba059c40e62d76610479049a" + integrity sha512-H9OXxv4EzJwE75aTPKpiGXJq+y4LFxjpsdgKwSmr503P5DkWc3AG7VAFYrFNVvqemT5DfgZJV9itYhqBHSGujA== "@types/mime@*": version "3.0.1" @@ -814,10 +814,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -luxon@^3.4.3: - version "3.4.3" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.3.tgz#8ddf0358a9492267ffec6a13675fbaab5551315d" - integrity sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg== +luxon@^3.4.4: + version "3.4.4" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.4.tgz#cf20dc27dc532ba41a169c43fdcc0063601577af" + integrity sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA== make-error@^1.1.1: version "1.3.6"