Skip to content

Commit

Permalink
build(deps): bump the npm-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [discord-api-types](https://github.com/discordjs/discord-api-types) | `0.37.110` | `0.37.114` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [i18next](https://github.com/i18next/i18next) | `24.0.2` | `24.2.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.7` | `3.1.9` |
| [@railway/cli](https://github.com/railwayapp/cli) | `3.19.1` | `3.20.0` |


Updates `discord-api-types` from 0.37.110 to 0.37.114
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](discordjs/discord-api-types@0.37.110...0.37.114)

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 24.0.2 to 24.2.0
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v24.0.2...v24.2.0)

Updates `nodemon` from 3.1.7 to 3.1.9
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.7...v3.1.9)

Updates `@railway/cli` from 3.19.1 to 3.20.0
- [Release notes](https://github.com/railwayapp/cli/releases)
- [Changelog](https://github.com/railwayapp/cli/blob/master/release.toml)
- [Commits](railwayapp/cli@v3.19.1...v3.20.0)

---
updated-dependencies:
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: nodemon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@railway/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent ec0db0c commit 838f70f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
43 changes: 20 additions & 23 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 @@ -26,16 +26,16 @@
"cheerio": "^1.0.0",
"cron": "^3.1.7",
"cross-env": "^7.0.3",
"discord-api-types": "^0.37.110",
"discord-api-types": "^0.37.114",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"got": "^14.4.2",
"i18next": "^24.0.2",
"i18next": "^24.2.0",
"moment": "^2.30.1",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"turndown": "^7.2.0"
},
"devDependencies": {
"@railway/cli": "^3.19.1"
"@railway/cli": "^3.20.0"
}
}

0 comments on commit 838f70f

Please sign in to comment.