From e3c73336ce1da3b49261650448c0a9fa258e5d67 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 11 Nov 2024 23:19:00 -0500 Subject: [PATCH] Deps & Bump Version --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b4ef4d96..4ecbdbfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "152.4.1", + "version": "152.4.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { @@ -32,7 +32,7 @@ "@discordjs/opus": "^0.9.0", "@discordjs/voice": "^0.17.0", "@mediapipe/face_detection": "^0.4.1646425229", - "@napi-rs/canvas": "^0.1.59", + "@napi-rs/canvas": "^0.1.60", "@tensorflow-models/face-detection": "^1.0.3", "@tensorflow/tfjs-node": "^4.22.0", "@twemoji/parser": "^15.1.1", @@ -59,13 +59,13 @@ "jszip": "^3.10.1", "kuroshiro": "^1.2.0", "kuroshiro-analyzer-kuromoji": "^1.1.0", - "mathjs": "^13.2.0", + "mathjs": "^13.2.1", "minimist": "^1.2.8", "moment": "^2.30.1", "moment-duration-format": "^2.3.2", "moment-timezone": "^0.5.46", "node-superfetch": "^0.3.4", - "nsfwjs": "^4.2.0", + "nsfwjs": "^4.2.1", "ntcjs": "^1.1.3", "parse-domain": "^8.2.2", "pokersolver": "^2.1.4", @@ -76,17 +76,17 @@ "stackblur-canvas": "^2.7.0", "text-diff": "^1.0.1", "tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax", - "twitter-openapi-typescript": "^0.0.43", + "twitter-openapi-typescript": "^0.0.44", "valid-url": "^1.0.9", "wavefile": "^11.0.0", - "winston": "^3.16.0", + "winston": "^3.17.0", "wuzzy": "^0.1.8", "ytdl-core": "^4.11.5", "zip-to-timezone": "^1.2.1" }, "optionalDependencies": { "bufferutil": "^4.0.8", - "sodium-native": "^4.2.2", + "sodium-native": "^4.3.0", "utf-8-validate": "^6.0.5", "zlib-sync": "^0.1.9" }, @@ -94,7 +94,7 @@ "@eslint/js": "^9.14.0", "eslint": "^9.14.0", "eslint-config-amber": "^2.0.4", - "eslint-plugin-jsonc": "^2.16.0", + "eslint-plugin-jsonc": "^2.18.1", "globals": "^15.12.0" } }