renovate #15

Merged
root merged 1 commits from renovate into master 2024-09-11 04:53:12 +00:00
2 changed files with 25 additions and 19 deletions

42
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"csv-parse": "^5.5.6",
"dotenv": "^16.4.5",
"mysql2": "^3.11.1"
"mysql2": "^3.11.2"
},
"devDependencies": {
"husky": "^9.1.5",
@ -513,12 +513,27 @@
"license": "Apache-2.0"
},
"node_modules/lru-cache": {
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-8.0.5.tgz",
"integrity": "sha512-MhWWlVnuab1RG5/zMRRcVGXZLCXrZTgfwMikgzCegsPnG62yDQo5JnqKkrK4jO5iKqDAZGItAqN5CtKBCBWRUA==",
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
"license": "ISC",
"engines": {
"node": ">=16.14"
"node": ">=12"
}
},
"node_modules/lru.min": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/lru.min/-/lru.min-1.1.0.tgz",
"integrity": "sha512-86xXMB6DiuKrTqkE/lRL0drlNh568awttBPJ7D66fzDHpy6NC5r3N+Ly/lKCS2zjmeGyvFDx670z0cD0PVBwGA==",
"license": "MIT",
"engines": {
"bun": ">=1.0.0",
"deno": ">=1.30.0",
"node": ">=8.0.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wellwelwel"
}
},
"node_modules/merge-stream": {
@ -576,9 +591,9 @@
"license": "MIT"
},
"node_modules/mysql2": {
"version": "3.11.1",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.1.tgz",
"integrity": "sha512-Oc8Zffd0gpIJnJ/NOMp6IiiJJDdWc7nmWpS+UE3K9feTpYia8XkbgL6EaOJYz52f6+2pAoC0eAQqUzal4lnNGQ==",
"version": "3.11.2",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.2.tgz",
"integrity": "sha512-3jhjAk4NHs3rcKjOiFTqmU76kdib/KDOC+lshrYa76QWkcfF1GbYGK4d5PqPljVmIAc0ChozCRmeYIlNp5bz5w==",
"license": "MIT",
"dependencies": {
"aws-ssl-profiles": "^1.1.1",
@ -586,7 +601,7 @@
"generate-function": "^2.3.1",
"iconv-lite": "^0.6.3",
"long": "^5.2.1",
"lru-cache": "^8.0.0",
"lru.min": "^1.0.0",
"named-placeholders": "^1.1.3",
"seq-queue": "^0.0.5",
"sqlstring": "^2.3.2"
@ -607,15 +622,6 @@
"node": ">=12.0.0"
}
},
"node_modules/named-placeholders/node_modules/lru-cache": {
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
"license": "ISC",
"engines": {
"node": ">=12"
}
},
"node_modules/npm-run-path": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",

View File

@ -23,7 +23,7 @@
"dependencies": {
"csv-parse": "^5.5.6",
"dotenv": "^16.4.5",
"mysql2": "^3.11.1"
"mysql2": "^3.11.2"
},
"devDependencies": {
"husky": "^9.1.5",