Skip to content

Commit 76f76de

Browse files
chore(deps): bump glob from 11.1.0 to 13.0.0 (#6166)
Bumps [glob](https://github.com/isaacs/node-glob) from 11.1.0 to 13.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.1.0...v13.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Knaack <[email protected]>
1 parent f17ca59 commit 76f76de

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

build-packages/check-public-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@sap-cloud-sdk/util": "^4.0.0",
2121
"@sap-cloud-sdk/generator-common": "^4.0.0",
2222
"@types/mock-fs": "^4.13.4",
23-
"glob": "^11.1.0",
23+
"glob": "^13.0.0",
2424
"mock-fs": "^5.5.0"
2525
},
2626
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"depcheck": "^1.4.7",
102102
"eslint": "^8.57.1",
103103
"execa": "^5.0.0",
104-
"glob": "^11.1.0",
104+
"glob": "^13.0.0",
105105
"jest": "^30.2.0",
106106
"jest-junit": "^16.0.0",
107107
"license-checker": "^25.0.1",

packages/generator-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@sap-cloud-sdk/util": "^4.1.2",
4444
"fast-levenshtein": "~3.0.0",
4545
"fs-extra": "^11.3.2",
46-
"glob": "^11.1.0",
46+
"glob": "^13.0.0",
4747
"typescript": "~5.9.3",
4848
"prettier": "^3.6.2",
4949
"yargs": "^17.7.2",

yarn.lock

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4477,7 +4477,7 @@ for-each@^0.3.3, for-each@^0.3.5:
44774477
dependencies:
44784478
is-callable "^1.2.7"
44794479

4480-
foreground-child@^3.1.0, foreground-child@^3.3.1:
4480+
foreground-child@^3.1.0:
44814481
version "3.3.1"
44824482
resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
44834483
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -4731,16 +4731,13 @@ glob@^10.3.10:
47314731
package-json-from-dist "^1.0.0"
47324732
path-scurry "^1.11.1"
47334733

4734-
glob@^11.1.0:
4735-
version "11.1.0"
4736-
resolved "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6"
4737-
integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
4734+
glob@^13.0.0:
4735+
version "13.0.0"
4736+
resolved "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
4737+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
47384738
dependencies:
4739-
foreground-child "^3.3.1"
4740-
jackspeak "^4.1.1"
47414739
minimatch "^10.1.1"
47424740
minipass "^7.1.2"
4743-
package-json-from-dist "^1.0.0"
47444741
path-scurry "^2.0.0"
47454742

47464743
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.2.3:
@@ -5481,13 +5478,6 @@ jackspeak@^3.1.2:
54815478
optionalDependencies:
54825479
"@pkgjs/parseargs" "^0.11.0"
54835480

5484-
jackspeak@^4.1.1:
5485-
version "4.1.1"
5486-
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
5487-
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
5488-
dependencies:
5489-
"@isaacs/cliui" "^8.0.2"
5490-
54915481
54925482
version "30.2.0"
54935483
resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-30.2.0.tgz#602266e478ed554e1e1469944faa7efd37cee61c"

0 commit comments

Comments
 (0)