Skip to content

Commit f5bc951

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 89f5f04 commit f5bc951

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

packages/lint-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-eslint-comments": "^3.2.0",
2727
"eslint-plugin-jest": "^29.0.1",
2828
"eslint-plugin-react": "^7.37.5",
29-
"glob": "^11.0.3",
29+
"glob": "^11.1.0",
3030
"prettier": "^3.6.2",
3131
"react": "^19.1.1",
3232
"react-native": "^0.81.4",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"alex": "^11.0.1",
6969
"case-police": "^1.0.0",
7070
"eslint": "^9.39.1",
71-
"glob": "^11.0.3",
71+
"glob": "^11.1.0",
7272
"prettier": "^3.6.2",
7373
"remark-cli": "^12.0.1",
7474
"sass": "1.94.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4209,7 +4209,7 @@ __metadata:
42094209
eslint-plugin-eslint-comments: "npm:^3.2.0"
42104210
eslint-plugin-jest: "npm:^29.0.1"
42114211
eslint-plugin-react: "npm:^7.37.5"
4212-
glob: "npm:^11.0.3"
4212+
glob: "npm:^11.1.0"
42134213
prettier: "npm:^3.6.2"
42144214
react: "npm:^19.1.1"
42154215
react-native: "npm:^0.81.4"
@@ -10498,19 +10498,19 @@ __metadata:
1049810498
languageName: node
1049910499
linkType: hard
1050010500

10501-
"glob@npm:^11.0.3":
10502-
version: 11.0.3
10503-
resolution: "glob@npm:11.0.3"
10501+
"glob@npm:^11.1.0":
10502+
version: 11.1.0
10503+
resolution: "glob@npm:11.1.0"
1050410504
dependencies:
1050510505
foreground-child: "npm:^3.3.1"
1050610506
jackspeak: "npm:^4.1.1"
10507-
minimatch: "npm:^10.0.3"
10507+
minimatch: "npm:^10.1.1"
1050810508
minipass: "npm:^7.1.2"
1050910509
package-json-from-dist: "npm:^1.0.0"
1051010510
path-scurry: "npm:^2.0.0"
1051110511
bin:
1051210512
glob: dist/esm/bin.mjs
10513-
checksum: 10c0/7d24457549ec2903920dfa3d8e76850e7c02aa709122f0164b240c712f5455c0b457e6f2a1eee39344c6148e39895be8094ae8cfef7ccc3296ed30bce250c661
10513+
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
1051410514
languageName: node
1051510515
linkType: hard
1051610516

@@ -15282,12 +15282,12 @@ __metadata:
1528215282
languageName: node
1528315283
linkType: hard
1528415284

15285-
"minimatch@npm:^10.0.3":
15286-
version: 10.0.3
15287-
resolution: "minimatch@npm:10.0.3"
15285+
"minimatch@npm:^10.1.1":
15286+
version: 10.1.1
15287+
resolution: "minimatch@npm:10.1.1"
1528815288
dependencies:
1528915289
"@isaacs/brace-expansion": "npm:^5.0.0"
15290-
checksum: 10c0/e43e4a905c5d70ac4cec8530ceaeccb9c544b1ba8ac45238e2a78121a01c17ff0c373346472d221872563204eabe929ad02669bb575cb1f0cc30facab369f70f
15290+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
1529115291
languageName: node
1529215292
linkType: hard
1529315293

@@ -17824,7 +17824,7 @@ __metadata:
1782417824
case-police: "npm:^1.0.0"
1782517825
docusaurus-plugin-sass: "npm:^0.2.6"
1782617826
eslint: "npm:^9.39.1"
17827-
glob: "npm:^11.0.3"
17827+
glob: "npm:^11.1.0"
1782817828
prettier: "npm:^3.6.2"
1782917829
react: "npm:^19.1.1"
1783017830
react-dom: "npm:^19.1.1"

0 commit comments

Comments
 (0)