Skip to content

Commit 4761230

Browse files
fix(deps): update dependency glob to v11 [security] (#31746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d4c786 commit 4761230

File tree

5 files changed

+222
-122
lines changed

5 files changed

+222
-122
lines changed

apps/demos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"eslint-plugin-react-hooks": "^5.1.0",
127127
"eslint-plugin-react-perf": "3.3.2",
128128
"express": "4.21.1",
129-
"glob": "10.4.5",
129+
"glob": "11.1.0",
130130
"globals": "catalog:",
131131
"gulp": "4.0.2",
132132
"gulp-clean": "0.4.0",

e2e/testcafe-devextreme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devextreme": "workspace:*",
1616
"devextreme-screenshot-comparer": "2.0.17",
1717
"devextreme-testcafe-models": "workspace:*",
18-
"glob": "10.4.5",
18+
"glob": "11.1.0",
1919
"minimist": "1.2.8",
2020
"mockdate": "3.0.5",
2121
"nconf": "0.12.1",

packages/devextreme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"eslint-plugin-unicorn": "^60.0.0",
131131
"fancy-log": "2.0.0",
132132
"file-saver": "2.0.5",
133-
"glob": "10.4.5",
133+
"glob": "11.1.0",
134134
"globalize": "1.7.0",
135135
"globals": "catalog:",
136136
"gulp": "4.0.2",

packages/nx-infra-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"./package.json": "./package.json"
1313
},
1414
"dependencies": {
15-
"glob": "10.4.5",
15+
"glob": "11.1.0",
1616
"rimraf": "3.0.2"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)