Skip to content

Commit e8e3707

Browse files
chore: Resolve rollup vuln
1 parent 7767739 commit e8e3707

File tree

7 files changed

+301
-351
lines changed

7 files changed

+301
-351
lines changed

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.10"
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.10"
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.10"
2929
},

packages/rollup-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vitest/coverage-v8": "^1.5.0",
5555
"codecovProdRollupPlugin": "npm:@codecov/[email protected]",
5656
"msw": "^2.1.5",
57-
"rollup": "4.9.6",
57+
"rollup": "4.22.4",
5858
"ts-node": "^10.9.2",
5959
"typedoc": "^0.25.12",
6060
"typescript": "^5.3.3",
@@ -63,7 +63,7 @@
6363
"vitest": "^1.5.0"
6464
},
6565
"peerDependencies": {
66-
"rollup": "3.x || 4.x"
66+
"rollup": ">=4.22.4 <5.0.0"
6767
},
6868
"volta": {
6969
"extends": "../../package.json"

0 commit comments

Comments
 (0)