From 4c18e15795630681fbb6930ca90f8ff0c8c6d5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 10:02:41 +0000 Subject: [PATCH] deps: Bump globby from 14.1.0 to 16.2.0 Bumps [globby](https://github.com/sindresorhus/globby) from 14.1.0 to 16.2.0. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](https://github.com/sindresorhus/globby/compare/v14.1.0...v16.2.0) --- updated-dependencies: - dependency-name: globby dependency-version: 16.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 68 +++++++++++------------------------ packages/fs/package.json | 2 +- packages/project/package.json | 2 +- 3 files changed, 22 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index 136313cc0a3..524f71724e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9591,17 +9591,17 @@ } }, "node_modules/globby": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-15.0.0.tgz", - "integrity": "sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz", + "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==", "license": "MIT", "dependencies": { "@sindresorhus/merge-streams": "^4.0.0", "fast-glob": "^3.3.3", "ignore": "^7.0.5", - "path-type": "^6.0.0", + "is-path-inside": "^4.0.0", "slash": "^5.1.0", - "unicorn-magic": "^0.3.0" + "unicorn-magic": "^0.4.0" }, "engines": { "node": ">=20" @@ -9619,6 +9619,18 @@ "node": ">= 4" } }, + "node_modules/globby/node_modules/unicorn-magic": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz", + "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==", + "license": "MIT", + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/gopd": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", @@ -13821,6 +13833,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz", "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==", + "dev": true, "license": "MIT", "engines": { "node": ">=18" @@ -18277,7 +18290,7 @@ "@ui5/logger": "^5.0.0-alpha.5", "async-mutex": "^0.5.0", "escape-string-regexp": "^5.0.0", - "globby": "^15.0.0", + "globby": "^16.2.0", "graceful-fs": "^4.2.11", "micromatch": "^4.0.8", "minimatch": "^10.2.5", @@ -18349,7 +18362,7 @@ "ajv-errors": "^3.0.0", "chalk": "^5.6.2", "escape-string-regexp": "^5.0.0", - "globby": "^14.1.0", + "globby": "^16.2.0", "graceful-fs": "^4.2.11", "js-yaml": "^4.2.0", "lockfile": "^1.0.4", @@ -18393,18 +18406,6 @@ } } }, - "packages/project/node_modules/@sindresorhus/merge-streams": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", - "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "packages/project/node_modules/escape-string-regexp": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", @@ -18417,35 +18418,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "packages/project/node_modules/globby": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz", - "integrity": "sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==", - "license": "MIT", - "dependencies": { - "@sindresorhus/merge-streams": "^2.1.0", - "fast-glob": "^3.3.3", - "ignore": "^7.0.3", - "path-type": "^6.0.0", - "slash": "^5.1.0", - "unicorn-magic": "^0.3.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "packages/project/node_modules/ignore": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", - "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, "packages/server": { "name": "@ui5/server", "version": "5.0.0-alpha.5", diff --git a/packages/fs/package.json b/packages/fs/package.json index 206781524a9..ef156fdbb44 100644 --- a/packages/fs/package.json +++ b/packages/fs/package.json @@ -59,7 +59,7 @@ "@ui5/logger": "^5.0.0-alpha.5", "async-mutex": "^0.5.0", "escape-string-regexp": "^5.0.0", - "globby": "^15.0.0", + "globby": "^16.2.0", "graceful-fs": "^4.2.11", "micromatch": "^4.0.8", "minimatch": "^10.2.5", diff --git a/packages/project/package.json b/packages/project/package.json index c55b2c9f866..7182c34a34b 100644 --- a/packages/project/package.json +++ b/packages/project/package.json @@ -65,7 +65,7 @@ "ajv-errors": "^3.0.0", "chalk": "^5.6.2", "escape-string-regexp": "^5.0.0", - "globby": "^14.1.0", + "globby": "^16.2.0", "graceful-fs": "^4.2.11", "js-yaml": "^4.2.0", "lockfile": "^1.0.4",