mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
chore(deps-dev): bump @argos-ci/playwright from 1.8.0 to 1.9.1
Bumps [@argos-ci/playwright](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/playwright) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/argos-ci/argos-javascript/releases) - [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/playwright/CHANGELOG.md) - [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/playwright@1.9.1/packages/playwright) --- updated-dependencies: - dependency-name: "@argos-ci/playwright" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
74adeb863c
commit
ef9456573c
2 changed files with 24 additions and 11 deletions
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@argos-ci/cli": "^1.0.8",
|
||||
"@argos-ci/playwright": "^1.8.0",
|
||||
"@argos-ci/playwright": "^1.9.1",
|
||||
"@playwright/test": "1.41.2",
|
||||
"cheerio": "^1.0.0-rc.12"
|
||||
}
|
||||
|
|
|
|||
33
yarn.lock
33
yarn.lock
|
|
@ -166,10 +166,10 @@
|
|||
"@jridgewell/gen-mapping" "^0.3.0"
|
||||
"@jridgewell/trace-mapping" "^0.3.9"
|
||||
|
||||
"@argos-ci/browser@1.4.0":
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@argos-ci/browser/-/browser-1.4.0.tgz#01eb4aa01e1465d15275531c8874f6da387beaa3"
|
||||
integrity sha512-W/hfHnY9NiiFxST6mgQpGV/5OkUwQabpj7fkFG57fv8BMJF9qN3h7lvwMOEeTmWfFpwDPwuUj8zyqrIzy7Tzqw==
|
||||
"@argos-ci/browser@1.4.1":
|
||||
version "1.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@argos-ci/browser/-/browser-1.4.1.tgz#157347d76bca5697976000f7c4289bee498b7022"
|
||||
integrity sha512-XE5TZnoP+zKeV/Gm0pjuJUx0+xoCnVo4ajWBM2V6vyMAP8P+gO7v8HPHWXBLJoEGgF1Ij365fDA3R3+OMD5Hzw==
|
||||
|
||||
"@argos-ci/cli@^1.0.8":
|
||||
version "1.0.8"
|
||||
|
|
@ -194,13 +194,26 @@
|
|||
sharp "^0.32.5"
|
||||
tmp "^0.2.1"
|
||||
|
||||
"@argos-ci/playwright@^1.8.0":
|
||||
version "1.8.0"
|
||||
resolved "https://registry.yarnpkg.com/@argos-ci/playwright/-/playwright-1.8.0.tgz#2b530c11958d27429a9b654f391ed0e2bda1eed8"
|
||||
integrity sha512-w/dyVUK7gqf3btaMmO48eAAIYRl/TTkRYp/QwbGz0pn3lyq6TlZSiAGU0NmOWjN9UygPuifmxgR8g/feSrGYvg==
|
||||
"@argos-ci/core@1.5.3":
|
||||
version "1.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@argos-ci/core/-/core-1.5.3.tgz#4ebf0e5900b31d286c68a73dfa56e5d5bc5a4b49"
|
||||
integrity sha512-qODX23ou3CwagOFwtYZyvXPAd2fXOu5ntnH5MbQcSzP3TdK8H2wkacNaLwvLEVpOeT3jdrfoQvROInewMfbHxQ==
|
||||
dependencies:
|
||||
"@argos-ci/browser" "1.4.0"
|
||||
"@argos-ci/core" "1.5.1"
|
||||
"@argos-ci/util" "1.2.0"
|
||||
axios "^1.5.0"
|
||||
convict "^6.2.4"
|
||||
debug "^4.3.4"
|
||||
fast-glob "^3.3.1"
|
||||
sharp "^0.32.5"
|
||||
tmp "^0.2.1"
|
||||
|
||||
"@argos-ci/playwright@^1.9.1":
|
||||
version "1.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@argos-ci/playwright/-/playwright-1.9.1.tgz#970f058d67d86d73f8eb7be500f14bbf15ba77ba"
|
||||
integrity sha512-gh9upfhE+cyxCF3XTdAMcD+DXDWfWogJlYdL6Gc7litJX7h1yckBmO+deAtsh6xT58DfUIg4SJUjOHDq/CKzDw==
|
||||
dependencies:
|
||||
"@argos-ci/browser" "1.4.1"
|
||||
"@argos-ci/core" "1.5.3"
|
||||
"@argos-ci/util" "1.2.0"
|
||||
chalk "^5.3.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue