aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 12 insertions, 11 deletions
diff --git a/package.json b/package.json
index dad7620..c89457a 100644
--- a/package.json
+++ b/package.json
@@ -65,9 +65,9 @@
"@notenoughupdates/humanize-duration": "^4.0.1",
"@notenoughupdates/simplify-number": "^1.0.1",
"@notenoughupdates/wolfram-alpha-api": "^1.0.2",
- "@sentry/integrations": "^7.1.1",
- "@sentry/node": "^7.1.1",
- "@sentry/tracing": "^7.1.1",
+ "@sentry/integrations": "^7.2.0",
+ "@sentry/node": "^7.2.0",
+ "@sentry/tracing": "^7.2.0",
"canvas": "^2.9.1",
"chalk": "^5.0.1",
"deep-lock": "^1.0.0",
@@ -76,7 +76,7 @@
"discord.js": "npm:@notenoughupdates/discord.js@dev",
"fuse.js": "^6.6.2",
"gif-to-apng": "^0.1.2",
- "googleapis": "^102.0.0",
+ "googleapis": "^103.0.0",
"got": "^12.1.0",
"lodash": "^4.17.21",
"mathjs": "^10.6.1",
@@ -85,21 +85,21 @@
"numeral": "^2.0.6",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
- "prettier": "^2.7.0",
+ "prettier": "^2.7.1",
"pretty-bytes": "^6.0.0",
"rimraf": "^3.0.2",
- "sequelize": "6.20.1",
+ "sequelize": "6.21.0",
"tinycolor2": "^1.4.2",
- "typescript": "^4.7.3",
+ "typescript": "^4.7.4",
"vm2": "^3.9.9"
},
"devDependencies": {
"@sapphire/snowflake": "^3.2.2",
- "@sentry/types": "^7.1.1",
+ "@sentry/types": "^7.2.0",
"@types/eslint": "^8.4.3",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.182",
- "@types/node": "^17.0.42",
+ "@types/node": "^18.0.0",
"@types/node-os-utils": "^1.3.0",
"@types/numeral": "^2.0.2",
"@types/pg": "^8.6.5",
@@ -109,12 +109,13 @@
"@types/validator": "^13.7.3",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
- "eslint": "^8.17.0",
+ "eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-import": "^2.26.0",
"node-fetch": "^3.2.6",
- "vitest": "^0.14.2"
+ "ts-essentials": "^9.1.2",
+ "vitest": "^0.15.1"
},
"packageManager": "yarn@3.2.1"
}