Skip to content

Commit 1facb53

Browse files
authored
Add override for [email protected] to package.json
1 parent 3dbcca2 commit 1facb53

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/BenchmarksApps/Lighthouse/package-lock.json

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/BenchmarksApps/Lighthouse/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"lighthouse": "12.2.1",
1717
"open": "^10.0.4",
1818
"puppeteer": "^22.3.0"
19+
},
20+
"overrides": {
21+
"cookie@>0.4.0 <0.7.2": "0.7.2"
1922
}
2023
}

0 commit comments

Comments
 (0)