1
0
mirror of https://github.com/insomniafi/insomniaid-bot.git synced 2026-05-15 22:43:58 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot] 8091aadb3d Merge pull request #43 from insomniafi/dependabot/npm_and_yarn/develop/discord.js-14.26.4
Bump discord.js from 14.26.3 to 14.26.4
2026-05-01 22:03:51 +00:00
dependabot[bot] 0feaad4f97 Bump discord.js from 14.26.3 to 14.26.4
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.26.3 to 14.26.4.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.26.4/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.26.4/packages/discord.js)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-version: 14.26.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-01 22:03:35 +00:00
github-actions[bot] 4a1cb2b0b2 Merge pull request #42 from insomniafi/dependabot/npm_and_yarn/develop/typescript-6.0.3
Bump typescript from 6.0.2 to 6.0.3
2026-04-17 18:34:33 +00:00
dependabot[bot] 6c723d4fe7 Bump typescript from 6.0.2 to 6.0.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-17 18:34:24 +00:00
2 changed files with 10 additions and 10 deletions
+8 -8
View File
@@ -9,11 +9,11 @@
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"discord.js": "^14.26.3"
"discord.js": "^14.26.4"
},
"devDependencies": {
"rimraf": "^6.1.3",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
},
"engines": {
"node": ">=22.0.0",
@@ -267,9 +267,9 @@
]
},
"node_modules/discord.js": {
"version": "14.26.3",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.26.3.tgz",
"integrity": "sha512-XEKtYn28YFsiJ5l4fLRyikdbo6RD5oFyqfVHQlvXz2104JhH/E8slN28dbky05w3DCrJcNVWvhVvcJCTSl/KIg==",
"version": "14.26.4",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.26.4.tgz",
"integrity": "sha512-4oBp8tc6Kf8IDBwAHhbsMaAqx1b5fob9SNasZT7V6yyyUydoO5i5fGuX7TmvRtR+q/WgKRnRViRoAWnG7fNyvA==",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/builders": "^1.14.1",
@@ -444,9 +444,9 @@
"license": "0BSD"
},
"node_modules/typescript": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
+2 -2
View File
@@ -13,11 +13,11 @@
"private": true,
"homepage": "https://insomnia.fi",
"dependencies": {
"discord.js": "^14.26.3"
"discord.js": "^14.26.4"
},
"devDependencies": {
"rimraf": "^6.1.3",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
},
"engines": {
"node": ">=22.0.0",