From 47a5aedb7a0b5f896c044430b1b02144a5a17110 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Nov 2025 08:13:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6630fd..94c91ec 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "bin/tipbot", "dependencies": { "irc": "~0.3.6", - "js-yaml": "~3.2.2", + "js-yaml": "~4.1.1", "winston": "~0.8.1", "node-altcoin": "0.1.2", "swig": "^1.3.2",