Skip to content

Commit cef3a3d

Browse files
fix(security): widen Dependabot scope and pin patched Next for webpack plugin
Remove dependabot.yml allow list so security updates are not limited to @codecov/rollup-plugin. Add next ^14.2.25 as a devDependency of @codecov/nextjs-webpack-plugin so pnpm resolves a patched 14.x for the peer range instead of vulnerable 14.2.10. Made-with: Cursor
1 parent 1818d99 commit cef3a3d

File tree

3 files changed

+28
-216
lines changed

3 files changed

+28
-216
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ updates:
77
directory: "/" # Location of package manifests
88
schedule:
99
interval: "daily"
10-
allow:
11-
- dependency-name: "@codecov/rollup-plugin"

packages/nextjs-webpack-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@vitest/coverage-v8": "^2.1.9",
5858
"codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0",
5959
"msw": "^2.7.0",
60+
"next": "^14.2.25",
6061
"ts-node": "^10.9.2",
6162
"typedoc": "^0.27.5",
6263
"typescript": "^5.3.3",

0 commit comments

Comments
 (0)