Skip to content

Commit b7aa85e

Browse files
Bump glob from 11.0.3 to 11.1.0
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](isaacs/node-glob@v11.0.3...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91369bd commit b7aa85e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rollup/plugin-babel": "^6.0.3",
1818
"@rollup/plugin-typescript": "^12.0.0",
1919
"@types/jest": "^29.5.12",
20-
"glob": "^11.0.0",
20+
"glob": "^12.0.0",
2121
"jest": "^29.6.2",
2222
"jest-extended": "^4.0.2",
2323
"lerna": "^8.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5197,9 +5197,9 @@ __metadata:
51975197
languageName: node
51985198
linkType: hard
51995199

5200-
"glob@npm:^11.0.0":
5201-
version: 11.1.0
5202-
resolution: "glob@npm:11.1.0"
5200+
"glob@npm:^12.0.0":
5201+
version: 12.0.0
5202+
resolution: "glob@npm:12.0.0"
52035203
dependencies:
52045204
foreground-child: "npm:^3.3.1"
52055205
jackspeak: "npm:^4.1.1"
@@ -5209,7 +5209,7 @@ __metadata:
52095209
path-scurry: "npm:^2.0.0"
52105210
bin:
52115211
glob: dist/esm/bin.mjs
5212-
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
5212+
checksum: 10c0/923fbb7e30913496dc1c30191edb7ebb610a26edac81710a5f697c718b08694bce7fb0245baceba5383472778a8431ff7c36571703507cc6563602d3c139c993
52135213
languageName: node
52145214
linkType: hard
52155215

@@ -8368,7 +8368,7 @@ __metadata:
83688368
"@rollup/plugin-babel": "npm:^6.0.3"
83698369
"@rollup/plugin-typescript": "npm:^12.0.0"
83708370
"@types/jest": "npm:^29.5.12"
8371-
glob: "npm:^11.0.0"
8371+
glob: "npm:^12.0.0"
83728372
jest: "npm:^29.6.2"
83738373
jest-extended: "npm:^4.0.2"
83748374
lerna: "npm:^8.0.0"

0 commit comments

Comments
 (0)