renovate (#63)

Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
This commit was merged in pull request #63.
This commit is contained in:
2025-10-23 03:55:47 +00:00
committed by root
parent 42942e7e82
commit 34cadf4b37
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -15,7 +15,7 @@
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^16.2.5"
"lint-staged": "^16.2.6"
},
"engines": {
"node": ">=21.0.0"
@@ -289,14 +289,14 @@
"license": "MIT"
},
"node_modules/lint-staged": {
"version": "16.2.5",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.5.tgz",
"integrity": "sha512-o36wH3OX0jRWqDw5dOa8a8x6GXTKaLM+LvhRaucZxez0IxA+KNDUCiyjBfNgsMNmchwSX6urLSL7wShcUqAang==",
"version": "16.2.6",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.6.tgz",
"integrity": "sha512-s1gphtDbV4bmW1eylXpVMk2u7is7YsrLl8hzrtvC70h4ByhcMLZFY01Fx05ZUDNuv1H8HO4E+e2zgejV1jVwNw==",
"dev": true,
"license": "MIT",
"dependencies": {
"commander": "^14.0.1",
"listr2": "^9.0.4",
"listr2": "^9.0.5",
"micromatch": "^4.0.8",
"nano-spawn": "^2.0.0",
"pidtree": "^0.6.0",

View File

@@ -27,7 +27,7 @@
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^16.2.5"
"lint-staged": "^16.2.6"
},
"engines": {
"node": ">=21.0.0"