fix: upgrade mysql2 from 3.1.1 to 3.1.2

Snyk has created this PR to upgrade mysql2 from 3.1.1 to 3.1.2.

See this package in npm:
https://www.npmjs.com/package/mysql2

See this project in Snyk:
https://app.snyk.io/org/mystikfluu/project/c5b23892-809c-4121-9c2f-67962c7a4953?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-03-03 01:01:59 +00:00
parent d0c55797d3
commit 769dd6c1b8
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -20,7 +20,7 @@
"hcaptcha": "^0.1.1", "hcaptcha": "^0.1.1",
"html-minifier-terser": "^7.1.0", "html-minifier-terser": "^7.1.0",
"lru-cache": "^7.14.1", "lru-cache": "^7.14.1",
"mysql2": "^3.1.1", "mysql2": "^3.1.2",
"newrelic": "^9.8.0", "newrelic": "^9.8.0",
"sharp": "^0.30.7", "sharp": "^0.30.7",
"spdy": "^4.0.2", "spdy": "^4.0.2",
@ -1434,9 +1434,9 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}, },
"node_modules/mysql2": { "node_modules/mysql2": {
"version": "3.1.1", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.1.1.tgz", "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.1.2.tgz",
"integrity": "sha512-mXz4wEj7AIKPdHQJLJcvq8GJ75BDMH9K4V8Lthra8WH7o/xjV6TXp+dXAXDaMFkLa8YhdZr5X6rxIGQSHPPfhg==", "integrity": "sha512-NXz6sUvHSEOKz1jv3koSga7eb2dHrwD/mnPmqbbZzMRvjQcSpb0Eh0ectWyYt1U60CLlEbjoA3XYjjbbReRF5Q==",
"dependencies": { "dependencies": {
"denque": "^2.1.0", "denque": "^2.1.0",
"generate-function": "^2.3.1", "generate-function": "^2.3.1",
@ -3560,9 +3560,9 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}, },
"mysql2": { "mysql2": {
"version": "3.1.1", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.1.1.tgz", "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.1.2.tgz",
"integrity": "sha512-mXz4wEj7AIKPdHQJLJcvq8GJ75BDMH9K4V8Lthra8WH7o/xjV6TXp+dXAXDaMFkLa8YhdZr5X6rxIGQSHPPfhg==", "integrity": "sha512-NXz6sUvHSEOKz1jv3koSga7eb2dHrwD/mnPmqbbZzMRvjQcSpb0Eh0ectWyYt1U60CLlEbjoA3XYjjbbReRF5Q==",
"requires": { "requires": {
"denque": "^2.1.0", "denque": "^2.1.0",
"generate-function": "^2.3.1", "generate-function": "^2.3.1",

View File

@ -11,7 +11,7 @@
"hcaptcha": "^0.1.1", "hcaptcha": "^0.1.1",
"html-minifier-terser": "^7.1.0", "html-minifier-terser": "^7.1.0",
"lru-cache": "^7.14.1", "lru-cache": "^7.14.1",
"mysql2": "^3.1.1", "mysql2": "^3.1.2",
"newrelic": "^9.8.0", "newrelic": "^9.8.0",
"sharp": "^0.30.7", "sharp": "^0.30.7",
"spdy": "^4.0.2", "spdy": "^4.0.2",