From d0841278a025da7421bfa865f505cb8dd17ce199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:24:01 +0000 Subject: [PATCH] chore(deps): bump the prod-minor-patch group Bumps the prod-minor-patch group in /apps/server with 5 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1032.0` | `3.1037.0` | | [@prisma/adapter-mariadb](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-planetscale) | `7.7.0` | `7.8.0` | | [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `7.7.0` | `7.8.0` | | [@scalar/hono-api-reference](https://github.com/scalar/scalar/tree/HEAD/integrations/hono) | `0.10.9` | `0.10.10` | | [hono](https://github.com/honojs/hono) | `4.12.14` | `4.12.15` | Updates `@aws-sdk/client-s3` from 3.1032.0 to 3.1037.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1037.0/clients/client-s3) Updates `@prisma/adapter-mariadb` from 7.7.0 to 7.8.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.8.0/packages/adapter-planetscale) Updates `@prisma/client` from 7.7.0 to 7.8.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.8.0/packages/client) Updates `@scalar/hono-api-reference` from 0.10.9 to 0.10.10 - [Release notes](https://github.com/scalar/scalar/releases) - [Changelog](https://github.com/scalar/scalar/blob/main/integrations/hono/CHANGELOG.md) - [Commits](https://github.com/scalar/scalar/commits/HEAD/integrations/hono) Updates `hono` from 4.12.14 to 4.12.15 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.14...v4.12.15) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.1037.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch - dependency-name: "@prisma/adapter-mariadb" dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch - dependency-name: "@prisma/client" dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch - dependency-name: "@scalar/hono-api-reference" dependency-version: 0.10.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: hono dependency-version: 4.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch ... Signed-off-by: dependabot[bot] --- apps/server/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/server/package.json b/apps/server/package.json index c95887b..afe6370 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -36,15 +36,15 @@ "author": "Martin Křivda", "license": "GPL-3.0", "dependencies": { - "@aws-sdk/client-s3": "^3.1032.0", + "@aws-sdk/client-s3": "^3.1037.0", "@graphql-tools/schema": "^9.0.19", "@hono/node-server": "^2.0.0", "@hono/zod-openapi": "^1.3.0", "@node-oauth/oauth2-server": "^5.3.0", - "@prisma/adapter-mariadb": "^7.7.0", - "@prisma/client": "^7.7.0", + "@prisma/adapter-mariadb": "^7.8.0", + "@prisma/client": "^7.8.0", "@repo/shared": "workspace:*", - "@scalar/hono-api-reference": "^0.10.9", + "@scalar/hono-api-reference": "^0.10.10", "@sendgrid/mail": "^8.1.6", "@xmldom/xmldom": "^0.9.10", "argon2": "^0.44.0", @@ -55,7 +55,7 @@ "graphql-subscriptions": "^3.0.0", "graphql-yoga": "^5.21.0", "graphql-ws": "^6.0.8", - "hono": "^4.12.14", + "hono": "^4.12.15", "hono-rate-limiter": "^0.5.3", "jsonwebtoken": "^9.0.3", "lodash.merge": "^4.6.2",