fix: "renovate"

This commit is contained in:
bot 2024-12-29 03:47:31 +00:00
parent 80171290c1
commit 5ef3042e25
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -15,7 +15,7 @@
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^15.2.11"
"lint-staged": "^15.3.0"
},
"engines": {
"node": ">=21.0.0"
@ -86,9 +86,9 @@
}
},
"node_modules/chalk": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
"dev": true,
"license": "MIT",
"engines": {
@ -408,13 +408,13 @@
}
},
"node_modules/lint-staged": {
"version": "15.2.11",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.11.tgz",
"integrity": "sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==",
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz",
"integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==",
"dev": true,
"license": "MIT",
"dependencies": {
"chalk": "~5.3.0",
"chalk": "~5.4.1",
"commander": "~12.1.0",
"debug": "~4.4.0",
"execa": "~8.0.1",

View File

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