diff --git a/package.json b/package.json index 2c94b0f..4751642 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 5c72b57..283ceb6 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)