renovate #47

Merged
root merged 1 commits from renovate into master 2025-07-17 02:57:31 +00:00
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": "^6.0.0", "csv-parse": "^6.1.0",
"dotenv": "^17.2.0", "dotenv": "^17.2.0",
"mysql2": "^3.14.2" "mysql2": "^3.14.2"
}, },
@@ -149,9 +149,9 @@
} }
}, },
"node_modules/csv-parse": { "node_modules/csv-parse": {
"version": "6.0.0", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.0.0.tgz", "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.1.0.tgz",
"integrity": "sha512-6aB9WrymEruVDwQOwa5AuYk4/Gb+HaJgLHGKOA9BXTqgsIFvbdHzQzZOuqNCOooTGciPDaHzTlGkU5P6kYVUYw==", "integrity": "sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==",
"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": "^6.0.0", "csv-parse": "^6.1.0",
"dotenv": "^17.2.0", "dotenv": "^17.2.0",
"mysql2": "^3.14.2" "mysql2": "^3.14.2"
}, },