Skip to content

Commit

Permalink
chore(deps-dev): bump @argos-ci/playwright from 1.8.0 to 1.9.1
Browse files Browse the repository at this point in the history
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/[email protected]/packages/playwright)

---
updated-dependencies:
- dependency-name: "@argos-ci/playwright"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed Feb 5, 2024
1 parent 74adeb8 commit ef94565
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion website-argos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
33 changes: 23 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@argos-ci/[email protected].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/[email protected].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"
Expand All @@ -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/[email protected]":
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"

Expand Down

0 comments on commit ef94565

Please sign in to comment.