diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d9a75aa..8dc2f0c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,8 +108,8 @@ importers: specifier: 20.1.4 version: 20.1.4 '@types/node': - specifier: 20.12.2 - version: 20.12.2 + specifier: 20.12.3 + version: 20.12.3 '@types/yargs': specifier: 17.0.32 version: 17.0.32 @@ -1790,6 +1790,13 @@ packages: resolution: {integrity: sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==} dependencies: undici-types: 5.26.5 + dev: true + + /@types/node@20.12.3: + resolution: {integrity: sha512-sD+ia2ubTeWrOu+YMF+MTAB7E+O7qsMqAbMfW7DG3K1URwhZ5hN1pLlRVGbf4wDFzSfikL05M17EyorS86jShw==} + dependencies: + undici-types: 5.26.5 + dev: false /@types/prop-types@15.7.12: resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} diff --git a/scripts/package.json b/scripts/package.json index 1750b5f0..f004d59e 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -10,7 +10,7 @@ "dependencies": { "@clack/prompts": "0.7.0", "@tsconfig/node20": "20.1.4", - "@types/node": "20.12.2", + "@types/node": "20.12.3", "@types/yargs": "17.0.32", "@untitled-theme/colors": "workspace:*", "prettier": "3.2.5",