diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/package.json b/package.json index 9d4ffd4..53880f4 100644 --- a/package.json +++ b/package.json @@ -60,56 +60,56 @@ "@notenoughupdates/humanize-duration": "^4.0.1", "@notenoughupdates/simplify-number": "^1.0.1", "@notenoughupdates/wolfram-alpha-api": "^1.0.1", - "@sentry/integrations": "^6.18.1", - "@sentry/node": "^6.18.1", - "@sentry/tracing": "^6.18.1", - "canvas": "^2.9.0", - "chalk": "^5.0.0", + "@sentry/integrations": "^6.19.2", + "@sentry/node": "^6.19.2", + "@sentry/tracing": "^6.19.2", + "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.27.3", "discord.js": "npm:@notenoughupdates/discord.js@dev", "fuse.js": "^6.5.3", - "googleapis": "^95.0.0", - "got": "^12.0.1", + "googleapis": "^99.0.0", + "got": "^12.0.3", "lodash": "^4.17.21", - "mathjs": "^10.3.0", - "nanoid": "^3.3.1", + "mathjs": "^10.4.1", + "nanoid": "^3.3.2", "node-os-utils": "^1.3.6", "numeral": "^2.0.6", "pg": "^8.7.3", "pg-hstore": "^2.3.4", - "prettier": "^2.5.1", + "prettier": "^2.6.1", "pretty-bytes": "^6.0.0", "rimraf": "^3.0.2", "sequelize": "6.17.0", "tinycolor2": "^1.4.2", - "typescript": "^4.6.2", + "typescript": "^4.6.3", "vm2": "^3.9.9" }, "devDependencies": { "@sapphire/snowflake": "^3.1.0", - "@sentry/types": "^6.18.1", - "@types/common-tags": "^1", + "@sentry/types": "^6.19.2", + "@types/common-tags": "^1.8.1", "@types/eslint": "^8.4.1", "@types/express": "^4.17.13", - "@types/lodash": "^4.14.179", - "@types/node": "^17.0.21", + "@types/lodash": "^4.14.180", + "@types/node": "^17.0.23", "@types/node-os-utils": "^1.2.0", "@types/numeral": "^2.0.2", - "@types/pg": "^8.6.4", + "@types/pg": "^8.6.5", "@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.13.0", - "@typescript-eslint/parser": "^5.13.0", - "eslint": "^8.10.0", + "@types/validator": "^13.7.2", + "@typescript-eslint/eslint-plugin": "^5.17.0", + "@typescript-eslint/parser": "^5.17.0", + "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-deprecation": "^1.3.2", "eslint-plugin-import": "^2.25.4", - "node-fetch": "^3.2.1" + "node-fetch": "^3.2.3" }, "packageManager": "yarn@3.2.0", "resolutions": { |