Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent d6ae6bb commit d1966c0
Show file tree
Hide file tree
Showing 5 changed files with 2,383 additions and 1,427 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.7.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.8.7.cjs
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,43 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@sentry/integrations": "^7.66.0",
"@sentry/node": "^7.66.0",
"@sentry/integrations": "^7.114.0",
"@sentry/node": "^7.120.1",
"axios": "^1.5.0",
"class-validator": "^0.14.0",
"class-validator": "^0.14.1",
"common-tags": "^1.8.2",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"emoji-regex": "^10.2.1",
"inversify": "^6.0.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"emoji-regex": "^10.4.0",
"inversify": "^6.2.0",
"lodash": "^4.17.21",
"node-schedule": "^2.1.1",
"pg": "^8.11.3",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"typeorm": "^0.3.17",
"typeorm": "^0.3.20",
"ws": "^8.13.0"
},
"devDependencies": {
"@guidojw/bloxy": "^5.7.6",
"@types/common-tags": "^1.8.1",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.14",
"@types/node-schedule": "^2.1.0",
"@types/pluralize": "^0.0.30",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"@types/common-tags": "^1.8.4",
"@types/lodash": "^4.17.13",
"@types/node": "^18.19.67",
"@types/node-schedule": "^2.1.7",
"@types/pluralize": "^0.0.33",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-unicorn": "^48.0.1",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.2",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16.6.0"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@3.8.7"
}
Loading

0 comments on commit d1966c0

Please sign in to comment.