renovate #49

Merged
root merged 1 commits from renovate into master 2025-07-29 23:51:13 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 6c8fa84709 - Show all commits

8
package-lock.json generated
View File

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

View File

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