Merge pull request #1133 from gnmyt/dependabot/npm_and_yarn/mysql2-3.14.3

chore(deps): bump mysql2 from 3.14.2 to 3.14.3
This commit is contained in:
github-actions[bot]
2025-07-29 21:31:01 +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.1.0",
"mysql2": "^3.14.2",
"mysql2": "^3.14.3",
"node-schedule": "^2.1.1",
"prom-client": "^15.1.3",
"satori": "^0.16.1",
@@ -2293,9 +2293,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==",
"dependencies": {
"aws-ssl-profiles": "^1.1.1",
"denque": "^2.1.0",
@@ -5532,9 +5532,9 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"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==",
"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.1.0",
"mysql2": "^3.14.2",
"mysql2": "^3.14.3",
"node-schedule": "^2.1.1",
"prom-client": "^15.1.3",
"satori": "^0.16.1",