renovate (#49)

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-29 23:51:11 +00:00
committed by root
parent 6c333c6601
commit ed874862c6
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"csv-parse": "^6.1.0", "csv-parse": "^6.1.0",
"dotenv": "^17.2.1", "dotenv": "^17.2.1",
"mysql2": "^3.14.2" "mysql2": "^3.14.3"
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.1.7", "husky": "^9.1.7",
@@ -489,9 +489,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/mysql2": { "node_modules/mysql2": {
"version": "3.14.2", "version": "3.14.3",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.14.2.tgz", "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.14.3.tgz",
"integrity": "sha512-YD6mZMeoypmheHT6b2BrVmQFvouEpRICuvPIREulx2OvP1xAxxeqkMQqZSTBefv0PiOBKGYFa2zQtY+gf/4eQw==", "integrity": "sha512-fD6MLV8XJ1KiNFIF0bS7Msl8eZyhlTDCDl75ajU5SJtpdx9ZPEACulJcqJWr1Y8OYyxsFc4j3+nflpmhxCU5aQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"aws-ssl-profiles": "^1.1.1", "aws-ssl-profiles": "^1.1.1",

View File

@@ -23,7 +23,7 @@
"dependencies": { "dependencies": {
"csv-parse": "^6.1.0", "csv-parse": "^6.1.0",
"dotenv": "^17.2.1", "dotenv": "^17.2.1",
"mysql2": "^3.14.2" "mysql2": "^3.14.3"
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.1.7", "husky": "^9.1.7",