From 85790bd426f66186e17d8d8950cfc7c68c812758 Mon Sep 17 00:00:00 2001 From: "m.schnitzler" Date: Mon, 16 Sep 2024 00:06:34 +0000 Subject: [PATCH] renovate (#17) Co-authored-by: m.schnitzler Co-committed-by: m.schnitzler --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c184723..fd80369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "csv-parse": "^5.5.6", "dotenv": "^16.4.5", - "mysql2": "^3.11.2" + "mysql2": "^3.11.3" }, "devDependencies": { "husky": "^9.1.6", @@ -591,9 +591,9 @@ "license": "MIT" }, "node_modules/mysql2": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.2.tgz", - "integrity": "sha512-3jhjAk4NHs3rcKjOiFTqmU76kdib/KDOC+lshrYa76QWkcfF1GbYGK4d5PqPljVmIAc0ChozCRmeYIlNp5bz5w==", + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.3.tgz", + "integrity": "sha512-Qpu2ADfbKzyLdwC/5d4W7+5Yz7yBzCU05YWt5npWzACST37wJsB23wgOSo00qi043urkiRwXtEvJc9UnuLX/MQ==", "license": "MIT", "dependencies": { "aws-ssl-profiles": "^1.1.1", diff --git a/package.json b/package.json index 0ea4d51..2fe60d6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "csv-parse": "^5.5.6", "dotenv": "^16.4.5", - "mysql2": "^3.11.2" + "mysql2": "^3.11.3" }, "devDependencies": { "husky": "^9.1.6",