Skip to content

Commit ab1385e

Browse files
chore: Resolve rollup vuln (#191)
1 parent 6552110 commit ab1385e

File tree

15 files changed

+414
-625
lines changed

15 files changed

+414
-625
lines changed

.changeset/brave-bikes-wait.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@codecov/rollup-plugin": patch
3+
"@codecov/bundle-analyzer": patch
4+
"@codecov/bundler-plugin-core": patch
5+
"@codecov/nextjs-webpack-plugin": patch
6+
"@codecov/nuxt-plugin": patch
7+
"@codecov/remix-vite-plugin": patch
8+
"@codecov/solidstart-plugin": patch
9+
"@codecov/sveltekit-plugin": patch
10+
"@codecov/vite-plugin": patch
11+
"@codecov/webpack-plugin": patch
12+
---
13+
14+
Bump rollup versions

examples/bundle-analyzer-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@rollup/plugin-commonjs": "^25.0.7",
2727
"@rollup/plugin-node-resolve": "^15.2.3",
2828
"npm-run-all": "^4.1.5",
29-
"rollup": "^4.9.6",
29+
"rollup": "^4.22.4",
3030
"serve": "^14.2.1"
3131
},
3232
"volta": {

examples/oidc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^8.56.0",
2424
"eslint-plugin-react-hooks": "^4.6.0",
2525
"eslint-plugin-react-refresh": "^0.4.5",
26-
"rollup": "^4.9.6",
26+
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
2828
"vite": "^5.2.14"
2929
},

examples/rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rollup/plugin-commonjs": "^25.0.7",
1818
"@rollup/plugin-node-resolve": "^15.2.3",
1919
"npm-run-all": "^4.1.5",
20-
"rollup": "^4.9.6",
20+
"rollup": "^4.22.4",
2121
"serve": "^14.2.1"
2222
},
2323
"volta": {

examples/tokenless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^8.56.0",
2424
"eslint-plugin-react-hooks": "^4.6.0",
2525
"eslint-plugin-react-refresh": "^0.4.5",
26-
"rollup": "^4.9.6",
26+
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
2828
"vite": "^5.2.14"
2929
},

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^8.56.0",
2424
"eslint-plugin-react-hooks": "^4.6.0",
2525
"eslint-plugin-react-refresh": "^0.4.5",
26-
"rollup": "^4.9.6",
26+
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
2828
"vite": "^5.2.14"
2929
},

integration-tests/fixtures/generate-bundle-stats/nuxt/__snapshots__/nuxt-plugin.test.ts.snap

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`Generating nuxt stats 3 {"format":"amd","expected":"amd"} matches the s
77
"bundleName": StringContaining "test-nuxt-v3-client-amd",
88
"bundler": {
99
"name": "rollup",
10-
"version": "4.21.2",
10+
"version": "4.22.4",
1111
},
1212
"chunks": ExpectArrayContaining {},
1313
"duration": Any<Number>,
@@ -28,7 +28,7 @@ exports[`Generating nuxt stats 3 {"format":"amd","expected":"amd"} matches the s
2828
"bundleName": StringContaining "test-nuxt-v3-server-esm",
2929
"bundler": {
3030
"name": "rollup",
31-
"version": "4.21.2",
31+
"version": "4.22.4",
3232
},
3333
"chunks": ExpectArrayContaining {},
3434
"duration": Any<Number>,
@@ -49,7 +49,7 @@ exports[`Generating nuxt stats 3 {"format":"cjs","expected":"cjs"} matches the s
4949
"bundleName": StringContaining "test-nuxt-v3-client-cjs",
5050
"bundler": {
5151
"name": "rollup",
52-
"version": "4.21.2",
52+
"version": "4.22.4",
5353
},
5454
"chunks": ExpectArrayContaining {},
5555
"duration": Any<Number>,
@@ -70,7 +70,7 @@ exports[`Generating nuxt stats 3 {"format":"cjs","expected":"cjs"} matches the s
7070
"bundleName": StringContaining "test-nuxt-v3-server-esm",
7171
"bundler": {
7272
"name": "rollup",
73-
"version": "4.21.2",
73+
"version": "4.22.4",
7474
},
7575
"chunks": ExpectArrayContaining {},
7676
"duration": Any<Number>,
@@ -91,7 +91,7 @@ exports[`Generating nuxt stats 3 {"format":"es","expected":"esm"} matches the sn
9191
"bundleName": StringContaining "test-nuxt-v3-client-esm",
9292
"bundler": {
9393
"name": "rollup",
94-
"version": "4.21.2",
94+
"version": "4.22.4",
9595
},
9696
"chunks": ExpectArrayContaining {},
9797
"duration": Any<Number>,
@@ -112,7 +112,7 @@ exports[`Generating nuxt stats 3 {"format":"es","expected":"esm"} matches the sn
112112
"bundleName": StringContaining "test-nuxt-v3-server-esm",
113113
"bundler": {
114114
"name": "rollup",
115-
"version": "4.21.2",
115+
"version": "4.22.4",
116116
},
117117
"chunks": ExpectArrayContaining {},
118118
"duration": Any<Number>,
@@ -133,7 +133,7 @@ exports[`Generating nuxt stats 3 {"format":"esm","expected":"esm"} matches the s
133133
"bundleName": StringContaining "test-nuxt-v3-client-esm",
134134
"bundler": {
135135
"name": "rollup",
136-
"version": "4.21.2",
136+
"version": "4.22.4",
137137
},
138138
"chunks": ExpectArrayContaining {},
139139
"duration": Any<Number>,
@@ -154,7 +154,7 @@ exports[`Generating nuxt stats 3 {"format":"esm","expected":"esm"} matches the s
154154
"bundleName": StringContaining "test-nuxt-v3-server-esm",
155155
"bundler": {
156156
"name": "rollup",
157-
"version": "4.21.2",
157+
"version": "4.22.4",
158158
},
159159
"chunks": ExpectArrayContaining {},
160160
"duration": Any<Number>,
@@ -175,7 +175,7 @@ exports[`Generating nuxt stats 3 {"format":"module","expected":"esm"} matches th
175175
"bundleName": StringContaining "test-nuxt-v3-client-esm",
176176
"bundler": {
177177
"name": "rollup",
178-
"version": "4.21.2",
178+
"version": "4.22.4",
179179
},
180180
"chunks": ExpectArrayContaining {},
181181
"duration": Any<Number>,
@@ -196,7 +196,7 @@ exports[`Generating nuxt stats 3 {"format":"module","expected":"esm"} matches th
196196
"bundleName": StringContaining "test-nuxt-v3-server-esm",
197197
"bundler": {
198198
"name": "rollup",
199-
"version": "4.21.2",
199+
"version": "4.22.4",
200200
},
201201
"chunks": ExpectArrayContaining {},
202202
"duration": Any<Number>,
@@ -217,7 +217,7 @@ exports[`Generating nuxt stats 3 {"format":"iife","expected":"iife"} matches the
217217
"bundleName": StringContaining "test-nuxt-v3-client-iife",
218218
"bundler": {
219219
"name": "rollup",
220-
"version": "4.21.2",
220+
"version": "4.22.4",
221221
},
222222
"chunks": ExpectArrayContaining {},
223223
"duration": Any<Number>,
@@ -238,7 +238,7 @@ exports[`Generating nuxt stats 3 {"format":"iife","expected":"iife"} matches the
238238
"bundleName": StringContaining "test-nuxt-v3-server-esm",
239239
"bundler": {
240240
"name": "rollup",
241-
"version": "4.21.2",
241+
"version": "4.22.4",
242242
},
243243
"chunks": ExpectArrayContaining {},
244244
"duration": Any<Number>,
@@ -259,7 +259,7 @@ exports[`Generating nuxt stats 3 {"format":"umd","expected":"umd"} matches the s
259259
"bundleName": StringContaining "test-nuxt-v3-client-umd",
260260
"bundler": {
261261
"name": "rollup",
262-
"version": "4.21.2",
262+
"version": "4.22.4",
263263
},
264264
"chunks": ExpectArrayContaining {},
265265
"duration": Any<Number>,
@@ -280,7 +280,7 @@ exports[`Generating nuxt stats 3 {"format":"umd","expected":"umd"} matches the s
280280
"bundleName": StringContaining "test-nuxt-v3-server-esm",
281281
"bundler": {
282282
"name": "rollup",
283-
"version": "4.21.2",
283+
"version": "4.22.4",
284284
},
285285
"chunks": ExpectArrayContaining {},
286286
"duration": Any<Number>,
@@ -301,7 +301,7 @@ exports[`Generating nuxt stats 3 {"format":"system","expected":"system"} matches
301301
"bundleName": StringContaining "test-nuxt-v3-client-system",
302302
"bundler": {
303303
"name": "rollup",
304-
"version": "4.21.2",
304+
"version": "4.22.4",
305305
},
306306
"chunks": ExpectArrayContaining {},
307307
"duration": Any<Number>,
@@ -322,7 +322,7 @@ exports[`Generating nuxt stats 3 {"format":"system","expected":"system"} matches
322322
"bundleName": StringContaining "test-nuxt-v3-server-esm",
323323
"bundler": {
324324
"name": "rollup",
325-
"version": "4.21.2",
325+
"version": "4.22.4",
326326
},
327327
"chunks": ExpectArrayContaining {},
328328
"duration": Any<Number>,
@@ -343,7 +343,7 @@ exports[`Generating nuxt stats 3 {"format":"systemjs","expected":"system"} match
343343
"bundleName": StringContaining "test-nuxt-v3-client-system",
344344
"bundler": {
345345
"name": "rollup",
346-
"version": "4.21.2",
346+
"version": "4.22.4",
347347
},
348348
"chunks": ExpectArrayContaining {},
349349
"duration": Any<Number>,
@@ -364,7 +364,7 @@ exports[`Generating nuxt stats 3 {"format":"systemjs","expected":"system"} match
364364
"bundleName": StringContaining "test-nuxt-v3-server-esm",
365365
"bundler": {
366366
"name": "rollup",
367-
"version": "4.21.2",
367+
"version": "4.22.4",
368368
},
369369
"chunks": ExpectArrayContaining {},
370370
"duration": Any<Number>,

integration-tests/fixtures/generate-bundle-stats/remix/__snapshots__/remix-plugin.test.ts.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`Generating remix stats 2 {"format":"amd","expected":"amd"} matches the
77
"bundleName": StringContaining "test-remix-v2-client-amd",
88
"bundler": {
99
"name": "rollup",
10-
"version": "4.21.2",
10+
"version": "4.22.4",
1111
},
1212
"chunks": ExpectArrayContaining {},
1313
"duration": Any<Number>,
@@ -28,7 +28,7 @@ exports[`Generating remix stats 2 {"format":"amd","expected":"amd"} matches the
2828
"bundleName": StringContaining "test-remix-v2-server-esm",
2929
"bundler": {
3030
"name": "rollup",
31-
"version": "4.21.2",
31+
"version": "4.22.4",
3232
},
3333
"chunks": ExpectArrayContaining {},
3434
"duration": Any<Number>,
@@ -49,7 +49,7 @@ exports[`Generating remix stats 2 {"format":"cjs","expected":"cjs"} matches the
4949
"bundleName": StringContaining "test-remix-v2-client-cjs",
5050
"bundler": {
5151
"name": "rollup",
52-
"version": "4.21.2",
52+
"version": "4.22.4",
5353
},
5454
"chunks": ExpectArrayContaining {},
5555
"duration": Any<Number>,
@@ -70,7 +70,7 @@ exports[`Generating remix stats 2 {"format":"cjs","expected":"cjs"} matches the
7070
"bundleName": StringContaining "test-remix-v2-server-esm",
7171
"bundler": {
7272
"name": "rollup",
73-
"version": "4.21.2",
73+
"version": "4.22.4",
7474
},
7575
"chunks": ExpectArrayContaining {},
7676
"duration": Any<Number>,
@@ -91,7 +91,7 @@ exports[`Generating remix stats 2 {"format":"es","expected":"esm"} matches the s
9191
"bundleName": StringContaining "test-remix-v2-client-esm",
9292
"bundler": {
9393
"name": "rollup",
94-
"version": "4.21.2",
94+
"version": "4.22.4",
9595
},
9696
"chunks": ExpectArrayContaining {},
9797
"duration": Any<Number>,
@@ -112,7 +112,7 @@ exports[`Generating remix stats 2 {"format":"es","expected":"esm"} matches the s
112112
"bundleName": StringContaining "test-remix-v2-server-esm",
113113
"bundler": {
114114
"name": "rollup",
115-
"version": "4.21.2",
115+
"version": "4.22.4",
116116
},
117117
"chunks": ExpectArrayContaining {},
118118
"duration": Any<Number>,
@@ -133,7 +133,7 @@ exports[`Generating remix stats 2 {"format":"esm","expected":"esm"} matches the
133133
"bundleName": StringContaining "test-remix-v2-client-esm",
134134
"bundler": {
135135
"name": "rollup",
136-
"version": "4.21.2",
136+
"version": "4.22.4",
137137
},
138138
"chunks": ExpectArrayContaining {},
139139
"duration": Any<Number>,
@@ -154,7 +154,7 @@ exports[`Generating remix stats 2 {"format":"esm","expected":"esm"} matches the
154154
"bundleName": StringContaining "test-remix-v2-server-esm",
155155
"bundler": {
156156
"name": "rollup",
157-
"version": "4.21.2",
157+
"version": "4.22.4",
158158
},
159159
"chunks": ExpectArrayContaining {},
160160
"duration": Any<Number>,
@@ -175,7 +175,7 @@ exports[`Generating remix stats 2 {"format":"module","expected":"esm"} matches t
175175
"bundleName": StringContaining "test-remix-v2-client-esm",
176176
"bundler": {
177177
"name": "rollup",
178-
"version": "4.21.2",
178+
"version": "4.22.4",
179179
},
180180
"chunks": ExpectArrayContaining {},
181181
"duration": Any<Number>,
@@ -196,7 +196,7 @@ exports[`Generating remix stats 2 {"format":"module","expected":"esm"} matches t
196196
"bundleName": StringContaining "test-remix-v2-server-esm",
197197
"bundler": {
198198
"name": "rollup",
199-
"version": "4.21.2",
199+
"version": "4.22.4",
200200
},
201201
"chunks": ExpectArrayContaining {},
202202
"duration": Any<Number>,

0 commit comments

Comments
 (0)