fix: "renovate"

This commit is contained in:
bot 2025-04-27 06:01:23 +00:00
parent 9aaa815006
commit 3732341d01
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"csv-parse": "^5.6.0",
"dotenv": "^16.5.0",
"mysql2": "^3.14.0"
"mysql2": "^3.14.1"
},
"devDependencies": {
"husky": "^9.1.7",
@ -507,9 +507,9 @@
}
},
"node_modules/long": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/long/-/long-5.3.1.tgz",
"integrity": "sha512-ka87Jz3gcx/I7Hal94xaN2tZEOPoUOEVftkQqZx2EeQRN7LGdfLlI3FvZ+7WDplm+vK2Urx9ULrvSowtdCieng==",
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
"license": "Apache-2.0"
},
"node_modules/lru-cache": {
@ -591,9 +591,9 @@
"license": "MIT"
},
"node_modules/mysql2": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.14.0.tgz",
"integrity": "sha512-8eMhmG6gt/hRkU1G+8KlGOdQi2w+CgtNoD1ksXZq9gQfkfDsX4LHaBwTe1SY0Imx//t2iZA03DFnyYKPinxSRw==",
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.14.1.tgz",
"integrity": "sha512-7ytuPQJjQB8TNAYX/H2yhL+iQOnIBjAMam361R7UAL0lOVXWjtdrmoL9HYKqKoLp/8UUTRcvo1QPvK9KL7wA8w==",
"license": "MIT",
"dependencies": {
"aws-ssl-profiles": "^1.1.1",

View File

@ -23,7 +23,7 @@
"dependencies": {
"csv-parse": "^5.6.0",
"dotenv": "^16.5.0",
"mysql2": "^3.14.0"
"mysql2": "^3.14.1"
},
"devDependencies": {
"husky": "^9.1.7",