Skip to content

Commit

Permalink
chore(deps): bump luxon and @types/luxon
Browse files Browse the repository at this point in the history
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.5.0
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.4.3...3.5.0)

Updates `@types/luxon` from 3.3.3 to 3.4.2
- [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-minor
- dependency-name: "@types/luxon"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 3b915a4 commit a0361a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/jest": "^29.5.5",
"@types/jsonwebtoken": "^9.0.0",
"@types/lodash": "^4.14.198",
"@types/luxon": "^3.3.3",
"@types/luxon": "^3.4.2",
"@types/netmask": "^2.0.5",
"@types/node": "18.16.9",
"@types/uuid": "^9.0.2",
Expand Down Expand Up @@ -74,7 +74,7 @@
"jsonwebtoken": "^9.0.0",
"keyv": "^4.5.4",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"luxon": "^3.5.0",
"netmask": "^2.0.2",
"pino": "^8.20.0",
"reflect-metadata": "^0.1.13",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4619,10 +4619,10 @@
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.198.tgz"
integrity sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==

"@types/luxon@^3.3.3":
version "3.3.3"
resolved "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.3.tgz"
integrity sha512-/BJF3NT0pRMuxrenr42emRUF67sXwcZCd+S1ksG/Fcf9O7C3kKCY4uJSbKBE4KDUIYr3WMsvfmWD8hRjXExBJQ==
"@types/luxon@^3.4.2":
version "3.4.2"
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.4.2.tgz#e4fc7214a420173cea47739c33cdf10874694db7"
integrity sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==

"@types/mime@*":
version "3.0.1"
Expand Down Expand Up @@ -8505,10 +8505,10 @@ lru_map@^0.3.3:
resolved "https://registry.npmjs.org/lru_map/-/lru_map-0.3.3.tgz"
integrity sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==

luxon@^3.4.3:
version "3.4.3"
resolved "https://registry.npmjs.org/luxon/-/luxon-3.4.3.tgz"
integrity sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg==
luxon@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.5.0.tgz#6b6f65c5cd1d61d1fd19dbf07ee87a50bf4b8e20"
integrity sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==

make-dir@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit a0361a8

Please sign in to comment.