Merge pull request #1323 from gnmyt/dependabot/npm_and_yarn/mysql2-3.16.0

chore(deps): bump mysql2 from 3.15.3 to 3.16.0
This commit is contained in:
github-actions[bot]
2025-12-16 21:05:03 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"decompress-targz": "^4.1.1",
"decompress-unzip": "^4.0.1",
"express": "^5.2.1",
"mysql2": "^3.15.3",
"mysql2": "^3.16.0",
"node-schedule": "^2.1.1",
"prom-client": "^15.1.3",
"satori": "^0.18.3",
@@ -2311,9 +2311,9 @@
"license": "MIT"
},
"node_modules/mysql2": {
"version": "3.15.3",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.15.3.tgz",
"integrity": "sha512-FBrGau0IXmuqg4haEZRBfHNWB5mUARw6hNwPDXXGg0XzVJ50mr/9hb267lvpVMnhZ1FON3qNd4Xfcez1rbFwSg==",
"version": "3.16.0",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.16.0.tgz",
"integrity": "sha512-AEGW7QLLSuSnjCS4pk3EIqOmogegmze9h8EyrndavUQnIUcfkVal/sK7QznE+a3bc6rzPbAiui9Jcb+96tPwYA==",
"dependencies": {
"aws-ssl-profiles": "^1.1.1",
"denque": "^2.1.0",
@@ -5590,9 +5590,9 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"mysql2": {
"version": "3.15.3",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.15.3.tgz",
"integrity": "sha512-FBrGau0IXmuqg4haEZRBfHNWB5mUARw6hNwPDXXGg0XzVJ50mr/9hb267lvpVMnhZ1FON3qNd4Xfcez1rbFwSg==",
"version": "3.16.0",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.16.0.tgz",
"integrity": "sha512-AEGW7QLLSuSnjCS4pk3EIqOmogegmze9h8EyrndavUQnIUcfkVal/sK7QznE+a3bc6rzPbAiui9Jcb+96tPwYA==",
"requires": {
"aws-ssl-profiles": "^1.1.1",
"denque": "^2.1.0",

View File

@@ -16,7 +16,7 @@
"decompress-targz": "^4.1.1",
"decompress-unzip": "^4.0.1",
"express": "^5.2.1",
"mysql2": "^3.15.3",
"mysql2": "^3.16.0",
"node-schedule": "^2.1.1",
"prom-client": "^15.1.3",
"satori": "^0.18.3",