renovate #20

Merged
root merged 1 commits from renovate into master 2024-11-22 04:42:14 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit b91b002f0c - Show all commits

8
package-lock.json generated
View File

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

View File

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