Compare commits

...
2 Commits
Author SHA1 Message Date
root a9b7f71e7e fix: release
continuous-integration/drone/tag Build is pending
2026-08-13 23:32:03 +00:00
m.schnitzler cbfaa67a58 renovate (#199)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-08-13 23:31:53 +00:00
2 changed files with 11 additions and 11 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
{
"name": "vscodestat",
"version": "1.8.13",
"version": "1.8.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscodestat",
"version": "1.8.13",
"version": "1.8.14",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.1",
@@ -19,7 +19,7 @@
"@vscode/test-electron": "^3.1.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.10.0",
"globals": "^17.11.0",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"prettier": "^3.9.6",
@@ -721,9 +721,9 @@
}
},
"node_modules/ansi-regex": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.3.0.tgz",
"integrity": "sha512-WpDfL7NO6j7tH88IDBNVdUJxDh9nmCteAVW9dsep846XdwF4naCBK+/tGLX3KJgcpgMRXCFlTM2hKGoK9FsdrQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1547,9 +1547,9 @@
}
},
"node_modules/globals": {
"version": "17.10.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.10.0.tgz",
"integrity": "sha512-V0kztuWST2k8A/VbxAY8+L+7+Rgo3fyA24IHRLrZp7HOzJjV0gHSaZUjK9lpP/IrBSNite2tZ1prhRkinRu1CA==",
"version": "17.11.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz",
"integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==",
"dev": true,
"license": "MIT",
"engines": {
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.8.13",
"version": "1.8.14",
"description": "",
"categories": [
"Other"
@@ -59,7 +59,7 @@
"@vscode/test-electron": "^3.1.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.10.0",
"globals": "^17.11.0",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"prettier": "^3.9.6",