Skip to content

Commit 31fb049

Browse files
authored
Fix dependabot alerts in monorepo (high, remaining critical) (#31991)
1 parent 8fb6d57 commit 31fb049

File tree

5 files changed

+19
-62
lines changed

5 files changed

+19
-62
lines changed

apps/demos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"eslint-plugin-no-only-tests": "catalog:eslint8",
122122
"eslint-plugin-react": "7.33.2",
123123
"eslint-plugin-react-perf": "3.3.2",
124-
"express": "4.21.1",
124+
"express": "4.21.2",
125125
"glob": "10.4.5",
126126
"gulp": "4.0.2",
127127
"gulp-clean": "0.4.0",

e2e/wrappers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devextreme-quill": "catalog:",
3636
"devextreme-react": "workspace:~",
3737
"devextreme-vue": "workspace:~",
38-
"express": "4.21.1",
38+
"express": "4.21.2",
3939
"inferno": "^8.2.0",
4040
"inferno-create-element": "^8.2.0",
4141
"jszip": "^3.10.1",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"axios@<1.8.2": "^1.13.2",
7373
"braces@<3.0.3": "^3.0.3",
7474
"semver@<5.7.2": "^5.7.2",
75-
"glob@>=10.2.0 <10.5.0": "^10.5.0"
75+
"glob@>=10.2.0 <10.5.0": "^10.5.0",
76+
"node-forge@<1.3.2": "^1.3.2"
7677
}
7778
},
7879
"packageManager": "[email protected]"

packages/devextreme-themebuilder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-no-only-tests": "catalog:",
4444
"@typescript-eslint/eslint-plugin": "catalog:",
4545
"@typescript-eslint/parser": "catalog:",
46-
"express": "4.21.1",
46+
"express": "4.21.2",
4747
"filing-cabinet": "4.1.6",
4848
"fs-extra": "11.2.0",
4949
"immutable": "4.3.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)