Merge branch 'master' of ssh://gitea.raphaelpiccolo.com:10022/root/dvf

This commit is contained in:
root 2024-06-15 09:53:43 +02:00
commit dd6deba1e2
No known key found for this signature in database
GPG Key ID: 4967812A078C3A4A
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"csv-parse": "^5.5.6", "csv-parse": "^5.5.6",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"mysql2": "^3.10.0" "mysql2": "^3.10.1"
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.0.11", "husky": "^9.0.11",
@ -538,9 +538,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/mysql2": { "node_modules/mysql2": {
"version": "3.10.0", "version": "3.10.1",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.10.0.tgz", "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.10.1.tgz",
"integrity": "sha512-qx0mfWYt1DpTPkw8mAcHW/OwqqyNqBLBHvY5IjN8+icIYTjt6znrgYJ+gxqNNRpVknb5Wc/gcCM4XjbCR0j5tw==", "integrity": "sha512-6zo1T3GILsXMCex3YEu7hCz2OXLUarxFsxvFcUHWMpkPtmZLeTTWgRdc1gWyNJiYt6AxITmIf9bZDRy/jAfWew==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"denque": "^2.1.0", "denque": "^2.1.0",

View File

@ -23,7 +23,7 @@
"dependencies": { "dependencies": {
"csv-parse": "^5.5.6", "csv-parse": "^5.5.6",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"mysql2": "^3.10.0" "mysql2": "^3.10.1"
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.0.11", "husky": "^9.0.11",