From 700f89c6dfa48f7270f18a6891a5969dcb57fc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 09:24:25 +0000 Subject: [PATCH] chore(deps)(deps): bump the frontend-dependencies group Bumps the frontend-dependencies group in /frontend with 6 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1110.0` | `3.1125.0` | | [axios](https://github.com/axios/axios) | `1.19.0` | `1.20.0` | | [next](https://github.com/vercel/next.js) | `15.5.23` | `15.5.25` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.85.0` | `7.87.0` | | [react-pdf](https://github.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf) | `10.4.1` | `10.5.0` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.2` | `16.3.3` | Updates `@aws-sdk/client-s3` from 3.1110.0 to 3.1125.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.1125.0/clients/client-s3) Updates `axios` from 1.19.0 to 1.20.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.19.0...v1.20.0) Updates `next` from 15.5.23 to 15.5.25 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v15.5.23...v15.5.25) Updates `react-hook-form` from 7.85.0 to 7.87.0 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.85.0...v7.87.0) Updates `react-pdf` from 10.4.1 to 10.5.0 - [Release notes](https://github.com/wojtekmaj/react-pdf/releases) - [Commits](https://github.com/wojtekmaj/react-pdf/commits/v10.5.0/packages/react-pdf) Updates `@testing-library/react` from 16.3.2 to 16.3.3 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v16.3.2...v16.3.3) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.1125.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-dependencies - dependency-name: axios dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-dependencies - dependency-name: next dependency-version: 15.5.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-dependencies - dependency-name: react-hook-form dependency-version: 7.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-dependencies - dependency-name: react-pdf dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-dependencies - dependency-name: "@testing-library/react" dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-dependencies ... Signed-off-by: dependabot[bot] --- frontend/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 642910b..25b3494 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "test:watch": "vitest watch" }, "dependencies": { - "@aws-sdk/client-s3": "^3.1110.0", + "@aws-sdk/client-s3": "^3.1125.0", "@hookform/resolvers": "^4.1.3", "@monaco-editor/react": "^4.7.0", "@opndrive/s3-api": "workspace:*", @@ -37,7 +37,7 @@ "@use-gesture/react": "^10.3.1", "@vercel/analytics": "^2.0.1", "@vercel/speed-insights": "^2.0.0", - "axios": "^1.18.1", + "axios": "^1.20.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.4.0", @@ -46,13 +46,13 @@ "jsonwebtoken": "^9.0.3", "lodash": "^4.18.1", "lucide-react": "^0.577.0", - "next": "15.5.23", + "next": "15.5.25", "pdfjs-dist": "^5.7.284", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-hook-form": "^7.85.0", + "react-hook-form": "^7.87.0", "react-icons": "^5.7.0", - "react-pdf": "^10.4.1", + "react-pdf": "^10.5.0", "recharts": "^2.15.1", "tailwind-merge": "^3.6.0", "tailwindcss-animate": "^1.0.7", @@ -67,7 +67,7 @@ "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.20", "@testing-library/dom": "^10.4.1", - "@testing-library/react": "^16.3.2", + "@testing-library/react": "^16.3.3", "@types/jsonwebtoken": "^9.0.9", "@types/lodash": "^4.17.24", "@types/node": "^20",