From ac74bf81123335f660312ce4b287c2b8025dbb83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:22:32 +0000 Subject: [PATCH] Update dependency @types/node to v20.11.4 (#132) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c927835..bfabde2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@internal/eslint-plugin": "link:lint", - "@types/node": "20.11.3", + "@types/node": "20.11.4", "acorn-walk": "8.3.2", "magic-string": "0.30.5", "typescript": "5.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 986b376..740173a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,8 +23,8 @@ importers: specifier: link:lint version: link:lint '@types/node': - specifier: 20.11.3 - version: 20.11.3 + specifier: 20.11.4 + version: 20.11.4 acorn-walk: specifier: 8.3.2 version: 8.3.2 @@ -36,7 +36,7 @@ importers: version: 5.3.3 vite: specifier: 4.5.2 - version: 4.5.2(@types/node@20.11.3) + version: 4.5.2(@types/node@20.11.4) xo: specifier: 0.56.0 version: 0.56.0(typescript@5.3.3) @@ -379,8 +379,8 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/node@20.11.3: - resolution: {integrity: sha512-nrlmbvGPNGaj84IJZXMPhQuCMEVTT/hXZMJJG/aIqVL9fKxqk814sGGtJA4GI6hpJSLQjpi6cn0Qx9eOf9SDVg==} + /@types/node@20.11.4: + resolution: {integrity: sha512-6I0fMH8Aoy2lOejL3s4LhyIYX34DPwY8bl5xlNjBvUEk8OHrcuzsFt+Ied4LvJihbtXPM+8zUqdydfIti86v9g==} dependencies: undici-types: 5.26.5 dev: true @@ -2901,7 +2901,7 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite@4.5.2(@types/node@20.11.3): + /vite@4.5.2(@types/node@20.11.4): resolution: {integrity: sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -2929,7 +2929,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.3 + '@types/node': 20.11.4 esbuild: 0.18.17 postcss: 8.4.31 rollup: 3.28.1