From 150b57cc67b751eaa02139c8ef3cb01bfd5cc5a0 Mon Sep 17 00:00:00 2001 From: ReuschelCGN <82573872+ReuschelCGN@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:00:25 +0100 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 67517303c..5f117bec4 100644 --- a/package.json +++ b/package.json @@ -42,14 +42,14 @@ "discord.js": "^13.16.0", "fast-json-stable-stringify": "^2.1.0", "fastify": "4.24.3", - "flat-cache": "^3.0.4", + "flat-cache": "^4.0.0", "form-data": "^4.0.0", - "geo-tz": "^7.0.7", + "geo-tz": "^8.0.0", "handlebars": "^4.7.7", "hastebin-gen": "^2.0.5", "import-fresh": "^3.3.0", "json5": "^2.2.3", - "knex": "^2.0.0", + "knex": "^3.1.0", "moment": "^2.29.4", "moment-precise-range-plugin": "^1.3.0", "moment-timezone": "^0.5.43", @@ -72,7 +72,7 @@ }, "devDependencies": { "ajv": "^8.12.0", - "chai": "^4.3.7", + "chai": "^5.0.0", "eslint": "^8.41.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.27.0",