diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/package.json b/package.json index 0beb6ff..f7fa4d5 100644 --- a/package.json +++ b/package.json @@ -50,15 +50,14 @@ "deploy:all": "yarn beta && pm2 deploy ecosystem.config.cjs production && pm2 deploy ecosystem.config.cjs beta" }, "dependencies": { - "@discordjs/rest": "npm:@notenoughupdates/rest@dev", "@notenoughupdates/discord.js-minesweeper": "^1.0.10", "@notenoughupdates/events-intercept": "^3.0.1", "@notenoughupdates/humanize-duration": "^4.0.1", "@notenoughupdates/simplify-number": "^1.0.1", "@notenoughupdates/wolfram-alpha-api": "^1.0.1", - "@sentry/integrations": "^6.17.4", - "@sentry/node": "^6.17.4", - "@sentry/tracing": "^6.17.4", + "@sentry/integrations": "^6.17.6", + "@sentry/node": "^6.17.6", + "@sentry/tracing": "^6.17.6", "canvas": "^2.9.0", "chalk": "^5.0.0", "deep-lock": "^1.0.0", @@ -80,24 +79,24 @@ "sequelize": "6.13.0", "tinycolor2": "^1.4.2", "typescript": "^4.5.5", - "vm2": "^3.9.5" + "vm2": "^3.9.7" }, "devDependencies": { "@sapphire/snowflake": "^3.1.0", - "@sentry/types": "^6.17.4", + "@sentry/types": "^6.17.6", "@types/eslint": "^8.4.1", "@types/express": "^4.17.13", "@types/lodash": "^4.14.178", - "@types/node": "^17.0.15", + "@types/node": "^17.0.17", "@types/node-os-utils": "^1.2.0", "@types/numeral": "^2.0.2", "@types/pg": "^8.6.4", - "@types/prettier": "^2.4.3", + "@types/prettier": "^2.4.4", "@types/rimraf": "^3.0.2", "@types/tinycolor2": "^1.4.3", "@types/validator": "^13.7.1", - "@typescript-eslint/eslint-plugin": "^5.10.2", - "@typescript-eslint/parser": "^5.10.2", + "@typescript-eslint/eslint-plugin": "^5.11.0", + "@typescript-eslint/parser": "^5.11.0", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-deprecation": "^1.3.2", |