diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e164b98..8cac2ee2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,8 +87,8 @@ importers: specifier: 1.0.3 version: 1.0.3 '@types/node': - specifier: 20.11.20 - version: 20.11.20 + specifier: 20.11.21 + version: 20.11.21 '@types/yargs': specifier: 17.0.32 version: 17.0.32 @@ -887,8 +887,8 @@ packages: resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==} dev: true - /@types/node@20.11.20: - resolution: {integrity: sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==} + /@types/node@20.11.21: + resolution: {integrity: sha512-/ySDLGscFPNasfqStUuWWPfL78jompfIoVzLJPVVAHBh6rpG68+pI2Gk+fNLeI8/f1yPYL4s46EleVIc20F1Ow==} dependencies: undici-types: 5.26.5 dev: false diff --git a/scripts/package.json b/scripts/package.json index e5989a0f..11643abf 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -9,7 +9,7 @@ "dependencies": { "@clack/prompts": "0.7.0", "@tsconfig/recommended": "1.0.3", - "@types/node": "20.11.20", + "@types/node": "20.11.21", "@types/yargs": "17.0.32", "prettier": "3.2.5", "svg64": "2.0.0",