Skip to content

Commit 5a8e2a1

Browse files
Bump glob from 10.4.5 to 11.1.0
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.1.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69069b1 commit 5a8e2a1

File tree

5 files changed

+104
-39
lines changed

5 files changed

+104
-39
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": "11.1.0",
129+
"glob": "12.0.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": "11.1.0",
18+
"glob": "12.0.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": "11.1.0",
133+
"glob": "12.0.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
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"fs-extra": "^11.2.0",
16-
"glob": "11.1.0",
16+
"glob": "12.0.0",
1717
"rimraf": "3.0.2"
1818
},
1919
"peerDependencies": {

0 commit comments

Comments
 (0)