Skip to content

Commit

Permalink
build: update dependencies (#595)
Browse files Browse the repository at this point in the history
* build: update dependencies

* Update package.json
  • Loading branch information
Kikobeats authored Oct 14, 2024
1 parent b58a2ee commit 3b634cb
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions packages/browserless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@browserless/goto": "^10.6.0",
"@browserless/pdf": "^10.6.0",
"@browserless/screenshot": "^10.6.0",
"debug-logfmt": "~1.2.1",
"kill-process-group": "~1.0.7",
"debug-logfmt": "~1.2.3",
"kill-process-group": "~1.0.11",
"p-reflect": "~2.1.0",
"p-retry": "~4.6.1",
"p-timeout": "~4.1.0",
"require-one-of": "~1.0.19",
"superlock": "~1.1.0"
"superlock": "~1.2.0"
},
"devDependencies": {
"@browserless/test": "^10.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"beauty-error": "~1.2.18",
"browserless": "^10.6.0",
"dark-mode": "~3.0.0",
"dset": "~3.1.3",
"dset": "~3.1.4",
"mri": "~1.2.0",
"nanospinner": "~1.1.0",
"nestie": "~1.0.3",
"picocolors": "~1.0.0",
"picocolors": "~1.1.0",
"pretty-bytes": "~5.6.0",
"process-stats": "~3.7.7",
"restore-cursor": "~3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"qualified"
],
"dependencies": {
"debug-logfmt": "~1.2.1",
"debug-logfmt": "~1.2.3",
"ensure-error": "~3.0.1",
"serialize-error": "~8.1.0",
"whoops": "~4.1.7"
Expand Down
10 changes: 5 additions & 5 deletions packages/goto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
],
"dependencies": {
"@browserless/devices": "^10.5.2",
"@cliqz/adblocker-puppeteer": "~1.27.0",
"@kikobeats/time-span": "~1.0.3",
"debug-logfmt": "~1.2.1",
"@cliqz/adblocker-puppeteer": "~1.33.2",
"@kikobeats/time-span": "~1.0.5",
"debug-logfmt": "~1.2.3",
"got": "~11.8.6",
"is-url-http": "~2.3.7",
"is-url-http": "~2.3.8",
"p-reflect": "~2.1.0",
"p-timeout": "~4.1.0",
"pretty-ms": "~7.0.1",
"shallow-equal": "~3.1.0",
"tough-cookie": "~4.1.3"
"tough-cookie": "~5.0.0"
},
"devDependencies": {
"@browserless/test": "^10.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"stats"
],
"dependencies": {
"lighthouse": "~12.0.0"
"lighthouse": "~12.2.1"
},
"devDependencies": {
"@browserless/test": "^10.6.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
],
"dependencies": {
"@browserless/goto": "^10.6.0",
"@kikobeats/time-span": "~1.0.3",
"debug-logfmt": "~1.2.1",
"@kikobeats/time-span": "~1.0.5",
"debug-logfmt": "~1.2.3",
"got": "~11.8.6",
"is-html-content": "~1.0.0",
"is-url-http": "~2.3.7",
"jimp": "~1.2.0",
"is-url-http": "~2.3.8",
"jimp": "~1.6.0",
"map-values-deep": "~1.0.2",
"mime": "~3.0.0",
"p-reflect": "~2.1.0",
"pretty-ms": "~7.0.1",
"prism-themes": "~1.9.0",
"sharp": "~0.33.2",
"sharp": "~0.33.5",
"svg-gradient": "~1.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fs-extra": "latest",
"img-diff-js": "latest",
"pdf-parse": "latest",
"puppeteer": "23.3.0",
"puppeteer": "23.5.3",
"signal-exit": "latest",
"temperment": "latest"
},
Expand Down

0 comments on commit 3b634cb

Please sign in to comment.