Skip to content

Commit 6ab6b0b

Browse files
committed
Fix cookie package in sentry
1 parent c926a22 commit 6ab6b0b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/BenchmarksApps/Lighthouse/package-lock.json

Lines changed: 3 additions & 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"license": "ISC",
1212
"description": "",
1313
"dependencies": {
14-
"cookie": "^0.7.0",
14+
"cookie": "0.7.2",
1515
"commander": "^12.0.0",
16-
"lighthouse": "^12.2.1",
16+
"lighthouse": "12.2.1",
1717
"open": "^10.0.4",
1818
"puppeteer": "^22.3.0"
1919
}

0 commit comments

Comments
 (0)