From e4d5e2a066ff4e3fedcb74b571c20ab66e21c79d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 08:28:46 +0000 Subject: [PATCH] chore(deps): bump glob from 11.0.3 to 12.0.0 Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 12.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v11.0.3...v12.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build-packages/check-public-api/package.json | 2 +- package.json | 2 +- packages/generator-common/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build-packages/check-public-api/package.json b/build-packages/check-public-api/package.json index dcf8c29163..d9d4f5f4a3 100644 --- a/build-packages/check-public-api/package.json +++ b/build-packages/check-public-api/package.json @@ -20,7 +20,7 @@ "@sap-cloud-sdk/util": "^4.0.0", "@sap-cloud-sdk/generator-common": "^4.0.0", "@types/mock-fs": "^4.13.4", - "glob": "^11.1.0", + "glob": "^12.0.0", "mock-fs": "^5.5.0" }, "devDependencies": { diff --git a/package.json b/package.json index 566464b456..45c85a1b6b 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "depcheck": "^1.4.7", "eslint": "^8.57.1", "execa": "^5.0.0", - "glob": "^11.1.0", + "glob": "^12.0.0", "jest": "^30.2.0", "jest-junit": "^16.0.0", "license-checker": "^25.0.1", diff --git a/packages/generator-common/package.json b/packages/generator-common/package.json index 324a7f0d47..2e69e3ef9e 100644 --- a/packages/generator-common/package.json +++ b/packages/generator-common/package.json @@ -43,7 +43,7 @@ "@sap-cloud-sdk/util": "^4.1.2", "fast-levenshtein": "~3.0.0", "fs-extra": "^11.3.2", - "glob": "^11.1.0", + "glob": "^12.0.0", "typescript": "~5.9.3", "prettier": "^3.6.2", "yargs": "^17.7.2", diff --git a/yarn.lock b/yarn.lock index 8c1929b8a3..ee49c17b0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4731,10 +4731,10 @@ glob@^10.3.10: package-json-from-dist "^1.0.0" path-scurry "^1.11.1" -glob@^11.1.0: - version "11.1.0" - resolved "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6" - integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw== +glob@^12.0.0: + version "12.0.0" + resolved "https://registry.npmjs.org/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443" + integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw== dependencies: foreground-child "^3.3.1" jackspeak "^4.1.1"