fix: "renovate"

This commit is contained in:
bot 2025-03-20 02:21:45 +00:00
parent 803bc2e35c
commit c65081a3fe
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"csv-parse": "^5.6.0",
"dotenv": "^16.4.7",
"mysql2": "^3.13.0"
"mysql2": "^3.14.0"
},
"devDependencies": {
"husky": "^9.1.7",
@ -591,9 +591,9 @@
"license": "MIT"
},
"node_modules/mysql2": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.13.0.tgz",
"integrity": "sha512-M6DIQjTqKeqXH5HLbLMxwcK5XfXHw30u5ap6EZmu7QVmcF/gnh2wS/EOiQ4MTbXz/vQeoXrmycPlVRM00WSslg==",
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.14.0.tgz",
"integrity": "sha512-8eMhmG6gt/hRkU1G+8KlGOdQi2w+CgtNoD1ksXZq9gQfkfDsX4LHaBwTe1SY0Imx//t2iZA03DFnyYKPinxSRw==",
"license": "MIT",
"dependencies": {
"aws-ssl-profiles": "^1.1.1",

View File

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