Releases: umihico/docker-playwright-lambda
Version Updates Wed Nov 20 02:26:41 UTC 2024
SHA256_DIGEST=8a98aa1e80e5d6ad7750d5bc163e25f07df83f532f6051819059e33925bab30f
NODE_VERSION=v22.11.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=131.0.6778.33
diff --git a/Dockerfile b/Dockerfile
index 33e3d13..4246d80 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM public.ecr.aws/lambda/nodejs@sha256:007cd808b9e613993c616a321ae4c30416b269df12b841e6b92fe67918402aa1
+FROM public.ecr.aws/lambda/nodejs@sha256:8a98aa1e80e5d6ad7750d5bc163e25f07df83f532f6051819059e33925bab30f
Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
RUN dnf update -y &&
diff --git a/README.md b/README.md
index ef39c77..54d1a11 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This is minimum demo of chrome automation by Node.js and playwright in AWS Lambd
This image goes with these versions. These are automatically updated and tested everyday.
-- Node.js v20.18.0
+- Node.js v22.11.0
- Chromium 131.0.6778.33
- Playwright 1.49.0
Version Updates Tue Nov 19 02:27:31 UTC 2024
SHA256_DIGEST=007cd808b9e613993c616a321ae4c30416b269df12b841e6b92fe67918402aa1
NODE_VERSION=v20.18.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=131.0.6778.33
diff --git a/Dockerfile b/Dockerfile
index 323af69..33e3d13 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM public.ecr.aws/lambda/nodejs@sha256:894fb0c78412fad1027642591abfb3d9ca65fc3ce0c7837e21109f4270af16cc
+FROM public.ecr.aws/lambda/nodejs@sha256:007cd808b9e613993c616a321ae4c30416b269df12b841e6b92fe67918402aa1
Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
RUN dnf update -y &&
diff --git a/README.md b/README.md
index d83d920..ef39c77 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of chrome automation by Node.js and playwright in AWS Lambd
This image goes with these versions. These are automatically updated and tested everyday.
- Node.js v20.18.0
-- Chromium 130.0.6723.31
-- Playwright 1.48.2
+- Chromium 131.0.6778.33
+- Playwright 1.49.0
Running the demo
diff --git a/package-lock.json b/package-lock.json
index bf71428..b2e1899 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {
-
"playwright": "^1.48.2"
-
},
"playwright": "^1.49.0" }
"node_modules/fsevents": {
@@ -25,11 +25,12 @@
}
},
"node_modules/playwright": {
-
"version": "1.48.2",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz",
-
"integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==",
-
"version": "1.49.0",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.0.tgz",
-
"integrity": "sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==",
-
"license": "Apache-2.0", "dependencies": {
-
"playwright-core": "1.48.2"
-
"playwright-core": "1.49.0" }, "bin": { "playwright": "cli.js"
@@ -42,9 +43,10 @@
}
},
"node_modules/playwright-core": {
-
"version": "1.48.2",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz",
-
"integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==",
-
"version": "1.49.0",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.0.tgz",
-
"integrity": "sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==",
-
"license": "Apache-2.0", "bin": { "playwright-core": "cli.js" },
diff --git a/package.json b/package.json
index feb1bbf..42ab426 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
- "playwright": "^1.48.2"
- "playwright": "^1.49.0"
}
}
Version Updates Sat Oct 26 02:18:07 UTC 2024
SHA256_DIGEST=894fb0c78412fad1027642591abfb3d9ca65fc3ce0c7837e21109f4270af16cc
NODE_VERSION=v20.18.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=130.0.6723.31
diff --git a/README.md b/README.md
index 8796939..d83d920 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested
- Node.js v20.18.0
- Chromium 130.0.6723.31
-- Playwright 1.48.1
+- Playwright 1.48.2
Running the demo
diff --git a/package-lock.json b/package-lock.json
index 4bfa866..bf71428 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {
-
"playwright": "^1.48.1"
-
},
"playwright": "^1.48.2" }
"node_modules/fsevents": {
@@ -25,11 +25,11 @@
}
},
"node_modules/playwright": {
-
"version": "1.48.1",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.1.tgz",
-
"integrity": "sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==",
-
"version": "1.48.2",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz",
-
"integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", "dependencies": {
-
"playwright-core": "1.48.1"
-
"playwright-core": "1.48.2" }, "bin": { "playwright": "cli.js"
@@ -42,9 +42,9 @@
}
},
"node_modules/playwright-core": {
-
"version": "1.48.1",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.1.tgz",
-
"integrity": "sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==",
-
"version": "1.48.2",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz",
-
"integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", "bin": { "playwright-core": "cli.js" },
diff --git a/package.json b/package.json
index 3709cb0..feb1bbf 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
- "playwright": "^1.48.1"
- "playwright": "^1.48.2"
}
}
Version Updates Thu Oct 17 02:21:58 UTC 2024
SHA256_DIGEST=894fb0c78412fad1027642591abfb3d9ca65fc3ce0c7837e21109f4270af16cc
NODE_VERSION=v20.18.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=130.0.6723.31
diff --git a/Dockerfile b/Dockerfile
index 2f98787..323af69 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM public.ecr.aws/lambda/nodejs@sha256:d846b18af23fe50dcf2d47af95892a71ac59df71a40b662bfef75a9e78e1cc30
+FROM public.ecr.aws/lambda/nodejs@sha256:894fb0c78412fad1027642591abfb3d9ca65fc3ce0c7837e21109f4270af16cc
Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
RUN dnf update -y &&
diff --git a/README.md b/README.md
index cbaad79..8796939 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested
- Node.js v20.18.0
- Chromium 130.0.6723.31
-- Playwright 1.48.0
+- Playwright 1.48.1
Running the demo
diff --git a/package-lock.json b/package-lock.json
index 1482a69..4bfa866 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {
-
"playwright": "^1.48.0"
-
},
"playwright": "^1.48.1" }
"node_modules/fsevents": {
@@ -25,12 +25,11 @@
}
},
"node_modules/playwright": {
-
"version": "1.48.0",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz",
-
"integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==",
-
"license": "Apache-2.0",
-
"version": "1.48.1",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.1.tgz",
-
"integrity": "sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==", "dependencies": {
-
"playwright-core": "1.48.0"
-
"playwright-core": "1.48.1" }, "bin": { "playwright": "cli.js"
@@ -43,10 +42,9 @@
}
},
"node_modules/playwright-core": {
-
"version": "1.48.0",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz",
-
"integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==",
-
"license": "Apache-2.0",
-
"version": "1.48.1",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.1.tgz",
-
"integrity": "sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==", "bin": { "playwright-core": "cli.js" },
diff --git a/package.json b/package.json
index 1648f33..3709cb0 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
- "playwright": "^1.48.0"
- "playwright": "^1.48.1"
}
}
Version Updates Tue Oct 15 02:22:38 UTC 2024
SHA256_DIGEST=d846b18af23fe50dcf2d47af95892a71ac59df71a40b662bfef75a9e78e1cc30
NODE_VERSION=v20.18.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=130.0.6723.31
diff --git a/Dockerfile b/Dockerfile
index ada67eb..2f98787 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM public.ecr.aws/lambda/nodejs@sha256:512196c8dd68a26091aa0391054fe5f4637f311607bea1a7ff5173a018855def
+FROM public.ecr.aws/lambda/nodejs@sha256:d846b18af23fe50dcf2d47af95892a71ac59df71a40b662bfef75a9e78e1cc30
Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
RUN dnf update -y &&
diff --git a/README.md b/README.md
index 57d3a4b..cbaad79 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This is minimum demo of chrome automation by Node.js and playwright in AWS Lambd
This image goes with these versions. These are automatically updated and tested everyday.
-- Node.js v20.17.0
+- Node.js v20.18.0
- Chromium 130.0.6723.31
- Playwright 1.48.0
Version Updates Wed Oct 9 02:21:19 UTC 2024
SHA256_DIGEST=512196c8dd68a26091aa0391054fe5f4637f311607bea1a7ff5173a018855def
NODE_VERSION=v20.17.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=130.0.6723.31
diff --git a/Dockerfile b/Dockerfile
index 1021e02..ada67eb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM public.ecr.aws/lambda/nodejs@sha256:6f7b84ff55c470396d978e651c3e41ca86b6ca262c885a5ad7ef4dc07dbe9013
+FROM public.ecr.aws/lambda/nodejs@sha256:512196c8dd68a26091aa0391054fe5f4637f311607bea1a7ff5173a018855def
Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
RUN dnf update -y &&
diff --git a/README.md b/README.md
index d447c7f..57d3a4b 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of chrome automation by Node.js and playwright in AWS Lambd
This image goes with these versions. These are automatically updated and tested everyday.
- Node.js v20.17.0
-- Chromium 129.0.6668.29
-- Playwright 1.47.2
+- Chromium 130.0.6723.31
+- Playwright 1.48.0
Running the demo
diff --git a/package-lock.json b/package-lock.json
index 73e020f..1482a69 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {
-
"playwright": "^1.47.2"
-
},
"playwright": "^1.48.0" }
"node_modules/fsevents": {
@@ -25,11 +25,12 @@
}
},
"node_modules/playwright": {
-
"version": "1.47.2",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz",
-
"integrity": "sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==",
-
"version": "1.48.0",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz",
-
"integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==",
-
"license": "Apache-2.0", "dependencies": {
-
"playwright-core": "1.47.2"
-
"playwright-core": "1.48.0" }, "bin": { "playwright": "cli.js"
@@ -42,9 +43,10 @@
}
},
"node_modules/playwright-core": {
-
"version": "1.47.2",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz",
-
"integrity": "sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==",
-
"version": "1.48.0",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz",
-
"integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==",
-
"license": "Apache-2.0", "bin": { "playwright-core": "cli.js" },
diff --git a/package.json b/package.json
index 59b19ca..1648f33 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
- "playwright": "^1.47.2"
- "playwright": "^1.48.0"
}
}
Version Updates Sat Sep 21 02:16:21 UTC 2024
SHA256_DIGEST=6f7b84ff55c470396d978e651c3e41ca86b6ca262c885a5ad7ef4dc07dbe9013
NODE_VERSION=v20.17.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=129.0.6668.29
diff --git a/README.md b/README.md
index 3526b97..d447c7f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested
- Node.js v20.17.0
- Chromium 129.0.6668.29
-- Playwright 1.47.1
+- Playwright 1.47.2
Running the demo
diff --git a/package-lock.json b/package-lock.json
index 8c3b2f2..73e020f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {
-
"playwright": "^1.47.1"
-
},
"playwright": "^1.47.2" }
"node_modules/fsevents": {
@@ -25,11 +25,11 @@
}
},
"node_modules/playwright": {
-
"version": "1.47.1",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.1.tgz",
-
"integrity": "sha512-SUEKi6947IqYbKxRiqnbUobVZY4bF1uu+ZnZNJX9DfU1tlf2UhWfvVjLf01pQx9URsOr18bFVUKXmanYWhbfkw==",
-
"version": "1.47.2",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz",
-
"integrity": "sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==", "dependencies": {
-
"playwright-core": "1.47.1"
-
"playwright-core": "1.47.2" }, "bin": { "playwright": "cli.js"
@@ -42,9 +42,9 @@
}
},
"node_modules/playwright-core": {
-
"version": "1.47.1",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.1.tgz",
-
"integrity": "sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ==",
-
"version": "1.47.2",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz",
-
"integrity": "sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==", "bin": { "playwright-core": "cli.js" },
diff --git a/package.json b/package.json
index 4a3c4c5..59b19ca 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
- "playwright": "^1.47.1"
- "playwright": "^1.47.2"
}
}
Version Updates Sat Sep 14 02:14:30 UTC 2024
SHA256_DIGEST=6f7b84ff55c470396d978e651c3e41ca86b6ca262c885a5ad7ef4dc07dbe9013
NODE_VERSION=v20.17.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=129.0.6668.29
diff --git a/Dockerfile b/Dockerfile
index 35cbd79..1021e02 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM public.ecr.aws/lambda/nodejs@sha256:6f463a70c6b22ad383ff22ab49ff3aeeecac5a26a75860e0704ea93f3aecafa0
+FROM public.ecr.aws/lambda/nodejs@sha256:6f7b84ff55c470396d978e651c3e41ca86b6ca262c885a5ad7ef4dc07dbe9013
Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
RUN dnf update -y &&
diff --git a/README.md b/README.md
index 2e60374..3526b97 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested
- Node.js v20.17.0
- Chromium 129.0.6668.29
-- Playwright 1.47.0
+- Playwright 1.47.1
Running the demo
diff --git a/package-lock.json b/package-lock.json
index da1ce3d..8c3b2f2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {
-
"playwright": "^1.47.0"
-
},
"playwright": "^1.47.1" }
"node_modules/fsevents": {
@@ -25,11 +25,11 @@
}
},
"node_modules/playwright": {
-
"version": "1.47.0",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.0.tgz",
-
"integrity": "sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==",
-
"version": "1.47.1",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.1.tgz",
-
"integrity": "sha512-SUEKi6947IqYbKxRiqnbUobVZY4bF1uu+ZnZNJX9DfU1tlf2UhWfvVjLf01pQx9URsOr18bFVUKXmanYWhbfkw==", "dependencies": {
-
"playwright-core": "1.47.0"
-
"playwright-core": "1.47.1" }, "bin": { "playwright": "cli.js"
@@ -42,9 +42,9 @@
}
},
"node_modules/playwright-core": {
-
"version": "1.47.0",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.0.tgz",
-
"integrity": "sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==",
-
"version": "1.47.1",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.1.tgz",
-
"integrity": "sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ==", "bin": { "playwright-core": "cli.js" },
diff --git a/package.json b/package.json
index d6cba6a..4a3c4c5 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
- "playwright": "^1.47.0"
- "playwright": "^1.47.1"
}
}
Version Updates Fri Sep 6 02:15:36 UTC 2024
SHA256_DIGEST=6f463a70c6b22ad383ff22ab49ff3aeeecac5a26a75860e0704ea93f3aecafa0
NODE_VERSION=v20.17.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=129.0.6668.29
diff --git a/Dockerfile b/Dockerfile
index 2628e65..35cbd79 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM public.ecr.aws/lambda/nodejs@sha256:5157f689593f24b54f55d4e535863a93b05bd756e1436ab34ae738c14fad11da
+FROM public.ecr.aws/lambda/nodejs@sha256:6f463a70c6b22ad383ff22ab49ff3aeeecac5a26a75860e0704ea93f3aecafa0
Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
RUN dnf update -y &&
diff --git a/README.md b/README.md
index da95f9c..2e60374 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ This is minimum demo of chrome automation by Node.js and playwright in AWS Lambd
This image goes with these versions. These are automatically updated and tested everyday.
-- Node.js v20.14.0
-- Chromium 128.0.6613.18
-- Playwright 1.46.1
+- Node.js v20.17.0
+- Chromium 129.0.6668.29
+- Playwright 1.47.0
Running the demo
diff --git a/package-lock.json b/package-lock.json
index 1135736..da1ce3d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {
-
"playwright": "^1.46.1"
-
},
"playwright": "^1.47.0" }
"node_modules/fsevents": {
@@ -25,11 +25,11 @@
}
},
"node_modules/playwright": {
-
"version": "1.46.1",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.1.tgz",
-
"integrity": "sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==",
-
"version": "1.47.0",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.0.tgz",
-
"integrity": "sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==", "dependencies": {
-
"playwright-core": "1.46.1"
-
"playwright-core": "1.47.0" }, "bin": { "playwright": "cli.js"
@@ -42,9 +42,9 @@
}
},
"node_modules/playwright-core": {
-
"version": "1.46.1",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz",
-
"integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==",
-
"version": "1.47.0",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.0.tgz",
-
"integrity": "sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==", "bin": { "playwright-core": "cli.js" },
diff --git a/package.json b/package.json
index 87e72e8..d6cba6a 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
- "playwright": "^1.46.1"
- "playwright": "^1.47.0"
}
}
Version Updates Sat Aug 17 02:06:24 UTC 2024
SHA256_DIGEST=5157f689593f24b54f55d4e535863a93b05bd756e1436ab34ae738c14fad11da
NODE_VERSION=v20.14.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=128.0.6613.18
diff --git a/README.md b/README.md
index c37c155..da95f9c 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested
- Node.js v20.14.0
- Chromium 128.0.6613.18
-- Playwright 1.46.0
+- Playwright 1.46.1
Running the demo
diff --git a/package-lock.json b/package-lock.json
index e1670c2..1135736 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {
-
"playwright": "^1.46.0"
-
},
"playwright": "^1.46.1" }
"node_modules/fsevents": {
@@ -25,11 +25,11 @@
}
},
"node_modules/playwright": {
-
"version": "1.46.0",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.0.tgz",
-
"integrity": "sha512-XYJ5WvfefWONh1uPAUAi0H2xXV5S3vrtcnXe6uAOgdGi3aSpqOSXX08IAjXW34xitfuOJsvXU5anXZxPSEQiJw==",
-
"version": "1.46.1",
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.1.tgz",
-
"integrity": "sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==", "dependencies": {
-
"playwright-core": "1.46.0"
-
"playwright-core": "1.46.1" }, "bin": { "playwright": "cli.js"
@@ -42,9 +42,9 @@
}
},
"node_modules/playwright-core": {
-
"version": "1.46.0",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.0.tgz",
-
"integrity": "sha512-9Y/d5UIwuJk8t3+lhmMSAJyNP1BUC/DqP3cQJDQQL/oWqAiuPTLgy7Q5dzglmTLwcBRdetzgNM/gni7ckfTr6A==",
-
"version": "1.46.1",
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz",
-
"integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==", "bin": { "playwright-core": "cli.js" },
diff --git a/package.json b/package.json
index 4616932..87e72e8 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
- "playwright": "^1.46.0"
- "playwright": "^1.46.1"
}
}