Skip to content

Commit 17d0dc5

Browse files
chore(deps): update dev dependency cypress to v4.11.0 (#824)
Co-authored-by: Renovate Bot <[email protected]>
1 parent cb5cb58 commit 17d0dc5

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

tests/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"react-dom": "16.13.1"
1717
},
1818
"devDependencies": {
19-
"cypress": "4.10.0"
19+
"cypress": "4.11.0"
2020
}
2121
}

tests/web-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@wdio/junit-reporter": "5.18.6",
1818
"@wdio/local-runner": "^5.18.6",
1919
"@wdio/mocha-framework": "5.18.6",
20-
"cypress": "4.10.0"
20+
"cypress": "4.11.0"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -910,10 +910,10 @@ css-value@^0.0.1:
910910
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
911911
integrity sha1-Xv1sLupeof1rasV+wEJ7GEUkJOo=
912912

913-
cypress@4.10.0:
914-
version "4.10.0"
915-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-4.10.0.tgz#6b507f4637af6a65ea285953f899951d65e82416"
916-
integrity sha512-eFv1WPp4zFrAgZ6mwherBGVsTpHvay/hEF5F7U7yfAkTxsUQn/ZG/LdX67fIi3bKDTQXYzFv/CvywlQSeug8Bg==
913+
cypress@4.11.0:
914+
version "4.11.0"
915+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-4.11.0.tgz#054b0b85fd3aea793f186249ee1216126d5f0a7e"
916+
integrity sha512-6Yd598+KPATM+dU1Ig0g2hbA+R/o1MAKt0xIejw4nZBVLSplCouBzqeKve6XsxGU6n4HMSt/+QYsWfFcoQeSEw==
917917
dependencies:
918918
"@cypress/listr-verbose-renderer" "0.4.1"
919919
"@cypress/request" "2.88.5"
@@ -939,7 +939,7 @@ [email protected]:
939939
is-installed-globally "0.3.2"
940940
lazy-ass "1.6.0"
941941
listr "0.14.3"
942-
lodash "4.17.15"
942+
lodash "4.17.19"
943943
log-symbols "3.0.0"
944944
minimist "1.2.5"
945945
moment "2.26.0"
@@ -1947,12 +1947,7 @@ lodash.zip@^4.2.0:
19471947
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
19481948
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
19491949

1950-
1951-
version "4.17.15"
1952-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1953-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1954-
1955-
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.16, lodash@~4.17.10:
1950+
[email protected], lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.16, lodash@~4.17.10:
19561951
version "4.17.19"
19571952
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
19581953
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

0 commit comments

Comments
 (0)