Skip to content

Commit

Permalink
npm (prod): bump the production-dependencies group across 1 directory…
Browse files Browse the repository at this point in the history
… with 5 updates (#167)

Bumps the production-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.6` | `20.17.12` |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.16.3` | `14.17.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [i18next](https://github.com/i18next/i18next) | `23.16.5` | `23.16.8` |
| [i18next-fs-backend](https://github.com/i18next/i18next-fs-backend) | `2.3.2` | `2.6.0` |



Updates `@types/node` from 20.17.6 to 20.17.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `discord.js` from 14.16.3 to 14.17.2
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.17.2/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.17.2/packages/discord.js)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

Updates `i18next` from 23.16.5 to 23.16.8
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.16.5...v23.16.8)

Updates `i18next-fs-backend` from 2.3.2 to 2.6.0
- [Changelog](https://github.com/i18next/i18next-fs-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-fs-backend@v2.3.2...v2.6.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: i18next-fs-backend
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent edf8e0e commit 5fe0f71
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 112 deletions.
168 changes: 61 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
},
"dependencies": {
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "^20.17.6",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"i18next": "^23.16.5",
"i18next-fs-backend": "^2.3.2",
"@types/node": "^20.17.12",
"discord.js": "^14.17.2",
"dotenv": "^16.4.7",
"i18next": "^23.16.8",
"i18next-fs-backend": "^2.6.0",
"typescript": "<5.6.0",
"winston": "^3.17.0"
},
Expand Down

0 comments on commit 5fe0f71

Please sign in to comment.