diff --git a/mcp/package-lock.json b/mcp/package-lock.json index 78b7e0b..662bf17 100644 --- a/mcp/package-lock.json +++ b/mcp/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@biomejs/biome": "^2.3.7", "@rslib/core": "^0.19.1", - "@types/node": "^24.3.0", + "@types/node": "^25.0.6", "rsbuild-plugin-publint": "^0.3.0", "ts-node": "^10.9.2", "typescript": "^5.8.2" @@ -778,7 +778,6 @@ "integrity": "sha512-qVTV1/UWpMSZktvK5A8+HolgR1Qf0nYR3Gg4Vax5x3/BcHDpwGZ0fbdFRUirGVWH/XwxZ81zoI6F2SZq7xbX+w==", "dev": true, "license": "MIT", - "peer": true, "optionalDependencies": { "@rspack/binding-darwin-arm64": "1.7.1", "@rspack/binding-darwin-x64": "1.7.1", @@ -804,8 +803,7 @@ "optional": true, "os": [ "darwin" - ], - "peer": true + ] }, "node_modules/@rspack/binding-darwin-x64": { "version": "1.7.1", @@ -819,8 +817,7 @@ "optional": true, "os": [ "darwin" - ], - "peer": true + ] }, "node_modules/@rspack/binding-linux-arm64-gnu": { "version": "1.7.1", @@ -834,8 +831,7 @@ "optional": true, "os": [ "linux" - ], - "peer": true + ] }, "node_modules/@rspack/binding-linux-arm64-musl": { "version": "1.7.1", @@ -849,8 +845,7 @@ "optional": true, "os": [ "linux" - ], - "peer": true + ] }, "node_modules/@rspack/binding-linux-x64-gnu": { "version": "1.7.1", @@ -864,8 +859,7 @@ "optional": true, "os": [ "linux" - ], - "peer": true + ] }, "node_modules/@rspack/binding-linux-x64-musl": { "version": "1.7.1", @@ -879,8 +873,7 @@ "optional": true, "os": [ "linux" - ], - "peer": true + ] }, "node_modules/@rspack/binding-wasm32-wasi": { "version": "1.7.1", @@ -892,7 +885,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@napi-rs/wasm-runtime": "1.0.7" } @@ -909,8 +901,7 @@ "optional": true, "os": [ "win32" - ], - "peer": true + ] }, "node_modules/@rspack/binding-win32-ia32-msvc": { "version": "1.7.1", @@ -924,8 +915,7 @@ "optional": true, "os": [ "win32" - ], - "peer": true + ] }, "node_modules/@rspack/binding-win32-x64-msvc": { "version": "1.7.1", @@ -939,8 +929,7 @@ "optional": true, "os": [ "win32" - ], - "peer": true + ] }, "node_modules/@rspack/core": { "version": "1.7.1", @@ -948,7 +937,6 @@ "integrity": "sha512-kRxfY8RRa6nU3/viDvAIP6CRpx+0rfXFRonPL0pHBx8u6HhV7m9rLEyaN6MWsLgNIAWkleFGb7tdo4ux2ljRJQ==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@module-federation/runtime-tools": "0.22.0", "@rspack/binding": "1.7.1", @@ -1055,9 +1043,9 @@ } }, "node_modules/@types/node": { - "version": "24.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", - "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", + "version": "25.0.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.6.tgz", + "integrity": "sha512-NNu0sjyNxpoiW3YuVFfNz7mxSQ+S4X2G28uqg2s+CzoqoQjLPsWSbsFFyztIAqt2vb8kfEAsJNepMGPTxFDx3Q==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" diff --git a/mcp/package.json b/mcp/package.json index 67d0942..afb1b29 100644 --- a/mcp/package.json +++ b/mcp/package.json @@ -51,7 +51,7 @@ "devDependencies": { "@biomejs/biome": "^2.3.7", "@rslib/core": "^0.19.1", - "@types/node": "^24.3.0", + "@types/node": "^25.0.6", "rsbuild-plugin-publint": "^0.3.0", "ts-node": "^10.9.2", "typescript": "^5.8.2"