From d20a11a83817f55f3250020ad8c793d12f851499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:03:44 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20.16.10 --- package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 9e93a05..6c587ed 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/cron": "2.0.1", "@types/ioredis": "4.28.10", - "@types/node": "20.10.6", + "@types/node": "20.16.10", "eslint": "8.57.0", "eslint-config-snazzah": "2.0.0", "prisma": "5.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f6a260a..8951ec5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ devDependencies: specifier: 4.28.10 version: 4.28.10 '@types/node': - specifier: 20.10.6 - version: 20.10.6 + specifier: 20.16.10 + version: 20.16.10 eslint: specifier: 8.57.0 version: 8.57.0 @@ -60,7 +60,7 @@ devDependencies: version: 5.7.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@types/node@20.10.6)(typescript@5.3.3) + version: 10.9.2(@types/node@20.16.10)(typescript@5.3.3) typescript: specifier: 5.3.3 version: 5.3.3 @@ -305,13 +305,13 @@ packages: resolution: {integrity: sha512-WHa/1rtNtD2Q/H0+YTTZoty+/5rcE66iAFX2IY+JuUoOACsevYyFkSYu/2vdw+G5LrmO7Lxowrqm0av4k3qWNQ==} dependencies: '@types/luxon': 3.4.2 - '@types/node': 20.10.6 + '@types/node': 20.16.10 dev: true /@types/ioredis@4.28.10: resolution: {integrity: sha512-69LyhUgrXdgcNDv7ogs1qXZomnfOEnSmrmMFqKgt1XMJxmoOSG/u3wYy13yACIfKuMJ8IhKgHafDO3sx19zVQQ==} dependencies: - '@types/node': 20.10.6 + '@types/node': 20.16.10 dev: true /@types/json-schema@7.0.15: @@ -330,10 +330,10 @@ packages: resolution: {integrity: sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==} dev: true - /@types/node@20.10.6: - resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==} + /@types/node@20.16.10: + resolution: {integrity: sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==} dependencies: - undici-types: 5.26.5 + undici-types: 6.19.8 dev: true /@types/semver@7.5.8: @@ -2262,7 +2262,7 @@ packages: typescript: 5.3.3 dev: true - /ts-node@10.9.2(@types/node@20.10.6)(typescript@5.3.3): + /ts-node@10.9.2(@types/node@20.16.10)(typescript@5.3.3): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -2281,7 +2281,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.10.6 + '@types/node': 20.16.10 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -2378,8 +2378,8 @@ packages: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + /undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} dev: true /uri-js@4.4.1: