renovate (#21)

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 2024-11-29 02:45:14 +00:00 committed by root
parent 5752bb9420
commit 0a05dd7faf
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.5",
"mysql2": "^3.11.4"
"mysql2": "^3.11.5"
},
"devDependencies": {
"husky": "^9.1.7",
@ -591,9 +591,9 @@
"license": "MIT"
},
"node_modules/mysql2": {
"version": "3.11.4",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.4.tgz",
"integrity": "sha512-Z2o3tY4Z8EvSRDwknaC40MdZ3+m0sKbpnXrShQLdxPrAvcNli7jLrD2Zd2IzsRMw4eK9Yle500FDmlkIqp+krg==",
"version": "3.11.5",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.5.tgz",
"integrity": "sha512-0XFu8rUmFN9vC0ME36iBvCUObftiMHItrYFhlCRvFWbLgpNqtC4Br/NmZX1HNCszxT0GGy5QtP+k3Q3eCJPaYA==",
"license": "MIT",
"dependencies": {
"aws-ssl-profiles": "^1.1.1",

View File

@ -23,7 +23,7 @@
"dependencies": {
"csv-parse": "^5.6.0",
"dotenv": "^16.4.5",
"mysql2": "^3.11.4"
"mysql2": "^3.11.5"
},
"devDependencies": {
"husky": "^9.1.7",