Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 6, 2023
1 parent 54a2b31 commit 846cac7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/browserless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"p-retry": "~4.6.1",
"p-timeout": "~4.1.0",
"require-one-of": "~1.0.16",
"superlock": "~1.0.0"
"superlock": "~1.0.1"
},
"devDependencies": {
"@browserless/test": "^9.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ora": "~5.4.1",
"picocolors": "~1.0.0",
"pretty-bytes": "~5.6.0",
"process-stats": "~3.5.6",
"process-stats": "~3.7.0",
"term-img": "~5.0.0",
"unique-random-array": "~2.0.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 @@ -31,7 +31,7 @@
"debug-logfmt": "~1.0.4",
"ensure-error": "~3.0.1",
"serialize-error": "~8.1.0",
"whoops": "~4.1.1"
"whoops": "~4.1.2"
},
"devDependencies": {
"ava": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"p-timeout": "~4.1.0",
"require-one-of": "~1.0.16",
"serialize-error": "~8.1.0",
"vm2": "~3.9.11"
"vm2": "~3.9.14"
},
"devDependencies": {
"@browserless/test": "^9.7.2",
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,17 +30,17 @@
],
"dependencies": {
"@browserless/devices": "^9.7.2",
"@cliqz/adblocker-puppeteer": "~1.25.0",
"@cliqz/adblocker-puppeteer": "~1.25.2",
"debug-logfmt": "~1.0.4",
"got": "~11.8.5",
"is-url-http": "~2.3.2",
"got": "~11.8.6",
"is-url-http": "~2.3.5",
"p-reflect": "~2.1.0",
"p-timeout": "~4.1.0",
"pretty-ms": "~7.0.1",
"shallow-equal": "~3.0.0",
"time-span": "~4.0.0",
"top-user-agents": "~1.0.45",
"tough-cookie": "~4.1.0",
"top-user-agents": "~1.0.50",
"tough-cookie": "~4.1.2",
"unique-random-array": "~2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@browserless/errors": "^9.7.2",
"debug-logfmt": "~1.0.4",
"lighthouse": "~9.6.2",
"lighthouse": "~9.6.8",
"p-retry": "~4.6.1",
"p-timeout": "~4.1.0",
"serialize-error": "~8.1.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"dependencies": {
"@browserless/goto": "^9.8.1",
"debug-logfmt": "~1.0.4",
"got": "~11.8.5",
"got": "~11.8.6",
"is-html-content": "~1.0.0",
"is-url-http": "~2.3.2",
"jimp": "~0.21.3",
"is-url-http": "~2.3.5",
"jimp": "~0.22.1",
"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.31.0",
"sharp": "~0.31.3",
"svg-gradient": "~1.0.3",
"time-span": "~4.0.0"
},
Expand Down

0 comments on commit 846cac7

Please sign in to comment.