From 11b5211538a4a920355b0f643c57efbbdc112dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:36:51 +0000 Subject: [PATCH] Bump glob in /sdkjs-plugins/content/zotero/.dev/offline-files-update Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 11.1.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v11.0.3...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../offline-files-update/package-lock.json | 20 +++++++++---------- .../.dev/offline-files-update/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sdkjs-plugins/content/zotero/.dev/offline-files-update/package-lock.json b/sdkjs-plugins/content/zotero/.dev/offline-files-update/package-lock.json index 0e7348fe..3e544269 100644 --- a/sdkjs-plugins/content/zotero/.dev/offline-files-update/package-lock.json +++ b/sdkjs-plugins/content/zotero/.dev/offline-files-update/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "child_process": "^1.0.2", "fs-extra": "^11.3.1", - "glob": "^11.0.3" + "glob": "^11.1.0" } }, "node_modules/@isaacs/balanced-match": { @@ -157,14 +157,14 @@ } }, "node_modules/glob": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", - "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==", - "license": "ISC", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz", + "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==", + "license": "BlueOak-1.0.0", "dependencies": { "foreground-child": "^3.3.1", "jackspeak": "^4.1.1", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" @@ -237,10 +237,10 @@ } }, "node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", - "license": "ISC", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, diff --git a/sdkjs-plugins/content/zotero/.dev/offline-files-update/package.json b/sdkjs-plugins/content/zotero/.dev/offline-files-update/package.json index 81fefc80..5c7d2bc7 100644 --- a/sdkjs-plugins/content/zotero/.dev/offline-files-update/package.json +++ b/sdkjs-plugins/content/zotero/.dev/offline-files-update/package.json @@ -14,6 +14,6 @@ "dependencies": { "child_process": "^1.0.2", "fs-extra": "^11.3.1", - "glob": "^11.0.3" + "glob": "^11.1.0" } }