From 6f1a7a8b06488acf8908260a6156eef256b35cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:14:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Bump=20ping=20from=200.4.4=20to?= =?UTF-8?q?=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ping](https://github.com/danielzzz/node-ping) from 0.4.4 to 1.0.0. - [Release notes](https://github.com/danielzzz/node-ping/releases) - [Commits](https://github.com/danielzzz/node-ping/compare/v0.4.4...v1.0.0) --- updated-dependencies: - dependency-name: ping dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2c94b0f3..47516421 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "morgan": "^1.10.0", "mylas": "^2.1.13", "node-schedule": "^2.1.1", - "ping": "^0.4.4", + "ping": "^1.0.0", "tslib": "^2.6.2", "typescript": "^5.3.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c72b57f..283ceb66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,8 +51,8 @@ dependencies: specifier: ^2.1.1 version: 2.1.1 ping: - specifier: ^0.4.4 - version: 0.4.4 + specifier: ^1.0.0 + version: 1.0.0 tslib: specifier: ^2.6.2 version: 2.6.2 @@ -81,7 +81,7 @@ devDependencies: version: 6.3.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(jest@29.7.0)(typescript@5.3.3) + version: 29.1.2(@babel/core@7.23.7)(jest@29.7.0)(typescript@5.3.3) packages: @@ -3161,9 +3161,9 @@ packages: engines: {node: '>=8.6'} dev: true - /ping@0.4.4: - resolution: {integrity: sha512-56ZMC0j7SCsMMLdOoUg12VZCfj/+ZO+yfOSjaNCRrmZZr6GLbN2X/Ui56T15dI8NhiHckaw5X2pvyfAomanwqQ==} - engines: {node: '>=4.0.0'} + /ping@1.0.0: + resolution: {integrity: sha512-3dxdgGtV+7P/EVo42JhkGSomeO/0GGicSz3mI/yK+AI+VGNAOfakw5XfcbGI4IjyBY+ZZwvuRXdhnNF2uliKew==} + engines: {node: '>=22.0.0'} dev: false /pirates@4.0.6: @@ -3571,7 +3571,7 @@ packages: engines: {node: '>=0.6'} dev: false - /ts-jest@29.1.2(jest@29.7.0)(typescript@5.3.3): + /ts-jest@29.1.2(@babel/core@7.23.7)(jest@29.7.0)(typescript@5.3.3): resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true @@ -3592,6 +3592,7 @@ packages: esbuild: optional: true dependencies: + '@babel/core': 7.23.7 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 29.7.0(@types/node@20.11.5)