From 9a02c7d596838762f81955344271ad761e8133f9 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:56:24 +1000 Subject: [PATCH] fix: update types/node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous version throws critical errors while building now. If somebody ever gets around to pushing a single button, this will be the accurate types soon™ anyway. --- package.json | 2 +- pnpm-lock.yaml | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7b95ae6..22882af 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@citizenfx/server": "2.0.5132-1", "@milahu/patch-package": "^6.4.14", - "@types/node": "^17.0.45", + "@types/node": "^22.7.4", "esbuild": "^0.21.5", "lerna": "^4.0.0", "postinstall-postinstall": "^2.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ffc2843..ece4582 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,8 +25,8 @@ importers: specifier: ^6.4.14 version: 6.4.14 '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^22.7.4 + version: 22.7.4 esbuild: specifier: ^0.21.5 version: 0.21.5 @@ -605,8 +605,8 @@ packages: '@types/minimist@1.2.5': resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} - '@types/node@17.0.45': - resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} + '@types/node@22.7.4': + resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2675,6 +2675,9 @@ packages: unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + unique-filename@1.1.1: resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} @@ -3581,7 +3584,9 @@ snapshots: '@types/minimist@1.2.5': {} - '@types/node@17.0.45': {} + '@types/node@22.7.4': + dependencies: + undici-types: 6.19.8 '@types/normalize-package-data@2.4.4': {} @@ -5945,6 +5950,8 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 + undici-types@6.19.8: {} + unique-filename@1.1.1: dependencies: unique-slug: 2.0.2