renovate (#20)

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-22 04:42:13 +00:00 committed by root
parent c600bab2ea
commit 5752bb9420
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"csv-parse": "^5.5.6", "csv-parse": "^5.6.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"mysql2": "^3.11.4" "mysql2": "^3.11.4"
}, },
@ -164,9 +164,9 @@
} }
}, },
"node_modules/csv-parse": { "node_modules/csv-parse": {
"version": "5.5.6", "version": "5.6.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.6.tgz", "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.6.0.tgz",
"integrity": "sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A==", "integrity": "sha512-l3nz3euub2QMg5ouu5U09Ew9Wf6/wQ8I++ch1loQ0ljmzhmfZYrH9fflS22i/PQEvsPvxCwxgz5q7UB8K1JO4Q==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/debug": { "node_modules/debug": {

View File

@ -21,7 +21,7 @@
"watch": "gulp watch" "watch": "gulp watch"
}, },
"dependencies": { "dependencies": {
"csv-parse": "^5.5.6", "csv-parse": "^5.6.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"mysql2": "^3.11.4" "mysql2": "^3.11.4"
}, },