Skip to content

Commit

Permalink
Merge branch 'feature-multidomain' into md-clean-up-sync-global-listener
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhenkes authored Mar 29, 2022
2 parents 8204d49 + 04eabf0 commit b8fb819
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion browser-versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"chrome:beta": "100.0.4896.56",
"chrome:beta": "100.0.4896.60",
"chrome:stable": "99.0.4844.84"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress",
"version": "9.5.2",
"version": "9.5.3",
"description": "Cypress.io end to end testing tool",
"private": true,
"scripts": {
Expand Down Expand Up @@ -163,7 +163,7 @@
"mocha-multi-reporters": "1.1.7",
"mock-fs": "5.1.1",
"patch-package": "6.4.7",
"plist": "3.0.4",
"plist": "3.0.5",
"pluralize": "8.0.0",
"postinstall-postinstall": "2.0.0",
"prefixed-list": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"execa": "4.0.0",
"fs-extra": "9.1.0",
"lodash": "^4.17.21",
"plist": "3.0.4",
"plist": "3.0.5",
"semver": "7.3.5"
},
"devDependencies": {
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31307,7 +31307,15 @@ please-upgrade-node@^3.2.0:
dependencies:
semver-compare "^1.0.0"

plist@3.0.4, plist@^3.0.0, plist@^3.0.1:
plist@3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.5.tgz#2cbeb52d10e3cdccccf0c11a63a85d830970a987"
integrity sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA==
dependencies:
base64-js "^1.5.1"
xmlbuilder "^9.0.7"

plist@^3.0.0, plist@^3.0.1:
version "3.0.4"
resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.4.tgz#a62df837e3aed2bb3b735899d510c4f186019cbe"
integrity sha512-ksrr8y9+nXOxQB2osVNqrgvX/XQPOXaU4BQMKjYq8PvaY1U18mo+fKgBSwzK+luSyinOuPae956lSVcBwxlAMg==
Expand Down

0 comments on commit b8fb819

Please sign in to comment.