summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json49
1 files changed, 24 insertions, 25 deletions
diff --git a/bundle/package.json b/bundle/package.json
index 8c638f3a..670569e5 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -26,8 +26,8 @@
 	},
 	"homepage": "https://fosscord.com",
 	"devDependencies": {
-		"@babel/core": "^7.15.5",
-		"@babel/preset-env": "^7.15.8",
+		"@babel/core": "^7.18.9",
+		"@babel/preset-env": "^7.18.9",
 		"@babel/preset-typescript": "^7.15.0",
 		"@types/amqplib": "^0.8.1",
 		"@types/bcrypt": "^5.0.0",
@@ -37,7 +37,7 @@
 		"@types/express": "^4.17.12",
 		"@types/fs-extra": "^9.0.12",
 		"@types/i18next-node-fs-backend": "^2.1.0",
-		"@types/jest": "^27.0.1",
+		"@types/jest": "^28.1.6",
 		"@types/jest-expect-message": "^1.0.3",
 		"@types/jsonwebtoken": "^8.5.0",
 		"@types/morgan": "^1.9.3",
@@ -46,17 +46,17 @@
 		"@types/node-fetch": "^2.5.12",
 		"@types/node-os-utils": "^1.2.0",
 		"@types/supertest": "^2.0.11",
-		"@types/ws": "^7.4.0",
-		"@zerollup/ts-transform-paths": "^1.7.18",
-		"jest": "^27.0.6",
+		"@types/ws": "^8.5.3",
+		"@ovos-media/ts-transform-paths": "^1.7.18-1",
+		"jest": "^28.1.3",
 		"jest-expect-message": "^1.0.2",
-		"jest-runtime": "^27.2.1",
+		"jest-runtime": "^28.1.3",
 		"ts-node": "^10.2.1",
-		"ts-node-dev": "^1.1.6",
-		"ts-patch": "^1.4.4",
+		"ts-node-dev": "^2.0.0",
+		"ts-patch": "^2.0.1",
 		"tsconfig-paths": "^3.12.0",
 		"typescript": "^4.2.3",
-		"typescript-json-schema": "0.50.1"
+		"typescript-json-schema": "^0.54.0"
 	},
 	"dependencies": {
 		"@aws-sdk/client-s3": "^3.36.1",
@@ -66,42 +66,42 @@
 		"@fosscord/api": "file:../api",
 		"@fosscord/cdn": "file:../cdn",
 		"@fosscord/gateway": "file:../gateway",
-		"@sentry/node": "^6.16.1",
-		"@sentry/tracing": "^6.16.1",
-		"@yukikaze-bot/erlpack": "^1.0.1",
+		"@sentry/node": "^7.7.0",
+		"@sentry/tracing": "^7.7.0",
 		"ajv": "8.6.2",
 		"ajv-formats": "^2.1.1",
-		"amqplib": "^0.8.0",
-		"assert": "^1.5.0",
+		"amqplib": "^0.10.0",
+		"assert": "^2.0.0",
 		"async-exit-hook": "^2.0.1",
 		"bcrypt": "^5.0.1",
 		"body-parser": "^1.19.0",
 		"btoa": "^1.2.1",
 		"cheerio": "^1.0.0-rc.10",
-		"dotenv": "^8.2.0",
+		"dotenv": "^16.0.1",
 		"exif-be-gone": "^1.2.0",
 		"express": "^4.17.1",
 		"express-async-errors": "^3.1.1",
-		"file-type": "^16.5.4",
+		"file-type": "^17.1.2",
 		"form-data": "^4.0.0",
 		"fs-extra": "^10.0.0",
-		"i18next": "^19.9.2",
+		"i18next": "^21.8.14",
 		"i18next-http-middleware": "^3.1.3",
 		"i18next-node-fs-backend": "^2.1.3",
 		"image-size": "^1.0.0",
-		"jest": "^27.0.6",
+		"jest": "^28.1.3",
 		"jsonwebtoken": "^8.5.1",
 		"lambert-db": "^1.2.3",
 		"lambert-server": "^1.2.11",
 		"missing-native-js-functions": "^1.2.18",
 		"morgan": "^1.10.0",
-		"multer": "^1.4.2",
+		"multer": "^1.4.5-lts.1",
 		"nan": "^2.15.0",
 		"nanocolors": "^0.2.12",
-		"node-fetch": "^2.6.2",
+		"node-2fa": "^2.0.3",
+		"node-fetch": "^3.2.9",
 		"node-os-utils": "^1.3.5",
 		"patch-package": "^6.4.7",
-		"pg": "^8.7.1",
+		"pg": "^8.7.3",
 		"picocolors": "^1.0.0",
 		"proxy-agent": "^5.0.0",
 		"reflect-metadata": "^0.1.13",
@@ -111,8 +111,7 @@
 		"typeorm": "^0.2.37",
 		"typescript": "^4.1.2",
 		"typescript-cached-transpile": "^0.0.6",
-		"typescript-json-schema": "^0.50.1",
-		"ws": "^7.4.2",
-		"node-2fa": "^2.0.3"
+		"typescript-json-schema": "^0.54.0",
+		"ws": "^8.8.1"
 	}
 }