renovate (#74)

Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
This commit was merged in pull request #74.
This commit is contained in:
2026-02-21 00:59:31 +00:00
committed by root
parent 2e00efcac9
commit ced8fd58a3
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"csv-parse": "^6.1.0",
"dotenv": "^17.3.1",
"mysql2": "^3.17.3"
"mysql2": "^3.17.4"
},
"devDependencies": {
"husky": "^9.1.7",
@@ -401,9 +401,9 @@
}
},
"node_modules/mysql2": {
"version": "3.17.3",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.17.3.tgz",
"integrity": "sha512-uCLmQMe1l96Sb6J3Ii8YJTOWJkhRmxlLJFdOfhD68jPpGTzK2fxEkFMpf5gewyHgUB0FJKzuAuPhYS+oPB0/vA==",
"version": "3.17.4",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.17.4.tgz",
"integrity": "sha512-RnfuK5tyIuaiPMWOCTTl4vQX/mQXqSA8eoIbwvWccadvPGvh+BYWWVecInMS5s7wcLUkze8LqJzwB/+A4uwuAA==",
"license": "MIT",
"dependencies": {
"aws-ssl-profiles": "^1.1.2",

View File

@@ -23,7 +23,7 @@
"dependencies": {
"csv-parse": "^6.1.0",
"dotenv": "^17.3.1",
"mysql2": "^3.17.3"
"mysql2": "^3.17.4"
},
"devDependencies": {
"husky": "^9.1.7",