From 813e4515ca650532e4c5d345f6da287d56a9e896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:31:11 +0000 Subject: [PATCH] build(deps): bump wtfnode from 0.10.0 to 0.10.1 Bumps [wtfnode](https://github.com/myndzi/wtfnode) from 0.10.0 to 0.10.1. - [Commits](https://github.com/myndzi/wtfnode/commits) --- updated-dependencies: - dependency-name: wtfnode dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- src/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fca8c348b48..ffa1cfb28ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -282,8 +282,8 @@ importers: specifier: 1.6.0 version: 1.6.0 wtfnode: - specifier: ^0.10.0 - version: 0.10.0 + specifier: ^0.10.1 + version: 0.10.1 devDependencies: '@playwright/test': specifier: ^1.55.1 @@ -4938,8 +4938,8 @@ packages: utf-8-validate: optional: true - wtfnode@0.10.0: - resolution: {integrity: sha512-/GxfQORu0SZZC8AQA4Eq1wH08Akz6W42OiqNGBzTHXCJWZFhKFBJNaUfEomWnLA2MXfpy6KbFerG8iNtFcPRdg==} + wtfnode@0.10.1: + resolution: {integrity: sha512-4mcHdlvcdSytsbFueN6QYZxmh5K7REawBk//ZOrJrtVOe548Qsq4GNEm/OUfZATqDnsX4g8uBbzmN7NdEZx09Q==} engines: {node: '>=0.10.0'} hasBin: true @@ -9877,7 +9877,7 @@ snapshots: ws@8.18.3: {} - wtfnode@0.10.0: {} + wtfnode@0.10.1: {} xml-name-validator@5.0.0: {} diff --git a/src/package.json b/src/package.json index d231465d695..a35d9053561 100644 --- a/src/package.json +++ b/src/package.json @@ -76,7 +76,7 @@ "ueberdb2": "^5.0.22", "underscore": "1.13.7", "unorm": "1.6.0", - "wtfnode": "^0.10.0" + "wtfnode": "^0.10.1" }, "bin": { "etherpad-healthcheck": "../bin/etherpad-healthcheck",