From 23de3af84e233fadfccd3b4e1b59efa972e2950a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:23:03 +0000 Subject: [PATCH] Bump wtfnode from 0.9.2 to 0.9.3 Bumps [wtfnode](https://github.com/myndzi/wtfnode) from 0.9.2 to 0.9.3. - [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 | 10 +++++----- src/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a848d1fe2..e2ded39cc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -279,8 +279,8 @@ importers: specifier: 1.6.0 version: 1.6.0 wtfnode: - specifier: ^0.9.2 - version: 0.9.2 + specifier: ^0.9.3 + version: 0.9.3 devDependencies: '@playwright/test': specifier: ^1.45.1 @@ -4438,8 +4438,8 @@ packages: utf-8-validate: optional: true - wtfnode@0.9.2: - resolution: {integrity: sha512-AzGy/MOGmzufyHDKHwuZeuqaqslGIPuwxDAhdmUUJ91Ak22Ynxry8quXNR/cZZIaSs5T+C+LNS3W9AcMzJXhMw==} + wtfnode@0.9.3: + resolution: {integrity: sha512-MXjgxJovNVYUkD85JBZTKT5S5ng/e56sNuRZlid7HcGTNrIODa5UPtqE3i0daj7fJ2SGj5Um2VmiphQVyVKK5A==} hasBin: true xml-name-validator@5.0.0: @@ -8951,7 +8951,7 @@ snapshots: ws@8.17.0: {} - wtfnode@0.9.2: {} + wtfnode@0.9.3: {} xml-name-validator@5.0.0: {} diff --git a/src/package.json b/src/package.json index c6efd0177..1a474ee5a 100644 --- a/src/package.json +++ b/src/package.json @@ -76,7 +76,7 @@ "ueberdb2": "^4.2.81", "underscore": "1.13.6", "unorm": "1.6.0", - "wtfnode": "^0.9.2" + "wtfnode": "^0.9.3" }, "bin": { "etherpad-healthcheck": "../bin/etherpad-healthcheck",