Skip to content

Commit 5a2a3f0

Browse files
committed
update to cypress 7.3.0
1 parent 9380795 commit 5a2a3f0

File tree

2 files changed

+51
-50
lines changed

2 files changed

+51
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@4tw/cypress-drag-drop": "https://github.com/ccheraa/cypress-drag-drop",
21-
"cypress": "7.2.0",
21+
"cypress": "7.3.0",
2222
"lerna": "4.0.0",
2323
"node-sass": "5.0.0"
2424
},

yarn.lock

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
2020

2121
"@babel/core@^7.10.0":
22-
version "7.14.2"
23-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.2.tgz#54e45334ffc0172048e5c93ded36461d3ad4c417"
24-
integrity sha512-OgC1mON+l4U4B4wiohJlQNUU3H73mpTyYY3j/c8U9dr9UagGGSm+WFpzjy/YLdoyjiG++c1kIDgxCo/mLwQJeQ==
22+
version "7.14.3"
23+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
24+
integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==
2525
dependencies:
2626
"@babel/code-frame" "^7.12.13"
27-
"@babel/generator" "^7.14.2"
27+
"@babel/generator" "^7.14.3"
2828
"@babel/helper-compilation-targets" "^7.13.16"
2929
"@babel/helper-module-transforms" "^7.14.2"
3030
"@babel/helpers" "^7.14.0"
31-
"@babel/parser" "^7.14.2"
31+
"@babel/parser" "^7.14.3"
3232
"@babel/template" "^7.12.13"
3333
"@babel/traverse" "^7.14.2"
3434
"@babel/types" "^7.14.2"
@@ -39,10 +39,10 @@
3939
semver "^6.3.0"
4040
source-map "^0.5.0"
4141

42-
"@babel/generator@^7.14.2":
43-
version "7.14.2"
44-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.2.tgz#d5773e8b557d421fd6ce0d5efa5fd7fc22567c30"
45-
integrity sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==
42+
"@babel/generator@^7.14.2", "@babel/generator@^7.14.3":
43+
version "7.14.3"
44+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
45+
integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
4646
dependencies:
4747
"@babel/types" "^7.14.2"
4848
jsesc "^2.5.1"
@@ -73,22 +73,22 @@
7373
browserslist "^4.14.5"
7474
semver "^6.3.0"
7575

76-
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0":
77-
version "7.14.2"
78-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.2.tgz#4e455b0329af29c2d3ad254b5dd5aed34595385d"
79-
integrity sha512-6YctwVsmlkchxfGUogvVrrhzyD3grFJyluj5JgDlQrwfMLJSt5tdAzFZfPf4H2Xoi5YLcQ6BxfJlaOBHuctyIw==
76+
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.3":
77+
version "7.14.3"
78+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.3.tgz#832111bcf4f57ca57a4c5b1a000fc125abc6554a"
79+
integrity sha512-BnEfi5+6J2Lte9LeiL6TxLWdIlEv9Woacc1qXzXBgbikcOzMRM2Oya5XGg/f/ngotv1ej2A/b+3iJH8wbS1+lQ==
8080
dependencies:
8181
"@babel/helper-annotate-as-pure" "^7.12.13"
8282
"@babel/helper-function-name" "^7.14.2"
8383
"@babel/helper-member-expression-to-functions" "^7.13.12"
8484
"@babel/helper-optimise-call-expression" "^7.12.13"
85-
"@babel/helper-replace-supers" "^7.13.12"
85+
"@babel/helper-replace-supers" "^7.14.3"
8686
"@babel/helper-split-export-declaration" "^7.12.13"
8787

8888
"@babel/helper-create-regexp-features-plugin@^7.12.13":
89-
version "7.12.17"
90-
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7"
91-
integrity sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg==
89+
version "7.14.3"
90+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.3.tgz#149aa6d78c016e318c43e2409a0ae9c136a86688"
91+
integrity sha512-JIB2+XJrb7v3zceV2XzDhGIB902CmKGSpSl4q2C6agU9SNLG/2V1RtFRGPG1Ajh9STj3+q6zJMOC+N/pp2P9DA==
9292
dependencies:
9393
"@babel/helper-annotate-as-pure" "^7.12.13"
9494
regexpu-core "^4.7.1"
@@ -187,15 +187,15 @@
187187
"@babel/helper-wrap-function" "^7.13.0"
188188
"@babel/types" "^7.13.0"
189189

190-
"@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.13.12":
191-
version "7.13.12"
192-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
193-
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
190+
"@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.13.12", "@babel/helper-replace-supers@^7.14.3":
191+
version "7.14.3"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.3.tgz#ca17b318b859d107f0e9b722d58cf12d94436600"
193+
integrity sha512-Rlh8qEWZSTfdz+tgNV/N4gz1a0TMNwCUcENhMjHTHKp3LseYH5Jha0NSlyTQWMnjbYcwFt+bqAMqSLHVXkQ6UA==
194194
dependencies:
195195
"@babel/helper-member-expression-to-functions" "^7.13.12"
196196
"@babel/helper-optimise-call-expression" "^7.12.13"
197-
"@babel/traverse" "^7.13.0"
198-
"@babel/types" "^7.13.12"
197+
"@babel/traverse" "^7.14.2"
198+
"@babel/types" "^7.14.2"
199199

200200
"@babel/helper-simple-access@^7.13.12":
201201
version "7.13.12"
@@ -256,10 +256,10 @@
256256
chalk "^2.0.0"
257257
js-tokens "^4.0.0"
258258

259-
"@babel/parser@^7.12.13", "@babel/parser@^7.14.2":
260-
version "7.14.2"
261-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.2.tgz#0c1680aa44ad4605b16cbdcc5c341a61bde9c746"
262-
integrity sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==
259+
"@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3":
260+
version "7.14.3"
261+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298"
262+
integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ==
263263

264264
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
265265
version "7.13.12"
@@ -288,10 +288,11 @@
288288
"@babel/helper-plugin-utils" "^7.13.0"
289289

290290
"@babel/plugin-proposal-class-static-block@^7.13.11":
291-
version "7.13.11"
292-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703"
293-
integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg==
291+
version "7.14.3"
292+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360"
293+
integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==
294294
dependencies:
295+
"@babel/helper-create-class-features-plugin" "^7.14.3"
295296
"@babel/helper-plugin-utils" "^7.13.0"
296297
"@babel/plugin-syntax-class-static-block" "^7.12.13"
297298

@@ -693,9 +694,9 @@
693694
"@babel/helper-plugin-utils" "^7.12.13"
694695

695696
"@babel/plugin-transform-runtime@^7.10.0":
696-
version "7.14.2"
697-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.2.tgz#4e24389bd680dd94ea1b871465d00112ae974425"
698-
integrity sha512-LyA2AiPkaYzI7G5e2YI4NCasTfFe7mZvlupNprDOB7CdNUHb2DQC4uV6oeZ0396gOcicUzUCh0MShL6wiUgk+Q==
697+
version "7.14.3"
698+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.3.tgz#1fd885a2d0de1d3c223795a4e9be72c2db4515cf"
699+
integrity sha512-t960xbi8wpTFE623ef7sd+UpEC5T6EEguQlTBJDEO05+XwnIWVfuqLw/vdLWY6IdFmtZE+65CZAfByT39zRpkg==
699700
dependencies:
700701
"@babel/helper-module-imports" "^7.13.12"
701702
"@babel/helper-plugin-utils" "^7.13.0"
@@ -1736,9 +1737,9 @@
17361737
universal-user-agent "^6.0.0"
17371738

17381739
"@octokit/graphql@^4.5.8":
1739-
version "4.6.1"
1740-
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.6.1.tgz#f975486a46c94b7dbe58a0ca751935edc7e32cc9"
1741-
integrity sha512-2lYlvf4YTDgZCTXTW4+OX+9WTLFtEUc6hGm4qM1nlZjzxj+arizM4aHWzBVBCxY9glh7GIs0WEuiSgbVzv8cmA==
1740+
version "4.6.2"
1741+
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.6.2.tgz#ec44abdfa87f2b9233282136ae33e4ba446a04e7"
1742+
integrity sha512-WmsIR1OzOr/3IqfG9JIczI8gMJUMzzyx5j0XXQ4YihHtKlQc+u35VpVoOXhlKAlaBntvry1WpAzPl/a+s3n89Q==
17421743
dependencies:
17431744
"@octokit/request" "^5.3.0"
17441745
"@octokit/types" "^6.0.3"
@@ -4571,9 +4572,9 @@ caniuse-api@^1.5.2:
45714572
lodash.uniq "^4.5.0"
45724573

45734574
caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
4574-
version "1.0.30001226"
4575-
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001226.tgz#819cb5e266aa03fb49ae47edb37fa8e7feb7c008"
4576-
integrity sha512-hnC3hnMKAn/VaRHFb4fCe7snQRQFy0EZrK0AAomFbqGT18KXOtnPvTm0m+NvyRrBCR1jwFCjbUQvar0r6lBvOw==
4575+
version "1.0.30001227"
4576+
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001227.tgz#e0dcb9bd94eeac49b9411110e18de3935be657ac"
4577+
integrity sha512-gq0d5NknMiV0KrcZNe5ePREw0XcA7G0shyURcrDasWw33pJkbWWSb6XBHz9GyxczCbKQYyh2OZG3hAPrnXZWng==
45774578

45784579
caniuse-lite@^1.0.30001219:
45794580
version "1.0.30001228"
@@ -5557,10 +5558,10 @@ cyclist@^1.0.1:
55575558
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
55585559
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
55595560

5560-
cypress@7.2.0:
5561-
version "7.2.0"
5562-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.2.0.tgz#6a3364e18972f898fff1fb12c1ff747939e45ddc"
5563-
integrity sha512-lHHGay+YsffDn4M0bkkwezylBVHUpwwhtqte4LNPrFRCHy77X38+1PUe3neFb3glVTM+rbILtTN6FhO2djcOuQ==
5561+
cypress@7.3.0:
5562+
version "7.3.0"
5563+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.3.0.tgz#17345b8d18681c120f033e7d8fd0f0271e9d0d51"
5564+
integrity sha512-aseRCH1tRVCrM6oEfja6fR/bo5l6e4SkHRRSATh27UeN4f/ANC8U7tGIulmrISJVy9xuOkOdbYKbUb2MNM+nrw==
55645565
dependencies:
55655566
"@cypress/listr-verbose-renderer" "^0.4.1"
55665567
"@cypress/request" "^2.88.5"
@@ -6108,9 +6109,9 @@ electron-store@^5.1.1:
61086109
type-fest "^0.7.1"
61096110

61106111
electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.723:
6111-
version "1.3.728"
6112-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.728.tgz#dbedd6373f595ae10a13d146b66bece4c1afa5bd"
6113-
integrity sha512-SHv4ziXruBpb1Nz4aTuqEHBYi/9GNCJMYIJgDEXrp/2V01nFXMNFUTli5Z85f5ivSkioLilQatqBYFB44wNJrA==
6112+
version "1.3.730"
6113+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.730.tgz#6e1fad8f250827f5524672e572f823b34a6417e1"
6114+
integrity sha512-1Tr3h09wXhmqXnvDyrRe6MFgTeU0ZXy3+rMJWTrOHh/HNesWwBBrKnMxRJWZ86dzs8qQdw2c7ZE1/qeGHygImA==
61146115

61156116
electron@^9.0.2:
61166117
version "9.4.4"
@@ -9976,9 +9977,9 @@ node-abi@^2.11.0, node-abi@^2.7.0:
99769977
semver "^5.4.1"
99779978

99789979
node-addon-api@*:
9979-
version "3.1.0"
9980-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.1.0.tgz#98b21931557466c6729e51cb77cd39c965f42239"
9981-
integrity sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw==
9980+
version "3.2.0"
9981+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.0.tgz#7028b56a7eb572b73873aed731a7f9c9365f5ee4"
9982+
integrity sha512-kcwSAWhPi4+QzAtsL2+2s/awvDo2GKLsvMCwNRxb5BUshteXU8U97NCyvQDsGKs/m0He9WcG4YWew/BnuLx++w==
99829983

99839984
99849985
version "0.1.8"

0 commit comments

Comments
 (0)