This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump @types/node from 20.5.6 to 20.5.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.6 to 20.5.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
fe855f0
commit 11de25c
Showing
2 changed files
with
60 additions
and
60 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
{ | ||
"name": "cadence-discord-bot", | ||
"version": "5.0.1", | ||
"description": "A free Discord music and audio bot.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mariusbegby/cadence-discord-bot" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mariusbegby/cadence-discord-bot/issues" | ||
}, | ||
"homepage": "https://github.com/mariusbegby/cadence-discord-bot#readme", | ||
"author": { | ||
"name": "Marius Begby", | ||
"url": "https://github.com/mariusbegby" | ||
}, | ||
"publisher": "mariusbegby", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node ./dist/index.js", | ||
"start-pretty": "node ./dist/index.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType", | ||
"start-pretty-no-ignore": "node ./dist/index.js | pino-pretty", | ||
"deploy": "node ./dist/utils/deploySlashCommands.js", | ||
"deploy-pretty": "node ./dist/utils/deploySlashCommands.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType", | ||
"eslint": "eslint ./src", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@discord-player/extractor": "^4.4.2-dev.1", | ||
"@discord-player/opus": "^0.1.1", | ||
"@discordjs/rest": "^2.0.1", | ||
"@distube/ytdl-core": "^4.11.17", | ||
"config": "^3.3.9", | ||
"discord-player": "^6.6.3-dev.0", | ||
"discord-voip": "^0.1.2", | ||
"discord.js": "^14.13.0", | ||
"dotenv": "^16.3.1", | ||
"mediaplex": "^0.0.6", | ||
"node-os-utils": "^1.3.7", | ||
"pino": "^8.15.0", | ||
"pino-loki": "^2.1.3", | ||
"uuid": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/config": "^3.3.0", | ||
"@types/node": "^20.5.6", | ||
"@types/node-os-utils": "^1.3.1", | ||
"@types/uuid": "^9.0.2", | ||
"@typescript-eslint/eslint-plugin": "^6.4.1", | ||
"eslint": "^8.47.0", | ||
"prettier-eslint": "^15.0.1", | ||
"typescript": "^5.2.2" | ||
} | ||
} | ||
{ | ||
"name": "cadence-discord-bot", | ||
"version": "5.0.1", | ||
"description": "A free Discord music and audio bot.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mariusbegby/cadence-discord-bot" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mariusbegby/cadence-discord-bot/issues" | ||
}, | ||
"homepage": "https://github.com/mariusbegby/cadence-discord-bot#readme", | ||
"author": { | ||
"name": "Marius Begby", | ||
"url": "https://github.com/mariusbegby" | ||
}, | ||
"publisher": "mariusbegby", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node ./dist/index.js", | ||
"start-pretty": "node ./dist/index.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType", | ||
"start-pretty-no-ignore": "node ./dist/index.js | pino-pretty", | ||
"deploy": "node ./dist/utils/deploySlashCommands.js", | ||
"deploy-pretty": "node ./dist/utils/deploySlashCommands.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType", | ||
"eslint": "eslint ./src", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@discord-player/extractor": "^4.4.2-dev.1", | ||
"@discord-player/opus": "^0.1.1", | ||
"@discordjs/rest": "^2.0.1", | ||
"@distube/ytdl-core": "^4.11.17", | ||
"config": "^3.3.9", | ||
"discord-player": "^6.6.3-dev.0", | ||
"discord-voip": "^0.1.2", | ||
"discord.js": "^14.13.0", | ||
"dotenv": "^16.3.1", | ||
"mediaplex": "^0.0.6", | ||
"node-os-utils": "^1.3.7", | ||
"pino": "^8.15.0", | ||
"pino-loki": "^2.1.3", | ||
"uuid": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/config": "^3.3.0", | ||
"@types/node": "^20.5.7", | ||
"@types/node-os-utils": "^1.3.1", | ||
"@types/uuid": "^9.0.2", | ||
"@typescript-eslint/eslint-plugin": "^6.4.1", | ||
"eslint": "^8.47.0", | ||
"prettier-eslint": "^15.0.1", | ||
"typescript": "^5.2.2" | ||
} | ||
} |