diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/package.json b/package.json index bdaf624..971378b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bush-bot", - "version": "3.0.1", + "version": "3.0.2", "description": "An open-sourced multi-purpose moderation, and leveling bot.", "main": "dist/src/bot.js", "type": "module", @@ -65,10 +65,10 @@ "@notenoughupdates/humanize-duration": "^4.0.1", "@notenoughupdates/simplify-number": "^1.0.1", "@notenoughupdates/wolfram-alpha-api": "^1.0.2", - "@sentry/integrations": "^7.2.0", - "@sentry/node": "^7.2.0", - "@sentry/tracing": "^7.2.0", - "canvas": "^2.9.1", + "@sentry/integrations": "^7.5.1", + "@sentry/node": "^7.5.1", + "@sentry/tracing": "^7.5.1", + "canvas": "^2.9.3", "chalk": "^5.0.1", "deep-lock": "^1.0.0", "discord-akairo": "npm:@notenoughupdates/discord-akairo@dev", @@ -76,10 +76,10 @@ "discord.js": "npm:@notenoughupdates/discord.js@dev", "fuse.js": "^6.6.2", "gif-to-apng": "^0.1.2", - "googleapis": "^103.0.0", + "googleapis": "^105.0.0", "got": "^12.1.0", "lodash": "^4.17.21", - "mathjs": "^10.6.1", + "mathjs": "^10.6.4", "nanoid": "^4.0.0", "numeral": "^2.0.6", "pg": "^8.7.3", @@ -87,33 +87,33 @@ "prettier": "^2.7.1", "pretty-bytes": "^6.0.0", "rimraf": "^3.0.2", - "sequelize": "6.21.0", + "sequelize": "6.21.2", "tinycolor2": "^1.4.2", "typescript": "^4.7.4", - "vm2": "^3.9.9" + "vm2": "^3.9.10" }, "devDependencies": { "@sapphire/snowflake": "^3.2.2", - "@sentry/types": "^7.2.0", - "@types/eslint": "^8.4.3", + "@sentry/types": "^7.5.1", + "@types/eslint": "^8.4.5", "@types/express": "^4.17.13", "@types/lodash": "^4.14.182", - "@types/node": "^18.0.0", + "@types/node": "^18.0.3", "@types/numeral": "^2.0.2", "@types/pg": "^8.6.5", "@types/prettier": "^2.6.3", "@types/rimraf": "^3.0.2", "@types/tinycolor2": "^1.4.3", - "@types/validator": "^13.7.3", - "@typescript-eslint/eslint-plugin": "^5.28.0", - "@typescript-eslint/parser": "^5.28.0", - "eslint": "^8.18.0", + "@types/validator": "^13.7.4", + "@typescript-eslint/eslint-plugin": "^5.30.5", + "@typescript-eslint/parser": "^5.30.5", + "eslint": "^8.19.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-deprecation": "^1.3.2", "eslint-plugin-import": "^2.26.0", "node-fetch": "^3.2.6", - "ts-essentials": "^9.1.2", - "vitest": "^0.15.1" + "ts-essentials": "^9.2.0", + "vitest": "^0.17.1" }, "packageManager": "yarn@3.2.1" } |