From ff7c58e05f9c20d16337c8a7be06e011fe306eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:22:04 +0200 Subject: [PATCH] Bump wtfnode from 0.9.2 to 0.9.3 (#6503) 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] 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 77629c8a2..4569283c6 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 6754b2456..a8c421f86 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",