renovatemajor (#46)

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-11 06:16:26 +00:00
committed by root
parent 936867e76e
commit 573ef9aebe
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -9,9 +9,9 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"csv-parse": "^5.6.0", "csv-parse": "^6.0.0",
"dotenv": "^17.2.0", "dotenv": "^17.2.0",
"mysql2": "^3.14.1" "mysql2": "^3.14.2"
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.1.7", "husky": "^9.1.7",
@ -149,9 +149,9 @@
} }
}, },
"node_modules/csv-parse": { "node_modules/csv-parse": {
"version": "5.6.0", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.6.0.tgz", "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.0.0.tgz",
"integrity": "sha512-l3nz3euub2QMg5ouu5U09Ew9Wf6/wQ8I++ch1loQ0ljmzhmfZYrH9fflS22i/PQEvsPvxCwxgz5q7UB8K1JO4Q==", "integrity": "sha512-6aB9WrymEruVDwQOwa5AuYk4/Gb+HaJgLHGKOA9BXTqgsIFvbdHzQzZOuqNCOooTGciPDaHzTlGkU5P6kYVUYw==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/debug": { "node_modules/debug": {
@ -489,9 +489,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/mysql2": { "node_modules/mysql2": {
"version": "3.14.1", "version": "3.14.2",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.14.1.tgz", "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.14.2.tgz",
"integrity": "sha512-7ytuPQJjQB8TNAYX/H2yhL+iQOnIBjAMam361R7UAL0lOVXWjtdrmoL9HYKqKoLp/8UUTRcvo1QPvK9KL7wA8w==", "integrity": "sha512-YD6mZMeoypmheHT6b2BrVmQFvouEpRICuvPIREulx2OvP1xAxxeqkMQqZSTBefv0PiOBKGYFa2zQtY+gf/4eQw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"aws-ssl-profiles": "^1.1.1", "aws-ssl-profiles": "^1.1.1",

View File

@ -21,9 +21,9 @@
"watch": "gulp watch" "watch": "gulp watch"
}, },
"dependencies": { "dependencies": {
"csv-parse": "^5.6.0", "csv-parse": "^6.0.0",
"dotenv": "^17.2.0", "dotenv": "^17.2.0",
"mysql2": "^3.14.1" "mysql2": "^3.14.2"
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.1.7", "husky": "^9.1.7",