Skip to content

Commit dc02352

Browse files
Bump fast-glob to ^3.3.3 (#44999)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d7c97b commit dc02352

File tree

10 files changed

+41
-41
lines changed

10 files changed

+41
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"eslint-plugin-react": "^7.37.3",
166166
"eslint-plugin-react-compiler": "0.0.0-experimental-75b9fd4-20240912",
167167
"eslint-plugin-react-hooks": "^5.0.0",
168-
"fast-glob": "^3.3.2",
168+
"fast-glob": "^3.3.3",
169169
"fs-extra": "^11.2.0",
170170
"globby": "^14.0.2",
171171
"karma": "^6.4.4",

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/react": "^19.0.6",
4747
"@types/uuid": "^10.0.0",
4848
"chai": "^4.5.0",
49-
"fast-glob": "^3.3.2",
49+
"fast-glob": "^3.3.3",
5050
"prettier": "^3.4.2",
5151
"rimraf": "^6.0.1"
5252
},

packages/api-docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@mui/internal-markdown": "workspace:^",
1616
"ast-types": "^0.14.2",
1717
"doctrine": "^3.0.0",
18-
"fast-glob": "^3.3.2",
18+
"fast-glob": "^3.3.3",
1919
"fs-extra": "^11.2.0",
2020
"lodash": "^4.17.21",
2121
"prettier": "^3.4.2",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/react-dom": "^19.0.2",
6060
"@types/sinon": "^17.0.3",
6161
"chai": "^4.5.0",
62-
"fast-glob": "^3.3.2",
62+
"fast-glob": "^3.3.3",
6363
"lodash": "^4.17.21",
6464
"react": "^19.0.0",
6565
"react-dom": "^19.0.0",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"chai": "^4.5.0",
5757
"chalk": "^5.4.1",
5858
"cross-fetch": "^4.1.0",
59-
"fast-glob": "^3.3.2",
59+
"fast-glob": "^3.3.3",
6060
"fs-extra": "^11.2.0",
6161
"lodash": "^4.17.21",
6262
"mustache": "^4.2.0",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/react-dom": "^19.0.2",
5757
"@types/sinon": "^17.0.3",
5858
"chai": "^4.5.0",
59-
"fast-glob": "^3.3.2",
59+
"fast-glob": "^3.3.3",
6060
"lodash": "^4.17.21",
6161
"next": "^15.1.3",
6262
"react": "^19.0.0",

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/sinon": "^17.0.3",
6565
"chai": "^4.5.0",
6666
"css-mediaquery": "^0.1.2",
67-
"fast-glob": "^3.3.2",
67+
"fast-glob": "^3.3.3",
6868
"fs-extra": "^11.2.0",
6969
"lodash": "^4.17.21",
7070
"playwright": "^1.48.2",

packages/mui-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react": "^19.0.6",
5959
"@types/sinon": "^17.0.3",
6060
"chai": "^4.5.0",
61-
"fast-glob": "^3.3.2",
61+
"fast-glob": "^3.3.3",
6262
"lodash": "^4.17.21",
6363
"react": "^19.0.0",
6464
"sinon": "^19.0.2",

pnpm-lock.yaml

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/sinon": "^17.0.3",
2626
"chai": "^4.5.0",
2727
"docs": "workspace:^",
28-
"fast-glob": "^3.3.2",
28+
"fast-glob": "^3.3.3",
2929
"fs-extra": "^11.2.0",
3030
"html-webpack-plugin": "^5.6.3",
3131
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)