renovate (#86)

Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
This commit is contained in:
m.schnitzler 2025-04-10 06:14:42 +00:00 committed by root
parent 275c9880e0
commit 4cb55cc417
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -15,12 +15,12 @@
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.5.1",
"@vscode/test-electron": "^2.5.2",
"eslint": "^9.24.0",
"typescript": "^5.8.3"
},
"engines": {
"vscode": "^1.99.0"
"vscode": "^1.99.1"
}
},
"node_modules/@bcoe/v8-coverage": {
@ -650,9 +650,9 @@
}
},
"node_modules/@vscode/test-electron": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.5.1.tgz",
"integrity": "sha512-x4dE4IF3PkHM8/5BVeSksHk7UL1hSI/XEgMxKLmqY8DO46KZa6f6VkIGUflNxMJDBggvQ5Kqvw1qChSzllCc0w==",
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.5.2.tgz",
"integrity": "sha512-8ukpxv4wYe0iWMRQU18jhzJOHkeGKbnw7xWRX3Zw1WJA4cEKbHcmmLPdPrPtL6rhDcrlCZN+xKRpv09n4gRHYg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -57,7 +57,7 @@
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.5.1",
"@vscode/test-electron": "^2.5.2",
"eslint": "^9.24.0",
"typescript": "^5.8.3"
},