aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-04-20 18:37:22 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-04-20 18:37:22 -0400
commitf01be2e3ce820e5737416180efa3e5852ece72c4 (patch)
treea972af929940173e4e2d9f843124a8dfb293bc90 /package.json
parentbcb3dc5fcd21f7626d4c5a8c009dca5658a4436b (diff)
downloadtanzanite-f01be2e3ce820e5737416180efa3e5852ece72c4.tar.gz
tanzanite-f01be2e3ce820e5737416180efa3e5852ece72c4.tar.bz2
tanzanite-f01be2e3ce820e5737416180efa3e5852ece72c4.zip
fix invite link, remove store channel, update to use builder methods, fix breaking changes
Diffstat (limited to 'package.json')
-rw-r--r--package.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/package.json b/package.json
index 36b2f35..e5fb508 100644
--- a/package.json
+++ b/package.json
@@ -60,59 +60,59 @@
"@notenoughupdates/humanize-duration": "^4.0.1",
"@notenoughupdates/simplify-number": "^1.0.1",
"@notenoughupdates/wolfram-alpha-api": "^1.0.1",
- "@sentry/integrations": "^6.19.3",
- "@sentry/node": "^6.19.3",
- "@sentry/tracing": "^6.19.3",
+ "@sentry/integrations": "^6.19.6",
+ "@sentry/node": "^6.19.6",
+ "@sentry/tracing": "^6.19.6",
"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-api-types": "0.31.2",
"discord.js": "npm:@notenoughupdates/discord.js@dev",
"fuse.js": "^6.5.3",
- "googleapis": "^99.0.0",
+ "googleapis": "^100.0.0",
"got": "^12.0.3",
"lodash": "^4.17.21",
- "mathjs": "^10.4.2",
- "nanoid": "^3.3.2",
+ "mathjs": "^10.5.0",
+ "nanoid": "^3.3.3",
"node-os-utils": "^1.3.6",
"numeral": "^2.0.6",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
- "prettier": "^2.6.1",
+ "prettier": "^2.6.2",
"pretty-bytes": "^6.0.0",
"rimraf": "^3.0.2",
- "sequelize": "6.17.0",
+ "sequelize": "6.19.0",
"tinycolor2": "^1.4.2",
"typescript": "^4.6.3",
"vm2": "^3.9.9"
},
"devDependencies": {
- "@sapphire/snowflake": "^3.2.0",
- "@sentry/types": "^6.19.3",
+ "@sapphire/snowflake": "^3.2.1",
+ "@sentry/types": "^6.19.6",
"@types/common-tags": "^1.8.1",
"@types/eslint": "^8.4.1",
"@types/express": "^4.17.13",
- "@types/lodash": "^4.14.181",
- "@types/node": "^17.0.23",
+ "@types/lodash": "^4.14.182",
+ "@types/node": "^17.0.25",
"@types/node-os-utils": "^1.2.0",
"@types/numeral": "^2.0.2",
"@types/pg": "^8.6.5",
- "@types/prettier": "^2.4.4",
+ "@types/prettier": "^2.6.0",
"@types/rimraf": "^3.0.2",
"@types/tinycolor2": "^1.4.3",
"@types/validator": "^13.7.2",
- "@typescript-eslint/eslint-plugin": "^5.17.0",
- "@typescript-eslint/parser": "^5.17.0",
- "eslint": "^8.12.0",
+ "@typescript-eslint/eslint-plugin": "^5.20.0",
+ "@typescript-eslint/parser": "^5.20.0",
+ "eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-deprecation": "^1.3.2",
- "eslint-plugin-import": "^2.25.4",
+ "eslint-plugin-import": "^2.26.0",
"node-fetch": "^3.2.3"
},
"packageManager": "yarn@3.2.0",
"resolutions": {
- "discord-api-types": "0.27.3"
+ "discord-api-types": "0.31.2"
}
}