From 2d51966fa379e0e191f3c50b7f147e800fea90a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 22:53:31 +0200 Subject: [PATCH] build(deps): bump wtfnode from 0.10.0 to 0.10.1 (#7160) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d32925ba4..c09f1e25b 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.56.0 @@ -4902,8 +4902,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 @@ -9785,7 +9785,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 009b8b656..5a51f95b0 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",