Skip to content

Commit e9d31df

Browse files
Bump cypress from 8.5.0 to 8.6.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](cypress-io/cypress@v8.5.0...v8.6.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef60dc8 commit e9d31df

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
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-rewire": "^1.2.0",
4444
"concurrently": "^6.3.0",
4545
"cssnano": "^4.1.11",
46-
"cypress": "^8.5.0",
46+
"cypress": "^8.6.0",
4747
"eslint": "^7.21.0",
4848
"eslint-config-algolia": "^16.0.0",
4949
"eslint-config-prettier": "^8.1.0",

yarn.lock

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,10 +2885,10 @@ currently-unhandled@^0.4.1:
28852885
dependencies:
28862886
array-find-index "^1.0.1"
28872887

2888-
cypress@^8.5.0:
2889-
version "8.5.0"
2890-
resolved "https://registry.npmjs.org/cypress/-/cypress-8.5.0.tgz"
2891-
integrity sha512-MMkXIS+Ro2KETn4gAlG3tIc/7FiljuuCZP0zpd9QsRG6MZSyZW/l1J3D4iQM6WHsVxuX4rFChn5jPFlC2tNSvQ==
2888+
cypress@^8.6.0:
2889+
version "8.6.0"
2890+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.6.0.tgz#8d02fa58878b37cfc45bbfce393aa974fa8a8e22"
2891+
integrity sha512-F7qEK/6Go5FsqTueR+0wEw2vOVKNgk5847Mys8vsWkzPoEKdxs+7N9Y1dit+zhaZCLtMPyrMwjfA53ZFy+lSww==
28922892
dependencies:
28932893
"@cypress/request" "^2.88.6"
28942894
"@cypress/xvfb" "^1.2.4"
@@ -2968,10 +2968,10 @@ dayjs@^1.10.4:
29682968
resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz"
29692969
integrity sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==
29702970

2971-
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
2972-
version "4.3.1"
2973-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz"
2974-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
2971+
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
2972+
version "4.3.2"
2973+
resolved "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz"
2974+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
29752975
dependencies:
29762976
ms "2.1.2"
29772977

@@ -2989,13 +2989,6 @@ debug@^3.1.0, debug@^3.2.7:
29892989
dependencies:
29902990
ms "^2.1.1"
29912991

2992-
debug@^4.3.2:
2993-
version "4.3.2"
2994-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz"
2995-
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
2996-
dependencies:
2997-
ms "2.1.2"
2998-
29992992
decamelize@^1.1.2, decamelize@^1.2.0:
30002993
version "1.2.0"
30012994
resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"

0 commit comments

Comments
 (0)