Skip to content

Commit 344813c

Browse files
authored
Security: update @babel/plugin-transform-modules-systemjs, http-proxy-middleware, yaml, vite, @parcel/reporter-dev-server, esbuild, @babel/runtime, @eslint/plugin-kit (#33567)
1 parent 4c5ed4d commit 344813c

3 files changed

Lines changed: 887 additions & 1546 deletions

File tree

e2e/bundlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"jquery": "3.7.1",
1414
"minimist": "1.2.8",
1515
"@parcel/watcher-linux-x64-glibc": "2.5.0",
16-
"parcel": "2.16.1",
16+
"parcel": "2.16.4",
1717
"rimraf": "3.0.2",
1818
"rollup": "4.22.4",
1919
"vite": "5.4.19",

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,14 @@
6767
"pnpm": {
6868
"overrides": {
6969
"@parcel/watcher": "2.5.0",
70+
"@parcel/reporter-dev-server@>=1.6.1 <=2.16.3": "2.16.4",
71+
"@eslint/plugin-kit@<0.3.4": "^0.3.5",
7072
"@angular/common@>=19.0.0 <19.2.16": "^19.2.20",
7173
"@angular/compiler@>=19.0.0-next.0 <19.2.20": "^19.2.20",
7274
"@angular/core@>=19.0.0-next.0 <19.2.20": "^19.2.20",
7375
"@angular/platform-server@>=19.0.0-next.0 <19.2.20": "^19.2.20",
76+
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <=7.29.3": "7.29.4",
77+
"@babel/runtime@<7.26.10": "7.29.2",
7478
"@devexpress/callsite-record@^4.1.6": "4.1.7",
7579
"@hono/node-server@<1.19.13": "^1.19.13",
7680
"@isaacs/brace-expansion@<=5.0.0": "^5.0.1",
@@ -88,13 +92,15 @@
8892
"diff@>=4.0.0 <4.0.4": "4.0.4",
8993
"diff@>=5.0.0 <5.2.2": "5.2.2",
9094
"dompurify@<=3.3.1": "^3.3.2",
95+
"esbuild@<=0.24.2": "0.25.12",
9196
"express-rate-limit@>=8.2.0 <8.2.2": "^8.2.2",
9297
"fast-uri@<3.1.2": ">=3.1.2",
9398
"flatted@<3.4.0": "^3.4.0",
9499
"form-data@<2.5.4": "2.5.5",
95100
"form-data@>=4.0.0 <4.0.4": "^4.0.5",
96101
"glob@>=10.2.0 <10.5.0": "^10.5.0",
97102
"hono@<4.12.18": ">=4.12.18",
103+
"http-proxy-middleware@>=1.3.0 <2.0.9": "^2.0.9",
98104
"immutable@>=4.0.0-rc.1 <4.3.8": "^4.3.8",
99105
"immutable@>=5.0.0 <5.1.5": "^5.1.5",
100106
"json5@<1.0.2": "^2.2.3",
@@ -125,8 +131,10 @@
125131
"tough-cookie@<4.1.3": "^4.1.3",
126132
"underscore@<=1.13.7": "^1.13.8",
127133
"undici@<7.24.0": "^7.24.0",
134+
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
128135
"vite@>=5.0.0 <=5.4.20": "^5.4.21",
129-
"vite@>=6.0.0 <6.4.1": "^7.3.2",
136+
"vite@>=6.0.0 <=6.4.1": "^7.3.2",
137+
"vite@>=8.0.0 <=8.0.4": "^8.0.5",
130138
"vite@>=7.0.0 <=7.3.1": "^7.3.2",
131139
"caniuse-lite": "1.0.30001788"
132140
}

0 commit comments

Comments
 (0)