diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-25 23:20:58 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-25 23:20:58 -0500 |
commit | 7057cebb3c37634cfa1468e1f49ce30a890681b6 (patch) | |
tree | 0a2ab2c335db439747134a07cbe7982d76f5d0f4 /package.json | |
parent | 866cd2c23eaa3918d01806556ea71f6c7b378ca7 (diff) | |
download | tanzanite-7057cebb3c37634cfa1468e1f49ce30a890681b6.tar.gz tanzanite-7057cebb3c37634cfa1468e1f49ce30a890681b6.tar.bz2 tanzanite-7057cebb3c37634cfa1468e1f49ce30a890681b6.zip |
chore: update dependencies and fix breaking changes
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 7974194..fc23824 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "chalk": "^5.0.0", "deep-lock": "^1.0.0", "discord-akairo": "npm:@notenoughupdates/discord-akairo@dev", - "discord-api-types": "0.27.2", + "discord-api-types": "0.27.3", "discord-api-types-next": "npm:discord-api-types@next", "discord.js": "npm:@notenoughupdates/discord.js@dev", "fuse.js": "^6.5.3", @@ -80,19 +80,19 @@ "prettier": "^2.5.1", "pretty-bytes": "^6.0.0", "rimraf": "^3.0.2", - "sequelize": "6.16.2", + "sequelize": "6.17.0", "tinycolor2": "^1.4.2", "typescript": "^4.5.5", - "vm2": "^3.9.8" + "vm2": "^3.9.9" }, "devDependencies": { "@sapphire/snowflake": "^3.1.0", - "@sentry/types": "^6.17.9", + "@sentry/types": "^6.18.0", "@types/eslint": "^8.4.1", "@types/express": "^4.17.13", - "@types/lodash": "^4.14.178", + "@types/lodash": "^4.14.179", "@types/lodash.snakecase": "^4.1.6", - "@types/node": "^17.0.18", + "@types/node": "^17.0.21", "@types/node-os-utils": "^1.2.0", "@types/numeral": "^2.0.2", "@types/pg": "^8.6.4", @@ -100,16 +100,16 @@ "@types/rimraf": "^3.0.2", "@types/tinycolor2": "^1.4.3", "@types/validator": "^13.7.1", - "@typescript-eslint/eslint-plugin": "^5.12.0", - "@typescript-eslint/parser": "^5.12.0", - "eslint": "^8.9.0", + "@typescript-eslint/eslint-plugin": "^5.12.1", + "@typescript-eslint/parser": "^5.12.1", + "eslint": "^8.10.0", "eslint-config-prettier": "^8.4.0", "eslint-plugin-deprecation": "^1.3.2", "eslint-plugin-import": "^2.25.4", "node-fetch": "^3.2.0" }, - "packageManager": "yarn@3.1.1", + "packageManager": "yarn@3.2.0", "resolutions": { - "discord-api-types": "0.27.1" + "discord-api-types": "0.27.3" } } |