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

Commit c10065c

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @cypress/code-coverage to v3.9.1
1 parent b96a187 commit c10065c

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@babel/core": "7.12.10",
4040
"@babel/preset-react": "7.12.10",
41-
"@cypress/code-coverage": "3.9.0",
41+
"@cypress/code-coverage": "3.9.1",
4242
"babel-plugin-istanbul": "6.0.0",
4343
"babel-plugin-transform-class-properties": "6.24.1",
4444
"coveralls": "3.1.0",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,15 +1378,15 @@
13781378
js-yaml "3.14.0"
13791379
nyc "15.1.0"
13801380

1381-
"@cypress/code-coverage@3.9.0":
1382-
version "3.9.0"
1383-
resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.9.0.tgz#a687245e7b0b635fd780f381aad80fef268d2b6f"
1384-
integrity sha512-rwMoHZVZum8ACNxVM5PmfUT4RxN1HCeT0mmhMdM2XqFL3FB6yvPag0vVOupZtYj5xPdYML2q3G+6OyBtCIHAlw==
1381+
"@cypress/code-coverage@3.9.1":
1382+
version "3.9.1"
1383+
resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.9.1.tgz#bd97b6fc76d4d3537f3818552b16b83a12a1cbdf"
1384+
integrity sha512-Y/pt8ERu6sOQUqEnp6MkJffjiaw7B7ilrbc8LWXPPwNTboMvPI03FeiByhZtgsALwAymMX3q7ddgsF9xOxBmgQ==
13851385
dependencies:
13861386
"@cypress/browserify-preprocessor" "3.0.1"
13871387
debug "4.3.1"
13881388
execa "4.1.0"
1389-
globby "11.0.1"
1389+
globby "11.0.2"
13901390
istanbul-lib-coverage "3.0.0"
13911391
js-yaml "3.14.1"
13921392
nyc "15.1.0"
@@ -4161,6 +4161,18 @@ globby@11.0.1:
41614161
merge2 "^1.3.0"
41624162
slash "^3.0.0"
41634163

4164+
globby@11.0.2:
4165+
version "11.0.2"
4166+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
4167+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
4168+
dependencies:
4169+
array-union "^2.1.0"
4170+
dir-glob "^3.0.1"
4171+
fast-glob "^3.1.1"
4172+
ignore "^5.1.4"
4173+
merge2 "^1.3.0"
4174+
slash "^3.0.0"
4175+
41644176
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
41654177
version "4.2.3"
41664178
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"

0 commit comments

Comments
 (0)