Skip to content

Commit dbbc081

Browse files
authored
Remove erroneous curly brace in src/BenchmarksApps/Lighthouse/package-lock.json (#2126)
* Remove erroneous curly brace in src/BenchmarksApps/Lighthouse/package-lock.json This got introduced in #2032 and newer versions of npm now fail to parse the package-lock.json * Add override for cookie@0.7.2 to package.json
1 parent 34e806f commit dbbc081

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/BenchmarksApps/Lighthouse/package-lock.json

Lines changed: 1 addition & 7 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)