aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-14 14:34:43 +0000
committerGitHub <noreply@github.com>2025-10-14 14:34:43 +0000
commit333498890e7baee01220d75f80dcae9c038358ba (patch)
tree673bba4a98883f48f455018912ac8df98730409f /.devcontainer/devcontainer.json
parent5f7d7b0b8f7853ccdeff0b2e7b3cfeda1c49b98a (diff)
downloadpantry-333498890e7baee01220d75f80dcae9c038358ba.tar.gz
pantry-333498890e7baee01220d75f80dcae9c038358ba.tar.bz2
pantry-333498890e7baee01220d75f80dcae9c038358ba.zip
build(deps): bump playwright.version from 1.54.0 to 1.55.0 (#696)
* build(deps): bump playwright.version from 1.54.0 to 1.55.0 Bumps `playwright.version` from 1.54.0 to 1.55.0. Updates `com.microsoft.playwright:playwright` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.54.0...v1.55.0) Updates `com.microsoft.playwright:driver-bundle` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.54.0...v1.55.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.microsoft.playwright:driver-bundle dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update playwright devcontainer to 1.55.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin J Hoerr <kjhoerr@protonmail.com>
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 5f7aadc..a972349 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
{
"name": "Pantry",
- "image": "mcr.microsoft.com/playwright:v1.54.0-jammy",
+ "image": "mcr.microsoft.com/playwright:v1.55.0-jammy",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",