From e702afbc53e835e1a16707d8f12199aa749f7592 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Apr 2023 22:01:26 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18.16.2 --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 576a085..4ef9b4b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/command-line-args": "5.2.0", "@types/command-line-usage": "5.0.2", "@types/http-cache-semantics": "4.0.1", - "@types/node": "18.16.1", + "@types/node": "18.16.2", "@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/parser": "5.59.1", "eslint": "8.39.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d9f8eeb..296fa89 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ devDependencies: specifier: 4.0.1 version: 4.0.1 '@types/node': - specifier: 18.16.1 - version: 18.16.1 + specifier: 18.16.2 + version: 18.16.2 '@typescript-eslint/eslint-plugin': specifier: 5.59.1 version: 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.39.0)(typescript@5.0.4) @@ -242,13 +242,13 @@ packages: resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} dev: true - /@types/node@18.16.1: - resolution: {integrity: sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA==} + /@types/node@18.16.2: + resolution: {integrity: sha512-GQW/JL/5Fz/0I8RpeBG9lKp0+aNcXEaVL71c0D2Q0QHDTFvlYKT7an0onCUXj85anv7b4/WesqdfchLc0jtsCg==} /@types/oauth@0.9.1: resolution: {integrity: sha512-a1iY62/a3yhZ7qH7cNUsxoI3U/0Fe9+RnuFrpTKr+0WVOzbKlSLojShCKe20aOD1Sppv+i8Zlq0pLDuTJnwS4A==} dependencies: - '@types/node': 18.16.1 + '@types/node': 18.16.2 dev: false /@types/retry@0.12.1: @@ -262,7 +262,7 @@ packages: /@types/ws@8.5.4: resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: - '@types/node': 18.16.1 + '@types/node': 18.16.2 dev: false /@typescript-eslint/eslint-plugin@5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.39.0)(typescript@5.0.4):