renovate (#27)

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 2025-01-16 10:20:11 +00:00 committed by root
parent 5ad53cf79c
commit bfed619b1f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^15.3.0" "lint-staged": "^15.4.0"
}, },
"engines": { "engines": {
"node": ">=21.0.0" "node": ">=21.0.0"
@ -408,9 +408,9 @@
} }
}, },
"node_modules/lint-staged": { "node_modules/lint-staged": {
"version": "15.3.0", "version": "15.4.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz",
"integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -507,9 +507,9 @@
} }
}, },
"node_modules/long": { "node_modules/long": {
"version": "5.2.3", "version": "5.2.4",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", "resolved": "https://registry.npmjs.org/long/-/long-5.2.4.tgz",
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==", "integrity": "sha512-qtzLbJE8hq7VabR3mISmVGtoXP8KGc2Z/AT8OuqlYD7JTR3oqrgwdjnk07wpj1twXxYmgDXgoKVWUG/fReSzHg==",
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"node_modules/lru-cache": { "node_modules/lru-cache": {

View File

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