diff --git a/package-lock.json b/package-lock.json index b50d690..6ae6648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", - "@types/node": "^25.9.1", + "@types/node": "^25.9.2", "@types/vscode": "^1.90.0", "@vscode/test-electron": "^2.5.2", "@vscode/vsce": "^3.0.0", @@ -483,9 +483,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -503,9 +500,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -523,9 +517,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -543,9 +534,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1026,9 +1014,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz", - "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==", + "version": "25.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz", + "integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 94c4cac..708ba27 100644 --- a/package.json +++ b/package.json @@ -260,7 +260,7 @@ }, "devDependencies": { "@types/mocha": "^10.0.10", - "@types/node": "^25.9.1", + "@types/node": "^25.9.2", "@types/vscode": "^1.90.0", "@vscode/test-electron": "^2.5.2", "@vscode/vsce": "^3.0.0",