Skip to content

Commit 9f7fdff

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @cypress/instrument-cra to v1.3.1
1 parent d2fcb8d commit 9f7fdff

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@cypress/code-coverage": "3.8.1",
49-
"@cypress/instrument-cra": "1.1.1",
49+
"@cypress/instrument-cra": "1.3.1",
5050
"check-code-coverage": "1.0.1",
5151
"cypress": "4.10.0",
5252
"dependency-version-badge": "1.2.0",

yarn.lock

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,14 +1444,14 @@
14441444
js-yaml "3.14.0"
14451445
nyc "15.1.0"
14461446

1447-
"@cypress/instrument-cra@1.1.1":
1448-
version "1.1.1"
1449-
resolved "https://registry.yarnpkg.com/@cypress/instrument-cra/-/instrument-cra-1.1.1.tgz#4696c556235c52d28a86d4b98ae7cc7e6776aaef"
1450-
integrity sha512-B+RLX73HUbXSf9eE8rYjk75jYAT0NAE8S8agH0752+3gZobRaohlEtcHix88qAGWtru9rWrI6g9KKttFfnSPrw==
1447+
"@cypress/instrument-cra@1.3.1":
1448+
version "1.3.1"
1449+
resolved "https://registry.yarnpkg.com/@cypress/instrument-cra/-/instrument-cra-1.3.1.tgz#5bcb4e9086de08c4e95b20571ea8de4a6e1f4be7"
1450+
integrity sha512-tHJM2ZhNIyTFsUI1UJ5oMRND4Sa2fJ0U+PXaZ7gN1P6z2RL7nVBKNMhT3O+msHvl73qALfjZRRGWwWK3P3RLZw==
14511451
dependencies:
14521452
babel-plugin-istanbul "6.0.0"
14531453
debug "4.1.1"
1454-
find-yarn-workspace-root "^1.2.1"
1454+
find-yarn-workspace-root "^2.0.0"
14551455

14561456
"@cypress/listr-verbose-renderer@0.4.1":
14571457
version "0.4.1"
@@ -5664,13 +5664,12 @@ find-up@^3.0.0:
56645664
dependencies:
56655665
locate-path "^3.0.0"
56665666

5667-
find-yarn-workspace-root@^1.2.1:
5668-
version "1.2.1"
5669-
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db"
5670-
integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==
5667+
find-yarn-workspace-root@^2.0.0:
5668+
version "2.0.0"
5669+
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd"
5670+
integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==
56715671
dependencies:
5672-
fs-extra "^4.0.3"
5673-
micromatch "^3.1.4"
5672+
micromatch "^4.0.2"
56745673

56755674
flat-cache@^2.0.1:
56765675
version "2.0.1"
@@ -5820,7 +5819,7 @@ fs-extra@9.0.0:
58205819
jsonfile "^6.0.1"
58215820
universalify "^1.0.0"
58225821

5823-
fs-extra@^4.0.2, fs-extra@^4.0.3:
5822+
fs-extra@^4.0.2:
58245823
version "4.0.3"
58255824
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
58265825
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==

0 commit comments

Comments
 (0)