renovate #29

Merged
root merged 1 commits from renovate into master 2024-09-13 07:14:34 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit fe3489ae4d - Show all commits

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.1.20",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.8",
"@types/node": "22.x",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
@ -346,9 +346,9 @@
"license": "MIT"
},
"node_modules/@types/mocha": {
"version": "10.0.7",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz",
"integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==",
"version": "10.0.8",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz",
"integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==",
"dev": true,
"license": "MIT"
},

View File

@ -51,7 +51,7 @@
"onStartupFinished"
],
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.8",
"@types/node": "22.x",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",