Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/browserless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "The headless Chrome/Chromium driver on top of Puppeteer. Take screenshots, generate PDFs, extract text and HTML with a production-ready API.",
"homepage": "https://browserless.js.org",
"version": "10.12.5",
"main": "src/index.js",
"types": "index.d.ts",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
"name": "microlink.io",
Expand Down Expand Up @@ -39,27 +39,27 @@
"@browserless/goto": "^10.11.4",
"@browserless/pdf": "^10.12.5",
"@browserless/screenshot": "^10.12.5",
"debug-logfmt": "~1.4.8",
"debug-logfmt": "~1.4.10",
"kill-process-group": "~1.0.13",
"p-reflect": "~2.1.0",
"p-retry": "~4.6.1",
"p-timeout": "~4.1.0",
"require-one-of": "~1.0.24",
"superlock": "~1.2.6"
"superlock": "~1.2.7"
},
"devDependencies": {
"@browserless/test": "^10.11.4",
"ava": "5",
"ps-list": "7",
"puppeteer": "^24.37.5",
"puppeteer": "24",
"tinyspawn": "latest"
},
"engines": {
"node": ">= 24"
},
"files": [
"src",
"index.d.ts"
"index.d.ts",
"src"
],
"scripts": {
"test": "ava"
Expand Down
4 changes: 2 additions & 2 deletions packages/capture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
],
"dependencies": {
"@browserless/goto": "^10.11.4",
"debug-logfmt": "~1.4.8",
"ws": "~8.19.0"
"debug-logfmt": "~1.4.10",
"ws": "~8.20.0"
},
"devDependencies": {
"ava": "5"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@browserless/capture": "^10.11.6",
"beauty-error": "~1.2.21",
"beauty-error": "~1.2.22",
"browserless": "^10.12.5",
"dark-mode": "~3.0.0",
"dset": "~3.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"puppeteer"
],
"dependencies": {
"debug-logfmt": "~1.4.8",
"debug-logfmt": "~1.4.10",
"ensure-error": "~3.0.1",
"serialize-error": "~8.1.0",
"whoops": "~5.1.0"
"whoops": "~5.1.1"
},
"devDependencies": {
"ava": "5"
Expand Down
2 changes: 1 addition & 1 deletion packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"@browserless/errors": "^10.12.1",
"isolated-function": "~0.1.49",
"isolated-function": "~0.1.51",
"require-one-of": "~1.0.24"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/goto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
],
"dependencies": {
"@browserless/devices": "^10.11.3",
"@duckduckgo/autoconsent": "~14.56.0",
"@duckduckgo/autoconsent": "~14.67.0",
"@ghostery/adblocker-puppeteer": "~2.14.1",
"debug-logfmt": "~1.4.8",
"debug-logfmt": "~1.4.10",
"got": "~11.8.6",
"is-url-http": "~2.3.13",
"p-reflect": "~2.1.0",
"p-timeout": "~4.1.0",
"shallow-equal": "~3.1.0",
"tough-cookie": "~6.0.0"
"tough-cookie": "~6.0.1"
},
"devDependencies": {
"@browserless/test": "^10.11.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"@browserless/goto": "^10.11.4",
"@browserless/screenshot": "^10.12.5",
"@kikobeats/time-span": "~1.0.11",
"debug-logfmt": "~1.4.8",
"@kikobeats/time-span": "~1.0.12",
"debug-logfmt": "~1.4.10",
"pretty-ms": "~7.0.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/screencast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"video"
],
"dependencies": {
"null-prototype-object": "~1.2.5"
"null-prototype-object": "~1.2.6"
},
"devDependencies": {
"@browserless/test": "^10.11.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
],
"dependencies": {
"@browserless/goto": "^10.11.4",
"@kikobeats/content-type": "~1.0.3",
"@kikobeats/time-span": "~1.0.11",
"@kikobeats/content-type": "~1.0.4",
"@kikobeats/time-span": "~1.0.12",
"automad-prism-themes": "~0.3.7",
"debug-logfmt": "~1.4.8",
"debug-logfmt": "~1.4.10",
"got": "~11.8.6",
"is-html-content": "~1.0.0",
"is-url-http": "~2.3.13",
"lodash": "~4.17.23",
"lodash": "~4.18.1",
"map-values-deep": "~1.0.2",
"mime": "~3.0.0",
"null-prototype-object": "~1.2.5",
"null-prototype-object": "~1.2.6",
"p-reflect": "~2.1.0",
"pretty-ms": "~7.0.1",
"prism-themes": "~1.9.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/screenshot/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ test('graphics features', async t => {
Vulkan: 'Disabled',
WebGL: 'Hardware accelerated but at reduced performance',
WebGPU: 'Software only, hardware acceleration unavailable',
'WebGPU interop': 'Disabled',
WebNN: 'Disabled'
}
: {
Expand All @@ -63,6 +64,7 @@ test('graphics features', async t => {
'Video Encode': 'Hardware accelerated',
WebGL: 'Hardware accelerated but at reduced performance',
WebGPU: 'Software only, hardware acceleration unavailable',
'WebGPU interop': 'Disabled',
WebNN: 'Disabled'
}
)
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fs-extra": "latest",
"img-diff-js": "latest",
"pdf-parse": "latest",
"puppeteer": "24.37.5",
"puppeteer": "24",
"signal-exit": "latest",
"temperment": "latest"
},
Expand Down