diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/package.json b/package.json index e5fb508..f22479e 100644 --- a/package.json +++ b/package.json @@ -60,22 +60,22 @@ "@notenoughupdates/humanize-duration": "^4.0.1", "@notenoughupdates/simplify-number": "^1.0.1", "@notenoughupdates/wolfram-alpha-api": "^1.0.1", - "@sentry/integrations": "^6.19.6", - "@sentry/node": "^6.19.6", - "@sentry/tracing": "^6.19.6", + "@sentry/integrations": "^6.19.7", + "@sentry/node": "^6.19.7", + "@sentry/tracing": "^6.19.7", "canvas": "^2.9.1", "chalk": "^5.0.1", "common-tags": "^1.8.2", "deep-lock": "^1.0.0", "discord-akairo": "npm:@notenoughupdates/discord-akairo@dev", - "discord-api-types": "0.31.2", + "discord-api-types": "0.33.0", "discord.js": "npm:@notenoughupdates/discord.js@dev", - "fuse.js": "^6.5.3", + "fuse.js": "^6.6.2", "googleapis": "^100.0.0", - "got": "^12.0.3", + "got": "^12.0.4", "lodash": "^4.17.21", - "mathjs": "^10.5.0", - "nanoid": "^3.3.3", + "mathjs": "^10.5.3", + "nanoid": "^3.3.4", "node-os-utils": "^1.3.6", "numeral": "^2.0.6", "pg": "^8.7.3", @@ -83,33 +83,33 @@ "prettier": "^2.6.2", "pretty-bytes": "^6.0.0", "rimraf": "^3.0.2", - "sequelize": "6.19.0", + "sequelize": "6.20.0", "tinycolor2": "^1.4.2", - "typescript": "^4.6.3", + "typescript": "^4.6.4", "vm2": "^3.9.9" }, "devDependencies": { - "@sapphire/snowflake": "^3.2.1", - "@sentry/types": "^6.19.6", + "@sapphire/snowflake": "^3.2.2", + "@sentry/types": "^6.19.7", "@types/common-tags": "^1.8.1", - "@types/eslint": "^8.4.1", + "@types/eslint": "^8.4.2", "@types/express": "^4.17.13", "@types/lodash": "^4.14.182", - "@types/node": "^17.0.25", + "@types/node": "^17.0.35", "@types/node-os-utils": "^1.2.0", "@types/numeral": "^2.0.2", "@types/pg": "^8.6.5", - "@types/prettier": "^2.6.0", + "@types/prettier": "^2.6.1", "@types/rimraf": "^3.0.2", "@types/tinycolor2": "^1.4.3", "@types/validator": "^13.7.2", - "@typescript-eslint/eslint-plugin": "^5.20.0", - "@typescript-eslint/parser": "^5.20.0", - "eslint": "^8.13.0", + "@typescript-eslint/eslint-plugin": "^5.26.0", + "@typescript-eslint/parser": "^5.26.0", + "eslint": "^8.16.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-deprecation": "^1.3.2", "eslint-plugin-import": "^2.26.0", - "node-fetch": "^3.2.3" + "node-fetch": "^3.2.4" }, "packageManager": "yarn@3.2.0", "resolutions": { |