Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump @types/node from 20.5.6 to 20.5.7
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Aug 28, 2023
1 parent fe855f0 commit 11de25c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

112 changes: 56 additions & 56 deletions package.json
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"
}
}

0 comments on commit 11de25c

Please sign in to comment.