From 26329841683d58794c34fbbadd1b3788aea6e2c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 05:25:44 +0000 Subject: [PATCH] fix: upgrade string_decoder from 0.10.31 to 0.11.10 Snyk has created this PR to upgrade string_decoder from 0.10.31 to 0.11.10. See this package in npm: string_decoder See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/3e67eb54-7dc7-4869-b22b-83736025d4b2?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../replacestream/node_modules/readable-stream/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/replacestream/node_modules/readable-stream/package.json b/AhMyth-Server/app/node_modules/replacestream/node_modules/readable-stream/package.json index c5593687..7a5439ca 100644 --- a/AhMyth-Server/app/node_modules/replacestream/node_modules/readable-stream/package.json +++ b/AhMyth-Server/app/node_modules/replacestream/node_modules/readable-stream/package.json @@ -58,7 +58,7 @@ "inherits": "~2.0.1", "isarray": "~1.0.0", "process-nextick-args": "~1.0.6", - "string_decoder": "~0.10.x", + "string_decoder": "~0.11.10", "util-deprecate": "~1.0.1" }, "description": "Streams3, a user-land copy of the stream library from Node.js",