From a3ffd13dbac3203adc583600e0591761c803105b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:33:18 +0000 Subject: [PATCH] chore(deps): bump the patch-updates group across 1 directory with 2 updates Bumps the patch-updates group with 2 updates in the / directory: [mysql2](https://github.com/sidorares/node-mysql2) and [openid-client](https://github.com/panva/openid-client). Updates `mysql2` from 3.22.2 to 3.22.3 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/compare/v3.22.2...v3.22.3) Updates `openid-client` from 6.8.3 to 6.8.4 - [Release notes](https://github.com/panva/openid-client/releases) - [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/panva/openid-client/compare/v6.8.3...v6.8.4) --- updated-dependencies: - dependency-name: mysql2 dependency-version: 3.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: openid-client dependency-version: 6.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++------------------------ package.json | 4 ++-- 2 files changed, 10 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index dafc855..0a5976d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,8 +29,8 @@ "lusca": "^1.7.0", "morgan": "^1.10.1", "multer": "^2.0.2", - "mysql2": "^3.15.1", - "openid-client": "^6.8.1", + "mysql2": "^3.22.3", + "openid-client": "^6.8.4", "passport": "^0.7.0", "passport-jwt": "^4.0.1", "passport-oauth2": "^1.8.0", @@ -5450,9 +5450,9 @@ } }, "node_modules/mysql2": { - "version": "3.22.2", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.2.tgz", - "integrity": "sha512-snC/L6YoCJPFpozZo3p3hiOlt9ItQ7sCnLSziFLlIttEzsPhrdcPT8g21BiQ7Oqif25W4Xq1IFuBzBvoFYDf0Q==", + "version": "3.22.3", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.3.tgz", + "integrity": "sha512-uWWxvZSRvRhtBdh2CdcuK83YcOfPdmEeEYB069bAmPnV93QApDGVPuvCQOLjlh7tYHEWdgQPrn6kosDxHBVLkA==", "license": "MIT", "dependencies": { "aws-ssl-profiles": "^1.1.2", @@ -5886,9 +5886,9 @@ "peer": true }, "node_modules/openid-client": { - "version": "6.8.3", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.8.3.tgz", - "integrity": "sha512-AoY/NaN9esS3+xvHInFSK0g3skSfeE0uqQAKRj4rB6/GsBIvzwTUaYo9+HcqpKIaP0dP85p5W07hayKgS4GAeA==", + "version": "6.8.4", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.8.4.tgz", + "integrity": "sha512-QSw0BA08piujetEwfZsHoTrDpMEha7GDZDicQqVwX4u0ChCjefvjDB++TZ8BTg76UpwhzIQgdvvfgfl3HpCSAw==", "license": "MIT", "dependencies": { "jose": "^6.2.2", @@ -8624,22 +8624,6 @@ } } }, - "node_modules/vitest/node_modules/yaml": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", - "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", - "extraneous": true, - "license": "ISC", - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" - } - }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index e1de97e..3f8e895 100644 --- a/package.json +++ b/package.json @@ -71,8 +71,8 @@ "lusca": "^1.7.0", "morgan": "^1.10.1", "multer": "^2.0.2", - "mysql2": "^3.15.1", - "openid-client": "^6.8.1", + "mysql2": "^3.22.3", + "openid-client": "^6.8.4", "passport": "^0.7.0", "passport-jwt": "^4.0.1", "passport-oauth2": "^1.8.0",