renovate (#22)

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-12-03 02:46:22 +00:00 committed by root
parent 0a05dd7faf
commit 6a5934cc5b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"csv-parse": "^5.6.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.6",
"mysql2": "^3.11.5"
},
"devDependencies": {
@ -197,9 +197,9 @@
}
},
"node_modules/dotenv": {
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"version": "16.4.6",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.6.tgz",
"integrity": "sha512-JhcR/+KIjkkjiU8yEpaB/USlzVi3i5whwOjpIRNGi9svKEXZSe+Qp6IWAjFjv+2GViAoDRCUv/QLNziQxsLqDg==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"

View File

@ -22,7 +22,7 @@
},
"dependencies": {
"csv-parse": "^5.6.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.6",
"mysql2": "^3.11.5"
},
"devDependencies": {