From fdfdf895559a8d7e1ef56225197de775b6ffc262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:12:10 +0000 Subject: [PATCH] deps(extension)(deps-dev): bump @vscode/test-electron Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.5.2 to 3.1.0. - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/vscode-test/commits) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- chartsmith-extension/package-lock.json | 10 +++++----- chartsmith-extension/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chartsmith-extension/package-lock.json b/chartsmith-extension/package-lock.json index b792d1cf..43e81c2c 100644 --- a/chartsmith-extension/package-lock.json +++ b/chartsmith-extension/package-lock.json @@ -23,7 +23,7 @@ "@types/ws": "^8.5.5", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", - "@vscode/test-electron": "^2.3.2", + "@vscode/test-electron": "^3.1.0", "@vscode/vsce": "^3.9.2", "eslint": "^8.41.0", "glob": "^13.0.6", @@ -1131,9 +1131,9 @@ "license": "ISC" }, "node_modules/@vscode/test-electron": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.5.2.tgz", - "integrity": "sha512-8ukpxv4wYe0iWMRQU18jhzJOHkeGKbnw7xWRX3Zw1WJA4cEKbHcmmLPdPrPtL6rhDcrlCZN+xKRpv09n4gRHYg==", + "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": { @@ -1144,7 +1144,7 @@ "semver": "^7.6.2" }, "engines": { - "node": ">=16" + "node": ">=22" } }, "node_modules/@vscode/vsce": { diff --git a/chartsmith-extension/package.json b/chartsmith-extension/package.json index 1f12745a..0ac440c5 100644 --- a/chartsmith-extension/package.json +++ b/chartsmith-extension/package.json @@ -115,7 +115,7 @@ "@types/ws": "^8.5.5", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", - "@vscode/test-electron": "^2.3.2", + "@vscode/test-electron": "^3.1.0", "@vscode/vsce": "^3.9.2", "eslint": "^8.41.0", "glob": "^13.0.6",