From 7840a79ad4527e2ddd42874180102acece83892b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:15:04 +0000 Subject: [PATCH] Bump wtfnode from 0.9.3 to 0.9.4 Bumps [wtfnode](https://github.com/myndzi/wtfnode) from 0.9.3 to 0.9.4. - [Commits](https://github.com/myndzi/wtfnode/commits) --- updated-dependencies: - dependency-name: wtfnode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 11 ++++++----- src/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 446ed5a4c64..f5b1870b6b9 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.3 - version: 0.9.3 + specifier: ^0.9.4 + version: 0.9.4 devDependencies: '@playwright/test': specifier: ^1.48.2 @@ -4910,8 +4910,9 @@ packages: utf-8-validate: optional: true - wtfnode@0.9.3: - resolution: {integrity: sha512-MXjgxJovNVYUkD85JBZTKT5S5ng/e56sNuRZlid7HcGTNrIODa5UPtqE3i0daj7fJ2SGj5Um2VmiphQVyVKK5A==} + wtfnode@0.9.4: + resolution: {integrity: sha512-5xgeLjIxZ8DVHU4ty3kOdd9QfHDxf89tmSy0+yN8n59S3wx6LBJh8XhEg61OPOGE65jEYGAtLq0GMzLKrsjfPQ==} + engines: {node: '>=0.10.0'} hasBin: true xml-name-validator@5.0.0: @@ -9861,7 +9862,7 @@ snapshots: ws@8.18.0: {} - wtfnode@0.9.3: {} + wtfnode@0.9.4: {} xml-name-validator@5.0.0: {} diff --git a/src/package.json b/src/package.json index f1c1e484976..17e8f2a537c 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.3" + "wtfnode": "^0.9.4" }, "bin": { "etherpad-healthcheck": "../bin/etherpad-healthcheck",