diff --git a/vscode/package-lock.json b/vscode/package-lock.json index aa18a02..0833ef6 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -15,7 +15,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^26.1.1", "@types/vscode": "^1.125.0", - "@vscode/test-electron": "^3.0.0", + "@vscode/test-electron": "^3.1.0", "@vscode/vsce": "^3.9.2", "mocha": "^11.7.6", "typescript": "^7.0.2" @@ -1022,9 +1022,9 @@ } }, "node_modules/@vscode/test-electron": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-3.0.0.tgz", - "integrity": "sha512-TY5mC7aAjxSLDXsyjhrG8cJHgc/HLdiE5lvtW7hABYQrY24Qwozzr5UoO3HiuAM4Hzz4b7K/eZlwrCILj94CcA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-3.1.0.tgz", + "integrity": "sha512-CRqv5u+YYoseuNVJ6Tyo4k0sF0mx4qnKMihRB0PjsUF8Dc0WKtCXo6CNL6nWWm5esfFQsQA/pejMj4ZbpJVLTw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/vscode/package.json b/vscode/package.json index 3de5fdf..f745e15 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -121,7 +121,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^26.1.1", "@types/vscode": "^1.125.0", - "@vscode/test-electron": "^3.0.0", + "@vscode/test-electron": "^3.1.0", "@vscode/vsce": "^3.9.2", "mocha": "^11.7.6", "typescript": "^7.0.2"