renovate (#47)

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:
2025-07-17 02:57:28 +00:00
committed by root
parent 573ef9aebe
commit 4454db4606
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"csv-parse": "^6.0.0",
"csv-parse": "^6.1.0",
"dotenv": "^17.2.0",
"mysql2": "^3.14.2"
},
@@ -149,9 +149,9 @@
}
},
"node_modules/csv-parse": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.0.0.tgz",
"integrity": "sha512-6aB9WrymEruVDwQOwa5AuYk4/Gb+HaJgLHGKOA9BXTqgsIFvbdHzQzZOuqNCOooTGciPDaHzTlGkU5P6kYVUYw==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.1.0.tgz",
"integrity": "sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==",
"license": "MIT"
},
"node_modules/debug": {

View File

@@ -21,7 +21,7 @@
"watch": "gulp watch"
},
"dependencies": {
"csv-parse": "^6.0.0",
"csv-parse": "^6.1.0",
"dotenv": "^17.2.0",
"mysql2": "^3.14.2"
},