renovate (#7)

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 2024-05-13 21:22:18 +00:00 committed by root
parent 4afb410e11
commit e501c0aea1
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vscode/test-cli": "^0.0.9",
"@vscode/test-electron": "^2.3.9",
"@vscode/test-electron": "^2.3.10",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
},
@ -536,9 +536,9 @@
}
},
"node_modules/@vscode/test-electron": {
"version": "2.3.9",
"resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.9.tgz",
"integrity": "sha512-z3eiChaCQXMqBnk2aHHSEkobmC2VRalFQN0ApOAtydL172zXGxTwGrRtviT5HnUB+Q+G3vtEYFtuQkYqBzYgMA==",
"version": "2.3.10",
"resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.10.tgz",
"integrity": "sha512-FxMqrvUm6a8S5tP4CymNJ40e6kD+wUTWTc6K32U629yrCCa+kl/rmpkC2gKpN4F4zjg1r+0Hnk9sl0+N2atsYA==",
"dev": true,
"dependencies": {
"http-proxy-agent": "^4.0.1",

View File

@ -57,7 +57,7 @@
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vscode/test-cli": "^0.0.9",
"@vscode/test-electron": "^2.3.9",
"@vscode/test-electron": "^2.3.10",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
},