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",