1
0
mirror of https://github.com/insomniafi/insomniaid-bot.git synced 2025-07-07 21:50:50 +00:00

Compare commits

..

4 Commits

Author SHA1 Message Date
01bb97622f Merge pull request #17 from insomniafi/dependabot/npm_and_yarn/develop/discord.js-14.21.0
Some checks failed
Docker Build / Docker Build (push) Has been cancelled
TypeScript Build / TypeScript Build (push) Has been cancelled
Bump discord.js from 14.20.0 to 14.21.0
2025-06-26 18:19:25 +00:00
c24a30474e Bump discord.js from 14.20.0 to 14.21.0
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.20.0 to 14.21.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.21.0/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.21.0/packages/discord.js)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-version: 14.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-26 18:19:16 +00:00
7902f6542d Merge pull request #16 from insomniafi/dependabot/github_actions/develop/docker/setup-buildx-action-3.11.1
Some checks failed
Docker Build / Docker Build (push) Has been cancelled
TypeScript Build / TypeScript Build (push) Has been cancelled
Bump docker/setup-buildx-action from 3.11.0 to 3.11.1
2025-06-18 18:19:52 +00:00
2d5c6c29af Bump docker/setup-buildx-action from 3.11.0 to 3.11.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-18 18:19:43 +00:00
3 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Docker Buildx - name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.11.0 uses: docker/setup-buildx-action@v3.11.1
id: buildx id: buildx
with: with:
install: true install: true

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.0.1", "version": "0.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"discord.js": "^14.20.0" "discord.js": "^14.21.0"
}, },
"devDependencies": { "devDependencies": {
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
@ -311,9 +311,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/discord.js": { "node_modules/discord.js": {
"version": "14.20.0", "version": "14.21.0",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.20.0.tgz", "resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.21.0.tgz",
"integrity": "sha512-5fRTptK2vpuz+bTuAEUQLSo/3AgCSLHl6Mm9+/ofb+8cbbnjWllhtaqRBq7XcpzlBnfNEugKv8HvCwcOtIHpCg==", "integrity": "sha512-U5w41cEmcnSfwKYlLv5RJjB8Joa+QJyRwIJz5i/eg+v2Qvv6EYpCRhN9I2Rlf0900LuqSDg8edakUATrDZQncQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@discordjs/builders": "^1.11.2", "@discordjs/builders": "^1.11.2",

View File

@ -13,7 +13,7 @@
"private": true, "private": true,
"homepage": "https://insomnia.fi", "homepage": "https://insomnia.fi",
"dependencies": { "dependencies": {
"discord.js": "^14.20.0" "discord.js": "^14.21.0"
}, },
"devDependencies": { "devDependencies": {
"rimraf": "^6.0.1", "rimraf": "^6.0.1",