Skip to content

Commit cf75a82

Browse files
authored
Security - Update tmp, vite, @eslint/plugin-kit and @parcel/reporter-dev-server (#33746)
1 parent 60c677a commit cf75a82

4 files changed

Lines changed: 468 additions & 526 deletions

File tree

e2e/bundlers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"cldrjs": "0.5.5",
1313
"jquery": "catalog:",
1414
"minimist": "1.2.8",
15-
"parcel": "2.16.1",
15+
"parcel": "2.16.4",
1616
"rimraf": "3.0.2",
1717
"rollup": "4.22.4",
18-
"vite": "5.4.21",
18+
"vite": "7.3.2",
1919
"webpack": "5.105.4",
2020
"webpack-cli": "4.10.0",
2121
"devextreme": "workspace:*",

e2e/bundlers/vite.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import rollupConfig from './rollup.config.mjs';
22

33
delete rollupConfig.output.file;
44

5+
rollupConfig.plugins = rollupConfig.plugins.filter(p => p.name !== 'commonjs');
6+
57
module.exports = {
68
build: {
79
outDir: './dist/dist_vite',

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,17 @@
120120
"sha.js@<=2.4.11": "^2.4.12",
121121
"socket.io-parser@>=4.0.0 <4.2.6": "^4.2.6",
122122
"tar@<=7.5.9": "^7.5.10",
123-
"tmp@<=0.2.3": "^0.2.4",
123+
"tmp@<0.2.6": ">=0.2.6",
124124
"tough-cookie@<4.1.3": "^4.1.3",
125125
"underscore@<=1.13.7": "^1.13.8",
126126
"undici@<7.24.0": "^7.24.0",
127127
"uuid@<14.0.0": "~14.0.0",
128-
"vite@>=6.0.0 <6.4.1": "^7.3.2",
128+
"vite@>=6.0.0 <=6.4.1": "^7.3.2",
129129
"vite@>=7.0.0 <=7.3.1": "^7.3.2",
130130
"webpack-dev-server@<=5.2.3": "^5.2.4",
131131
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
132-
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <7.29.4": "^7.29.4"
132+
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <7.29.4": "^7.29.4",
133+
"@eslint/plugin-kit@<0.3.4": ">=0.3.4"
133134
}
134135
},
135136
"packageManager": "pnpm@9.15.9",

0 commit comments

Comments
 (0)