Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit e16e152

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency cypress to v6.5.0
1 parent 90e65f9 commit e16e152

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"babel-plugin-transform-class-properties": "6.24.1",
4444
"coveralls": "3.1.0",
4545
"cross-env": "7.0.3",
46-
"cypress": "6.4.0",
46+
"cypress": "6.5.0",
4747
"cypress-react-unit-test": "4.17.2",
4848
"istanbul-lib-coverage": "3.0.0",
4949
"parcel-bundler": "1.12.4",

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,11 @@
16481648
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
16491649
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
16501650

1651+
"@types/node@12.12.50":
1652+
version "12.12.50"
1653+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.50.tgz#e9b2e85fafc15f2a8aa8fdd41091b983da5fd6ee"
1654+
integrity sha512-5ImO01Fb8YsEOYpV+aeyGYztcYcjGsBvN4D7G5r1ef2cuQOpymjWNQi5V0rKHE6PC2ru3HkoUr/Br2/8GUA84w==
1655+
16511656
"@types/q@^1.5.1":
16521657
version "1.5.2"
16531658
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
@@ -3192,14 +3197,15 @@ cypress-react-unit-test@4.17.2:
31923197
semver "7.3.2"
31933198
unfetch "4.1.0"
31943199

3195-
cypress@6.4.0:
3196-
version "6.4.0"
3197-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.4.0.tgz#432c516bf4f1a0f042a6aa1f2c3a4278fa35a8b2"
3198-
integrity sha512-SrsPsZ4IBterudkoFYBvkQmXOVxclh1/+ytbzpV8AH/D2FA+s2Qy5ISsaRzOFsbQa4KZWoi3AKwREmF1HucYkg==
3200+
cypress@6.5.0:
3201+
version "6.5.0"
3202+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.5.0.tgz#d853d7a8f915f894249a8788294bfba077278c17"
3203+
integrity sha512-ol/yTAqHrQQpYBjxLlRSvZf4DOb9AhaQNVlwdOZgJcBHZOOa52/p/6/p3PPcvzjWGOMG6Yq0z4G+jrbWyk/9Dg==
31993204
dependencies:
32003205
"@cypress/listr-verbose-renderer" "^0.4.1"
32013206
"@cypress/request" "^2.88.5"
32023207
"@cypress/xvfb" "^1.2.4"
3208+
"@types/node" "12.12.50"
32033209
"@types/sinonjs__fake-timers" "^6.0.1"
32043210
"@types/sizzle" "^2.3.2"
32053211
arch "^2.1.2"
@@ -3212,7 +3218,7 @@ cypress@6.4.0:
32123218
commander "^5.1.0"
32133219
common-tags "^1.8.0"
32143220
dayjs "^1.9.3"
3215-
debug "^4.1.1"
3221+
debug "4.3.2"
32163222
eventemitter2 "^6.4.2"
32173223
execa "^4.0.2"
32183224
executable "^4.1.1"
@@ -3297,6 +3303,13 @@ debug@4.3.1:
32973303
dependencies:
32983304
ms "2.1.2"
32993305

3306+
debug@4.3.2:
3307+
version "4.3.2"
3308+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
3309+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
3310+
dependencies:
3311+
ms "2.1.2"
3312+
33003313
debug@^3.1.0:
33013314
version "3.2.6"
33023315
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"

0 commit comments

Comments
 (0)