From 594e2c64740a80c9df8e3dc46993b4fe9b2c5daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:35:02 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the /frontend directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware), [pdfjs-dist](https://github.com/mozilla/pdf.js) and [uuid](https://github.com/uuidjs/uuid). Updates `http-proxy-middleware` from 2.0.9 to 4.1.1 - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md) - [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.9...v4.1.1) Updates `pdfjs-dist` from 3.11.174 to 6.0.227 - [Release notes](https://github.com/mozilla/pdf.js/releases) - [Commits](https://github.com/mozilla/pdf.js/compare/v3.11.174...v6.0.227) Updates `uuid` from 9.0.1 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v14.0.0) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-version: 4.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: pdfjs-dist dependency-version: 6.0.227 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ba164307ee..c8397c05db 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,13 +28,13 @@ "file-saver": "^2.0.5", "framer-motion": "^11.2.10", "handlebars": "^4.7.9", - "http-proxy-middleware": "^2.0.6", + "http-proxy-middleware": "^4.1.1", "js-cookie": "^3.0.8", "js-yaml": "^4.1.0", "json-2-csv": "^5.5.1", "moment": "^2.29.4", "moment-timezone": "^0.5.45", - "pdfjs-dist": "^3.4.120", + "pdfjs-dist": "^6.0.227", "posthog-js": "^1.116.5", "prismjs": "^1.29.0", "react": "^18.2.0", @@ -54,7 +54,7 @@ "recharts": "^3.5.1", "remark-gfm": "^3.0.1", "socket.io-client": "^4.7.2", - "uuid": "^9.0.1", + "uuid": "^14.0.0", "zustand": "^4.3.8" }, "scripts": {