Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
0239adc8a7 fix(deps): update dependency mysql2 to v3.17.3
Some checks failed
renovate/artifacts Artifact file update failure
2026-02-19 16:06:32 +00:00

12
package-lock.json generated
View File

@ -1965,9 +1965,9 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"node_modules/mysql2": {
"version": "3.17.4",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.17.4.tgz",
"integrity": "sha512-RnfuK5tyIuaiPMWOCTTl4vQX/mQXqSA8eoIbwvWccadvPGvh+BYWWVecInMS5s7wcLUkze8LqJzwB/+A4uwuAA==",
"version": "3.17.3",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.17.3.tgz",
"integrity": "sha512-uCLmQMe1l96Sb6J3Ii8YJTOWJkhRmxlLJFdOfhD68jPpGTzK2fxEkFMpf5gewyHgUB0FJKzuAuPhYS+oPB0/vA==",
"license": "MIT",
"dependencies": {
"aws-ssl-profiles": "^1.1.2",
@ -4167,9 +4167,9 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"mysql2": {
"version": "3.17.4",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.17.4.tgz",
"integrity": "sha512-RnfuK5tyIuaiPMWOCTTl4vQX/mQXqSA8eoIbwvWccadvPGvh+BYWWVecInMS5s7wcLUkze8LqJzwB/+A4uwuAA==",
"version": "3.17.3",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.17.3.tgz",
"integrity": "sha512-uCLmQMe1l96Sb6J3Ii8YJTOWJkhRmxlLJFdOfhD68jPpGTzK2fxEkFMpf5gewyHgUB0FJKzuAuPhYS+oPB0/vA==",
"requires": {
"aws-ssl-profiles": "^1.1.2",
"denque": "^2.1.0",