Skip to content

Commit 2c4349e

Browse files
anarklmiller1990
andauthored
fix(deps): update dependencies in @cypress/react (#14165)
* update dependencies in @cypress/react * actually update babel packages for @cypress/react Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
1 parent cfaf1ad commit 2c4349e

File tree

2 files changed

+152
-14
lines changed

2 files changed

+152
-14
lines changed

npm/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"watch": "tsc -w"
1414
},
1515
"dependencies": {
16-
"@babel/plugin-transform-modules-commonjs": "7.10.4",
17-
"@cypress/code-coverage": "3.8.1",
16+
"@babel/plugin-transform-modules-commonjs": "7.12.1",
17+
"@cypress/code-coverage": "3.8.6",
1818
"@cypress/webpack-preprocessor": "*",
1919
"babel-plugin-istanbul": "6.0.0",
2020
"debug": "4.1.1",

yarn.lock

+150-12
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,15 @@
222222
jsesc "^2.5.1"
223223
source-map "^0.5.0"
224224

225+
"@babel/generator@^7.12.10":
226+
version "7.12.10"
227+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
228+
integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww==
229+
dependencies:
230+
"@babel/types" "^7.12.10"
231+
jsesc "^2.5.1"
232+
source-map "^0.5.0"
233+
225234
"@babel/generator@^7.12.5", "@babel/generator@^7.7.7":
226235
version "7.12.5"
227236
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
@@ -342,13 +351,27 @@
342351
dependencies:
343352
"@babel/types" "^7.11.0"
344353

354+
"@babel/helper-member-expression-to-functions@^7.12.1":
355+
version "7.12.7"
356+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
357+
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
358+
dependencies:
359+
"@babel/types" "^7.12.7"
360+
345361
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3":
346362
version "7.10.4"
347363
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
348364
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
349365
dependencies:
350366
"@babel/types" "^7.10.4"
351367

368+
"@babel/helper-module-imports@^7.12.1":
369+
version "7.12.5"
370+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
371+
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
372+
dependencies:
373+
"@babel/types" "^7.12.5"
374+
352375
"@babel/helper-module-transforms@^7.10.1", "@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.11.0", "@babel/helper-module-transforms@^7.9.0":
353376
version "7.11.0"
354377
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
@@ -362,6 +385,21 @@
362385
"@babel/types" "^7.11.0"
363386
lodash "^4.17.19"
364387

388+
"@babel/helper-module-transforms@^7.12.1":
389+
version "7.12.1"
390+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
391+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
392+
dependencies:
393+
"@babel/helper-module-imports" "^7.12.1"
394+
"@babel/helper-replace-supers" "^7.12.1"
395+
"@babel/helper-simple-access" "^7.12.1"
396+
"@babel/helper-split-export-declaration" "^7.11.0"
397+
"@babel/helper-validator-identifier" "^7.10.4"
398+
"@babel/template" "^7.10.4"
399+
"@babel/traverse" "^7.12.1"
400+
"@babel/types" "^7.12.1"
401+
lodash "^4.17.19"
402+
365403
"@babel/helper-optimise-call-expression@^7.10.4":
366404
version "7.10.4"
367405
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -402,6 +440,16 @@
402440
"@babel/traverse" "^7.10.4"
403441
"@babel/types" "^7.10.4"
404442

443+
"@babel/helper-replace-supers@^7.12.1":
444+
version "7.12.5"
445+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9"
446+
integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==
447+
dependencies:
448+
"@babel/helper-member-expression-to-functions" "^7.12.1"
449+
"@babel/helper-optimise-call-expression" "^7.10.4"
450+
"@babel/traverse" "^7.12.5"
451+
"@babel/types" "^7.12.5"
452+
405453
"@babel/helper-simple-access@^7.10.1", "@babel/helper-simple-access@^7.10.4":
406454
version "7.10.4"
407455
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -410,6 +458,13 @@
410458
"@babel/template" "^7.10.4"
411459
"@babel/types" "^7.10.4"
412460

461+
"@babel/helper-simple-access@^7.12.1":
462+
version "7.12.1"
463+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
464+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
465+
dependencies:
466+
"@babel/types" "^7.12.1"
467+
413468
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
414469
version "7.11.0"
415470
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
@@ -471,6 +526,11 @@
471526
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
472527
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
473528

529+
"@babel/parser@^7.12.10":
530+
version "7.12.10"
531+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
532+
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
533+
474534
"@babel/parser@^7.12.7", "@babel/parser@^7.7.7":
475535
version "7.12.7"
476536
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
@@ -931,6 +991,16 @@
931991
"@babel/helper-simple-access" "^7.10.4"
932992
babel-plugin-dynamic-import-node "^2.3.3"
933993

994+
"@babel/plugin-transform-modules-commonjs@7.12.1":
995+
version "7.12.1"
996+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1.tgz#fa403124542636c786cf9b460a0ffbb48a86e648"
997+
integrity sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag==
998+
dependencies:
999+
"@babel/helper-module-transforms" "^7.12.1"
1000+
"@babel/helper-plugin-utils" "^7.10.4"
1001+
"@babel/helper-simple-access" "^7.12.1"
1002+
babel-plugin-dynamic-import-node "^2.3.3"
1003+
9341004
"@babel/plugin-transform-modules-systemjs@^7.10.4", "@babel/plugin-transform-modules-systemjs@^7.4.4", "@babel/plugin-transform-modules-systemjs@^7.9.0":
9351005
version "7.10.4"
9361006
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.4.tgz#8f576afd943ac2f789b35ded0a6312f929c633f9"
@@ -1583,6 +1653,21 @@
15831653
globals "^11.1.0"
15841654
lodash "^4.17.19"
15851655

1656+
"@babel/traverse@^7.12.1":
1657+
version "7.12.10"
1658+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
1659+
integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==
1660+
dependencies:
1661+
"@babel/code-frame" "^7.10.4"
1662+
"@babel/generator" "^7.12.10"
1663+
"@babel/helper-function-name" "^7.10.4"
1664+
"@babel/helper-split-export-declaration" "^7.11.0"
1665+
"@babel/parser" "^7.12.10"
1666+
"@babel/types" "^7.12.10"
1667+
debug "^4.1.0"
1668+
globals "^11.1.0"
1669+
lodash "^4.17.19"
1670+
15861671
"@babel/traverse@^7.12.5", "@babel/traverse@^7.7.4":
15871672
version "7.12.7"
15881673
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
@@ -1616,6 +1701,15 @@
16161701
lodash "^4.17.13"
16171702
to-fast-properties "^2.0.0"
16181703

1704+
"@babel/types@^7.12.1", "@babel/types@^7.12.10":
1705+
version "7.12.10"
1706+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
1707+
integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==
1708+
dependencies:
1709+
"@babel/helper-validator-identifier" "^7.10.4"
1710+
lodash "^4.17.19"
1711+
to-fast-properties "^2.0.0"
1712+
16191713
"@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.7.4":
16201714
version "7.12.7"
16211715
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -1753,6 +1847,30 @@
17531847
through2 "^2.0.0"
17541848
watchify "3.11.1"
17551849

1850+
"@cypress/browserify-preprocessor@3.0.1":
1851+
version "3.0.1"
1852+
resolved "https://registry.yarnpkg.com/@cypress/browserify-preprocessor/-/browserify-preprocessor-3.0.1.tgz#ab86335b0c061d11f5ad7df03f06b1877b836f71"
1853+
integrity sha512-sErmFSEr5287bLMRl0POGnyFtJCs/lSk5yxrUIJUIHZ8eDvtTEr0V93xRgLjJVG54gJU4MbpHy1mRPA9VZbtQA==
1854+
dependencies:
1855+
"@babel/core" "7.4.5"
1856+
"@babel/plugin-proposal-class-properties" "7.3.0"
1857+
"@babel/plugin-proposal-object-rest-spread" "7.3.2"
1858+
"@babel/plugin-transform-runtime" "7.2.0"
1859+
"@babel/preset-env" "7.4.5"
1860+
"@babel/preset-react" "7.0.0"
1861+
"@babel/runtime" "7.3.1"
1862+
babel-plugin-add-module-exports "1.0.2"
1863+
babelify "10.0.0"
1864+
bluebird "3.5.3"
1865+
browserify "16.2.3"
1866+
coffeeify "3.0.1"
1867+
coffeescript "1.12.7"
1868+
debug "4.1.1"
1869+
fs-extra "9.0.0"
1870+
lodash.clonedeep "4.5.0"
1871+
through2 "^2.0.0"
1872+
watchify "3.11.1"
1873+
17561874
"@cypress/bumpercar@2.0.12":
17571875
version "2.0.12"
17581876
resolved "https://registry.yarnpkg.com/@cypress/bumpercar/-/bumpercar-2.0.12.tgz#5e0231db1b4782fb92ce96c84ca0c2f1477c3201"
@@ -1781,6 +1899,19 @@
17811899
js-yaml "3.14.0"
17821900
nyc "15.1.0"
17831901

1902+
"@cypress/code-coverage@3.8.6":
1903+
version "3.8.6"
1904+
resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.8.6.tgz#a210751693ed7cb5ba0eb77774ac268b25cb820b"
1905+
integrity sha512-KXTOEsca64BG/SR/N1HDUwZMe3KazyVcFDhtiHLDklu3v73PUDztIPsGAnBkqOa6vHqrjlPuC3lCVM53/F3pBA==
1906+
dependencies:
1907+
"@cypress/browserify-preprocessor" "3.0.1"
1908+
debug "4.3.1"
1909+
execa "4.1.0"
1910+
globby "11.0.1"
1911+
istanbul-lib-coverage "3.0.0"
1912+
js-yaml "3.14.0"
1913+
nyc "15.1.0"
1914+
17841915
"@cypress/coffee-script@0.1.2":
17851916
version "0.1.2"
17861917
resolved "https://registry.yarnpkg.com/@cypress/coffee-script/-/coffee-script-0.1.2.tgz#2721cf60ef65ce47b3895aa0b8e84771868bc011"
@@ -12214,6 +12345,13 @@ debug@4.1.1, debug@~4.1.0:
1221412345
dependencies:
1221512346
ms "^2.1.1"
1221612347

12348+
debug@4.3.1:
12349+
version "4.3.1"
12350+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
12351+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
12352+
dependencies:
12353+
ms "2.1.2"
12354+
1221712355
debuglog@^1.0.1:
1221812356
version "1.0.1"
1221912357
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -16536,6 +16674,18 @@ globby@11.0.0:
1653616674
merge2 "^1.3.0"
1653716675
slash "^3.0.0"
1653816676

16677+
globby@11.0.1, globby@^11.0.0, globby@^11.0.1:
16678+
version "11.0.1"
16679+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
16680+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
16681+
dependencies:
16682+
array-union "^2.1.0"
16683+
dir-glob "^3.0.1"
16684+
fast-glob "^3.1.1"
16685+
ignore "^5.1.4"
16686+
merge2 "^1.3.0"
16687+
slash "^3.0.0"
16688+
1653916689
globby@8.0.2:
1654016690
version "8.0.2"
1654116691
resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d"
@@ -16563,18 +16713,6 @@ globby@^10.0.1:
1656316713
merge2 "^1.2.3"
1656416714
slash "^3.0.0"
1656516715

16566-
globby@^11.0.0, globby@^11.0.1:
16567-
version "11.0.1"
16568-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
16569-
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
16570-
dependencies:
16571-
array-union "^2.1.0"
16572-
dir-glob "^3.0.1"
16573-
fast-glob "^3.1.1"
16574-
ignore "^5.1.4"
16575-
merge2 "^1.3.0"
16576-
slash "^3.0.0"
16577-
1657816716
globby@^6.1.0:
1657916717
version "6.1.0"
1658016718
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"

0 commit comments

Comments
 (0)