Skip to content

Commit

Permalink
Update dependency @cypress/code-coverage to v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 31, 2020
1 parent 5b7170d commit 22013ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"devDependencies": {
"@cypress/code-coverage": "3.8.2",
"@cypress/code-coverage": "3.8.3",
"@cypress/instrument-cra": "1.4.0",
"check-code-coverage": "1.0.1",
"cypress": "4.12.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1431,14 +1431,14 @@
through2 "^2.0.0"
watchify "3.11.1"

"@cypress/code-coverage@3.8.2":
version "3.8.2"
resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.8.2.tgz#dd08d5ca088f46ed0c0d3f3e8ec8bc02ce052d32"
integrity sha512-wgzUxWAbsMJVyxnfyqF0VcyDXz38mnWpTpEnr+DFugKnDF7CQ9uwmvnGX1KN4d8kIGT9WpwaycJaLMwIStB+yw==
"@cypress/code-coverage@3.8.3":
version "3.8.3"
resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.8.3.tgz#4bda76bbf07a01036ad58a60b6f9f86d6cb8c156"
integrity sha512-4R9bDS4CivckXaJudL5lKxXtB99LkO2RWE4a5M/P7VXGrXynQQDYbP07O9Jyjw/VjELWBV+xC3AOfYaU+wCHNQ==
dependencies:
"@cypress/browserify-preprocessor" "3.0.1"
debug "4.2.0"
execa "4.0.3"
execa "4.1.0"
globby "11.0.1"
istanbul-lib-coverage "3.0.0"
js-yaml "3.14.0"
Expand Down Expand Up @@ -5266,10 +5266,10 @@ execa@3.4.0:
signal-exit "^3.0.2"
strip-final-newline "^2.0.0"

execa@4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f317f2"
integrity sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==
execa@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
dependencies:
cross-spawn "^7.0.0"
get-stream "^5.0.0"
Expand Down

0 comments on commit 22013ea

Please sign in to comment.