From 3a43fde2cc807e2ceed4014fa909d57d452dad11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:09:43 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /demos/embeddings directory: [minimatch](https://github.com/isaacs/minimatch). Bumps the npm_and_yarn group with 1 update in the /demos/extractor directory: [multer](https://github.com/expressjs/multer). Updates `minimatch` from 10.2.1 to 10.2.4 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.1...v10.2.4) Updates `multer` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: multer dependency-version: 2.1.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- demos/embeddings/package-lock.json | 8 ++++---- demos/extractor/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demos/embeddings/package-lock.json b/demos/embeddings/package-lock.json index 66860fd78..d2bdff594 100644 --- a/demos/embeddings/package-lock.json +++ b/demos/embeddings/package-lock.json @@ -746,15 +746,15 @@ } }, "node_modules/minimatch": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", - "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", + "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", "license": "BlueOak-1.0.0", "dependencies": { "brace-expansion": "^5.0.2" }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/demos/extractor/package.json b/demos/extractor/package.json index 20e343aca..95b1cc842 100644 --- a/demos/extractor/package.json +++ b/demos/extractor/package.json @@ -18,7 +18,7 @@ "dependencies": { "express": "^4.18.2", "cors": "^2.8.5", - "multer": "2.0.2", + "multer": "2.1.0", "pdf-data-extractor": "^1.0.1" }, "devDependencies": {