Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #490

Merged
merged 1 commit into from
Aug 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update all non-major dependencies
renovate[bot] authored Aug 24, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit fb7376285405befe6c378312dbbca933525c61b5
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,38 +17,38 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@sentry/integrations": "^7.8.0",
"@sentry/node": "^7.8.0",
"@sentry/integrations": "^7.11.1",
"@sentry/node": "^7.11.1",
"axios": "^0.27.2",
"class-validator": "^0.13.2",
"common-tags": "^1.8.2",
"discord-api-types": "^0.37.0",
"discord.js": "^13.9.2",
"discord-api-types": "^0.37.4",
"discord.js": "^13.10.3",
"dotenv": "^16.0.1",
"emoji-regex": "^10.1.0",
"inversify": "^6.0.1",
"lodash": "^4.17.21",
"node-cron": "^3.0.1",
"pg": "^8.7.3",
"node-cron": "^3.0.2",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"typeorm": "^0.3.7",
"ws": "^8.8.1"
},
"devDependencies": {
"@discordjs/rest": "^1.0.1",
"@discordjs/rest": "^1.1.0",
"@guidojw/bloxy": "^5.7.6",
"@types/common-tags": "^1.8.1",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.47",
"@types/lodash": "^4.14.184",
"@types/node": "^16.11.56",
"@types/node-cron": "^3.0.2",
"@types/pluralize": "^0.0.29",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"eslint": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"eslint": "^8.22.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^43.0.2",
"reflect-metadata": "^0.1.13",
Loading