diff --git a/package-lock.json b/package-lock.json index 31501e2..2f75c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tableland/local": "^3.0.0", "@types/decompress": "^4.2.4", "@types/mocha": "^10.0.1", - "@types/node": "^22.2.0", + "@types/node": "^24.6.0", "@types/shelljs": "^0.8.14", "@types/tar": "^6.1.3", "@typescript-eslint/eslint-plugin": "^7.10.0", @@ -531,13 +531,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.10.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz", - "integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==", + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz", + "integrity": "sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/shelljs": { @@ -5096,10 +5096,11 @@ } }, "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", - "dev": true + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", + "dev": true, + "license": "MIT" }, "node_modules/uri-js": { "version": "4.4.1", diff --git a/package.json b/package.json index 92d9089..aba58f9 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@tableland/local": "^3.0.0", "@types/decompress": "^4.2.4", "@types/mocha": "^10.0.1", - "@types/node": "^22.2.0", + "@types/node": "^24.6.0", "@types/shelljs": "^0.8.14", "@types/tar": "^6.1.3", "@typescript-eslint/eslint-plugin": "^7.10.0",