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/config from 3.3.0 to 3.3.1
Browse files Browse the repository at this point in the history
Bumps [@types/config](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/config) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/config)

---
updated-dependencies:
- dependency-name: "@types/config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 5ba0ceb commit 260e1d6
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 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.

118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"name": "cadence-discord-bot",
"version": "5.2.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",
"@discord-player/opus": "^0.1.2",
"@discordjs/rest": "^2.0.1",
"@distube/ytdl-core": "^4.12.1",
"config": "^3.3.9",
"discord-player": "^6.6.3",
"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.9",
"@types/node-os-utils": "^1.3.1",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}
{
"name": "cadence-discord-bot",
"version": "5.2.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",
"@discord-player/opus": "^0.1.2",
"@discordjs/rest": "^2.0.1",
"@distube/ytdl-core": "^4.12.1",
"config": "^3.3.9",
"discord-player": "^6.6.3",
"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.1",
"@types/node": "^20.5.9",
"@types/node-os-utils": "^1.3.1",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}

0 comments on commit 260e1d6

Please sign in to comment.