Skip to content

Commit fa8128e

Browse files
authored
Merge pull request #456 from evolvedbinary/dependabot/npm_and_yarn/cypress-8.0.0
chore(deps-dev): bump cypress from 7.6.0 to 8.0.0
2 parents 359be59 + aa11e78 commit fa8128e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- run:
7474
working_directory: .
7575
# command: npx cypress run --config defaultCommandTimeout=58000
76-
command: npx cypress run --headless -b chrome
76+
command: npx cypress run -b chrome
7777
no_output_timeout: 2m
7878
workflows:
7979
browser_build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sudo yum install -y rpm-build
7676
```
7777
7878
#### For Testing
79-
* [cypress.js](https://www.cypress.io) ` >= 7.4.0`.
79+
* [cypress.js](https://www.cypress.io) ` >= 8.0.0`.
8080
8181
8282

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@4tw/cypress-drag-drop": "https://github.com/ccheraa/cypress-drag-drop",
2121
"chai": "^4.3.4",
22-
"cypress": "7.6.0",
22+
"cypress": "8.0.0",
2323
"lerna": "4.0.0",
2424
"mocha": "^8.4.0",
2525
"node-sass": "6.0.1",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4413,10 +4413,10 @@ cyclist@^1.0.1:
44134413
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
44144414
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
44154415

4416-
cypress@7.6.0:
4417-
version "7.6.0"
4418-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.6.0.tgz#80fe7496cd4165a0fa06e25fc11413dda4544463"
4419-
integrity sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w==
4416+
cypress@8.0.0:
4417+
version "8.0.0"
4418+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.0.0.tgz#bd68f4cff9ffb0c1176e9dd87d020cbdd0001ab8"
4419+
integrity sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ==
44204420
dependencies:
44214421
"@cypress/request" "^2.88.5"
44224422
"@cypress/xvfb" "^1.2.4"
@@ -4503,7 +4503,14 @@ [email protected]:
45034503
dependencies:
45044504
ms "^2.1.1"
45054505

4506-
debug@4, [email protected], debug@^4.1.0, debug@^4.1.1:
4506+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
4507+
version "4.3.2"
4508+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
4509+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
4510+
dependencies:
4511+
ms "2.1.2"
4512+
4513+
45074514
version "4.3.1"
45084515
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
45094516
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -4517,13 +4524,6 @@ debug@^3.0.0, debug@^3.1.0:
45174524
dependencies:
45184525
ms "^2.1.1"
45194526

4520-
debug@^4.3.2:
4521-
version "4.3.2"
4522-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
4523-
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
4524-
dependencies:
4525-
ms "2.1.2"
4526-
45274527
debug@~0.8.0:
45284528
version "0.8.1"
45294529
resolved "https://registry.yarnpkg.com/debug/-/debug-0.8.1.tgz#20ff4d26f5e422cb68a1bacbbb61039ad8c1c130"

0 commit comments

Comments
 (0)