renovate (#1)

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-04-04 18:31:10 +00:00 committed by root
parent d91474f3da
commit 0b619beb75
2 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@ -1,22 +1,22 @@
{ {
"name": "vscodestat", "name": "vscodestat",
"version": "1.0.3", "version": "1.0.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vscodestat", "name": "vscodestat",
"version": "1.0.3", "version": "1.0.4",
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.6", "@types/mocha": "^10.0.6",
"@types/node": "20.x", "@types/node": "20.x",
"@types/vscode": "^1.87.0", "@types/vscode": "^1.88.0",
"@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0", "@typescript-eslint/parser": "^7.5.0",
"@vscode/test-cli": "^0.0.9", "@vscode/test-cli": "^0.0.9",
"@vscode/test-electron": "^2.3.9", "@vscode/test-electron": "^2.3.9",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"typescript": "^5.4.3" "typescript": "^5.4.4"
}, },
"engines": { "engines": {
"vscode": "^1.87.0" "vscode": "^1.87.0"
@ -336,9 +336,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/vscode": { "node_modules/@types/vscode": {
"version": "1.87.0", "version": "1.88.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.87.0.tgz", "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.88.0.tgz",
"integrity": "sha512-y3yYJV2esWr8LNjp3VNbSMWG7Y43jC8pCldG8YwiHGAQbsymkkMMt0aDT1xZIOFM2eFcNiUc+dJMx1+Z0UT8fg==", "integrity": "sha512-rWY+Bs6j/f1lvr8jqZTyp5arRMfovdxolcqGi+//+cPDOh8SBvzXH90e7BiSXct5HJ9HGW6jATchbRTpTJpEkw==",
"dev": true "dev": true
}, },
"node_modules/@typescript-eslint/eslint-plugin": { "node_modules/@typescript-eslint/eslint-plugin": {
@ -2772,9 +2772,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.4.3", "version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View File

@ -51,13 +51,13 @@
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.6", "@types/mocha": "^10.0.6",
"@types/node": "20.x", "@types/node": "20.x",
"@types/vscode": "^1.87.0", "@types/vscode": "^1.88.0",
"@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0", "@typescript-eslint/parser": "^7.5.0",
"@vscode/test-cli": "^0.0.9", "@vscode/test-cli": "^0.0.9",
"@vscode/test-electron": "^2.3.9", "@vscode/test-electron": "^2.3.9",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"typescript": "^5.4.3" "typescript": "^5.4.4"
}, },
"engines": { "engines": {
"vscode": "^1.87.0" "vscode": "^1.87.0"