From 86ad21b0116fca1a3592c26545958619daa08d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:58:56 +0000 Subject: [PATCH] build(deps): bump libxmljs from 0.11.0 to 1.0.11 in /ircbot Bumps [libxmljs](https://github.com/libxmljs/libxmljs) from 0.11.0 to 1.0.11. - [Release notes](https://github.com/libxmljs/libxmljs/releases) - [Commits](https://github.com/libxmljs/libxmljs/compare/v0.11.0...v1.0.11) --- updated-dependencies: - dependency-name: libxmljs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ircbot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircbot/package.json b/ircbot/package.json index 262d31c..a2d99a8 100644 --- a/ircbot/package.json +++ b/ircbot/package.json @@ -4,7 +4,7 @@ "description": "Bots using ilmentufa", "dependencies": { "irc": "0.3.6", - "libxmljs": "0.11.0", + "libxmljs": "1.0.11", "path-extra": "0.2.1", "request": "2.88.0", "supervisor": "0.6.0"