From e609fcb6d71ac6dd9e92d896e1d7f706a70ebd7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:05:58 +0000 Subject: [PATCH] Bump the prod-patch-updates group across 1 directory with 2 updates Bumps the prod-patch-updates group with 2 updates in the /backend directory: [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) and [mysql2](https://github.com/sidorares/node-mysql2). Updates `@apidevtools/json-schema-ref-parser` from 16.0.0 to 16.0.1 - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases) - [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v16.0.0...v16.0.1) Updates `mysql2` from 3.24.2 to 3.24.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.24.2...v3.24.3) --- updated-dependencies: - dependency-name: "@apidevtools/json-schema-ref-parser" dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates - dependency-name: mysql2 dependency-version: 3.24.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates ... Signed-off-by: dependabot[bot] --- backend/package.json | 4 ++-- backend/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/package.json b/backend/package.json index 1686308b00..0e5c404f03 100644 --- a/backend/package.json +++ b/backend/package.json @@ -13,7 +13,7 @@ "regenerate-config": "node scripts/regenerate-config" }, "dependencies": { - "@apidevtools/json-schema-ref-parser": "^16.0.0", + "@apidevtools/json-schema-ref-parser": "^16.0.1", "ajv": "^8.20.0", "archiver": "^8.0.0", "batchflow": "^0.4.0", @@ -30,7 +30,7 @@ "liquidjs": "10.29.0", "lodash": "^4.18.1", "moment": "^2.30.1", - "mysql2": "^3.24.2", + "mysql2": "^3.24.3", "node-rsa": "^2.0.0", "objection": "3.1.5", "otplib": "^13.5.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index 87f1e555e6..e14b830416 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -9,10 +9,10 @@ dependencies: js-yaml "^4.2.0" -"@apidevtools/json-schema-ref-parser@^16.0.0": - version "16.0.0" - resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-16.0.0.tgz#3fddc23ab7ad61fd3d547f97e9bf197d2d1c164e" - integrity sha512-Am2KotB8TVU8McHvOOnmUiuVHwCs3dw3o16aOApAxEuY1XOlqQeT5mvGb35rhYa6/UtTTNHJwRe9aQFnLASi6Q== +"@apidevtools/json-schema-ref-parser@^16.0.1": + version "16.0.1" + resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-16.0.1.tgz#2615629fd5e852a11ef05a5868276f6a33e58447" + integrity sha512-JmQn9gXVZ83h3IgC+xXVmR4CXWbX1TTyQBj+q4d8BeJqDWSSD/Q3GbkrjhAbXCZxtjnlljOjyy0vio14vQjJtg== dependencies: js-yaml "^5.2.3" undici "^8.10.0" @@ -1471,10 +1471,10 @@ ms@^2.1.1, ms@^2.1.3: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -mysql2@^3.24.2: - version "3.24.2" - resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.24.2.tgz#7a3cb17bfa00a354be97cd6d0a37ba4592da5767" - integrity sha512-l9kXeKGwd6VCbSjmpO/bLWb+YCYpbvE4whte8ec6InXebvCNyEEydyRCnRU+TSHNqRLJ8B+Tk1uWb+vMCJgJzA== +mysql2@^3.24.3: + version "3.24.3" + resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.24.3.tgz#7d95d85e69e618d6bcd951e17b54d01b0048fc32" + integrity sha512-OKfWHkMAg9v06neq8FmSyhbxPQKABN9PAW5G9/bDTXzJBO5xXtkKL0V27vju7HQWk9UD4Od5BZsvCtBTB1CPEw== dependencies: aws-ssl-profiles "^1.1.2" generate-function "^2.3.1"