From 1ad0d43754b622732f4d8da7515bc93d61faf86e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:19:43 +0000 Subject: [PATCH] Bump wtfnode from 0.9.4 to 0.10.0 Bumps [wtfnode](https://github.com/myndzi/wtfnode) from 0.9.4 to 0.10.0. - [Commits](https://github.com/myndzi/wtfnode/commits) --- updated-dependencies: - dependency-name: wtfnode dependency-type: direct:production update-type: version-update:semver-minor ... 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 ed923e795..63356ce6d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -276,8 +276,8 @@ importers: specifier: 1.6.0 version: 1.6.0 wtfnode: - specifier: ^0.9.4 - version: 0.9.4 + specifier: ^0.10.0 + version: 0.10.0 devDependencies: '@playwright/test': specifier: ^1.49.1 @@ -5192,8 +5192,8 @@ packages: utf-8-validate: optional: true - wtfnode@0.9.4: - resolution: {integrity: sha512-5xgeLjIxZ8DVHU4ty3kOdd9QfHDxf89tmSy0+yN8n59S3wx6LBJh8XhEg61OPOGE65jEYGAtLq0GMzLKrsjfPQ==} + wtfnode@0.10.0: + resolution: {integrity: sha512-/GxfQORu0SZZC8AQA4Eq1wH08Akz6W42OiqNGBzTHXCJWZFhKFBJNaUfEomWnLA2MXfpy6KbFerG8iNtFcPRdg==} engines: {node: '>=0.10.0'} hasBin: true @@ -10338,7 +10338,7 @@ snapshots: ws@8.18.0: {} - wtfnode@0.9.4: {} + wtfnode@0.10.0: {} xml-name-validator@5.0.0: {} diff --git a/src/package.json b/src/package.json index 432c519dc..a326130c9 100644 --- a/src/package.json +++ b/src/package.json @@ -75,7 +75,7 @@ "ueberdb2": "^5.0.6", "underscore": "1.13.7", "unorm": "1.6.0", - "wtfnode": "^0.9.4" + "wtfnode": "^0.10.0" }, "bin": { "etherpad-healthcheck": "../bin/etherpad-healthcheck",