Renovate Bot
edf6c99bad
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [minimatch](https://github.com/isaacs/minimatch) | dependencies | patch | [`9.0.4` -> `9.0.5`](https://renovatebot.com/diffs/npm/minimatch/9.0.4/9.0.5) | --- ### Release Notes <details> <summary>isaacs/minimatch (minimatch)</summary> ### [`v9.0.5`](https://github.com/isaacs/minimatch/compare/v9.0.4...v9.0.5) [Compare Source](https://github.com/isaacs/minimatch/compare/v9.0.4...v9.0.5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=--> Reviewed-on: #283 Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "card-drop",
|
|
"version": "0.6.4",
|
|
"main": "./dist/bot.js",
|
|
"typings": "./dist",
|
|
"scripts": {
|
|
"clean": "rm -rf node_modules/ dist/",
|
|
"build": "tsc",
|
|
"start": "node ./dist/bot.js",
|
|
"test": "jest --passWithNoTests",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
|
|
"db:down": "typeorm migration:revert -d dist/database/dataSources/appDataSource.js",
|
|
"db:create": "typeorm migration:create ./src/database/migrations/app/new",
|
|
"release": "np --no-publish"
|
|
},
|
|
"repository": "https://gitea.vylpes.xyz/External/card-drop.git",
|
|
"author": "Ethan Lane <ethan@vylpes.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https//gitea.vylpes.xyz/External/card-drop/issues",
|
|
"email": "helpdesk@vylpes.com"
|
|
},
|
|
"homepage": "https://gitea.vylpes.xyz/External/card-drop",
|
|
"funding": "https://ko-fi.com/vylpes",
|
|
"dependencies": {
|
|
"@discordjs/rest": "^2.0.0",
|
|
"@types/clone-deep": "^4.0.4",
|
|
"@types/express": "^4.17.20",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/uuid": "^9.0.0",
|
|
"body-parser": "^1.20.2",
|
|
"canvas": "^2.11.2",
|
|
"clone-deep": "^4.0.1",
|
|
"cron": "^3.1.7",
|
|
"discord.js": "^14.15.3",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.18.2",
|
|
"glob": "^10.3.10",
|
|
"jest": "^29.0.0",
|
|
"jest-mock-extended": "^3.0.0",
|
|
"minimatch": "9.0.5",
|
|
"mysql": "^2.18.1",
|
|
"ts-jest": "^29.0.0",
|
|
"typeorm": "0.3.20",
|
|
"winston": "^3.11.0",
|
|
"winston-daily-rotate-file": "^5.0.0",
|
|
"winston-discord-transport": "^1.3.0"
|
|
},
|
|
"overrides": {
|
|
"undici": "^5.28.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
"@typescript-eslint/parser": "^6.16.0",
|
|
"eslint": "^8.56.0",
|
|
"np": "^9.0.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|