Skip to content

Commit 351c899

Browse files
chore(deps): bump glob from 11.0.1 to 11.0.2 (#5747)
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.1 to 11.0.2. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.1...v11.0.2) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca0b74d commit 351c899

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.0.1",
23+
"glob": "^11.0.2",
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.0.1",
104+
"glob": "^11.0.2",
105105
"jest": "^29.7.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
@@ -39,7 +39,7 @@
3939
"@sap-cloud-sdk/util": "^4.0.2",
4040
"fast-levenshtein": "~3.0.0",
4141
"fs-extra": "^11.3.0",
42-
"glob": "^11.0.1",
42+
"glob": "^11.0.2",
4343
"typescript": "~5.8.3",
4444
"prettier": "^3.5.3",
4545
"yargs": "^17.7.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5102,10 +5102,10 @@ glob-parent@^6.0.2:
51025102
dependencies:
51035103
is-glob "^4.0.3"
51045104

5105-
glob@^11.0.1:
5106-
version "11.0.1"
5107-
resolved "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
5108-
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
5105+
glob@^11.0.2:
5106+
version "11.0.2"
5107+
resolved "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
5108+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
51095109
dependencies:
51105110
foreground-child "^3.1.0"
51115111
jackspeak "^4.0.1"

0 commit comments

Comments
 (0)