Skip to content

Commit df85931

Browse files
fix(security): widen Dependabot scope and pin patched Next for webpac… (#309)
1 parent 1818d99 commit df85931

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)