Skip to content

Commit

Permalink
Bump the non-major group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the non-major group with 4 updates in the / directory: [@discordjs/core](https://github.com/discordjs/discord.js/tree/HEAD/packages/core), [@discordjs/rest](https://github.com/discordjs/discord.js/tree/HEAD/packages/rest), [@discordjs/ws](https://github.com/discordjs/discord.js/tree/HEAD/packages/ws) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


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

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

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

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

---
updated-dependencies:
- dependency-name: "@discordjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@discordjs/rest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@discordjs/ws"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 6ce18a5 commit dbaf800
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"start:env": "node --enable-source-maps --env-file=.env dist/index.js"
},
"dependencies": {
"@discordjs/core": "^2.0.0",
"@discordjs/rest": "^2.4.0",
"@discordjs/ws": "^2.0.0",
"@discordjs/core": "^2.0.1",
"@discordjs/rest": "^2.4.2",
"@discordjs/ws": "^2.0.1",
"pretty-ms": "^9.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"esbuild": "^0.24.2",
"typescript": "~5.7.2"
},
Expand Down
98 changes: 49 additions & 49 deletions pnpm-lock.yaml

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

0 comments on commit dbaf800

Please sign in to comment.