diff --git a/package-lock.json b/package-lock.json index 3e40305..826927c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "helmet": "^8.2.0", "i18n-iso-countries": "^7.12.0", "ini": "^7.0.0", - "mysql2": "^3.22.3", + "mysql2": "^3.22.4", "node-cache": "^5.1.2", "seq-logging": "^2.2.0" }, @@ -1071,9 +1071,9 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/mysql2": { - "version": "3.22.3", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.3.tgz", - "integrity": "sha512-uWWxvZSRvRhtBdh2CdcuK83YcOfPdmEeEYB069bAmPnV93QApDGVPuvCQOLjlh7tYHEWdgQPrn6kosDxHBVLkA==", + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.4.tgz", + "integrity": "sha512-CtXYlmL7ZamiYKbmqkamQHWJROUHSfm+f3kByzGfknw7kW51mcB2ouMUqYq1XfYxbXmnWo6RhPydx6OCqdgcmQ==", "dependencies": { "aws-ssl-profiles": "^1.1.2", "denque": "^2.1.0", @@ -2388,9 +2388,9 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "mysql2": { - "version": "3.22.3", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.3.tgz", - "integrity": "sha512-uWWxvZSRvRhtBdh2CdcuK83YcOfPdmEeEYB069bAmPnV93QApDGVPuvCQOLjlh7tYHEWdgQPrn6kosDxHBVLkA==", + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.4.tgz", + "integrity": "sha512-CtXYlmL7ZamiYKbmqkamQHWJROUHSfm+f3kByzGfknw7kW51mcB2ouMUqYq1XfYxbXmnWo6RhPydx6OCqdgcmQ==", "requires": { "aws-ssl-profiles": "^1.1.2", "denque": "^2.1.0", diff --git a/package.json b/package.json index 967621b..66bdd2a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "helmet": "^8.2.0", "i18n-iso-countries": "^7.12.0", "ini": "^7.0.0", - "mysql2": "^3.22.3", + "mysql2": "^3.22.4", "node-cache": "^5.1.2", "seq-logging": "^2.2.0" },