diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-10 17:31:12 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-10 17:31:12 -0500 |
commit | dde11c5ff2ceab59d07c48458a5947e0645ff856 (patch) | |
tree | 9a9a1fd09add845098ab9989348930f75fe2d7b5 /package.json | |
parent | 1d383a1c7058842f95472a6e66b7f4fbdc042635 (diff) | |
download | tanzanite-dde11c5ff2ceab59d07c48458a5947e0645ff856.tar.gz tanzanite-dde11c5ff2ceab59d07c48458a5947e0645ff856.tar.bz2 tanzanite-dde11c5ff2ceab59d07c48458a5947e0645ff856.zip |
chore: bump djs
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", |