Skip to content

Commit 2ac1fa6

Browse files
committed
chore(deps): update babel monorepo to v7.6.2
1 parent 42c1060 commit 2ac1fa6

File tree

2 files changed

+83
-84
lines changed

2 files changed

+83
-84
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"yargs": "^14.0.0"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "7.6.0",
47+
"@babel/core": "7.6.2",
4848
"@babel/plugin-proposal-class-properties": "7.5.5",
49-
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
50-
"@babel/preset-env": "7.6.0",
49+
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
50+
"@babel/preset-env": "7.6.2",
5151
"@babel/preset-typescript": "7.6.0",
5252
"@types/debug": "4.1.5",
5353
"@types/jest": "24.0.18",

yarn.lock

+80-81
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
dependencies:
1717
"@babel/highlight" "^7.0.0"
1818

19-
"@babel/[email protected].0":
20-
version "7.6.0"
21-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48"
22-
integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw==
19+
"@babel/[email protected].2":
20+
version "7.6.2"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
22+
integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
2323
dependencies:
2424
"@babel/code-frame" "^7.5.5"
25-
"@babel/generator" "^7.6.0"
26-
"@babel/helpers" "^7.6.0"
27-
"@babel/parser" "^7.6.0"
25+
"@babel/generator" "^7.6.2"
26+
"@babel/helpers" "^7.6.2"
27+
"@babel/parser" "^7.6.2"
2828
"@babel/template" "^7.6.0"
29-
"@babel/traverse" "^7.6.0"
29+
"@babel/traverse" "^7.6.2"
3030
"@babel/types" "^7.6.0"
3131
convert-source-map "^1.1.0"
3232
debug "^4.1.0"
@@ -89,16 +89,15 @@
8989
source-map "^0.5.0"
9090
trim-right "^1.0.1"
9191

92-
"@babel/generator@^7.6.0":
93-
version "7.6.0"
94-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56"
95-
integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA==
92+
"@babel/generator@^7.6.2":
93+
version "7.6.2"
94+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03"
95+
integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ==
9696
dependencies:
9797
"@babel/types" "^7.6.0"
9898
jsesc "^2.5.1"
9999
lodash "^4.17.13"
100100
source-map "^0.5.0"
101-
trim-right "^1.0.1"
102101

103102
"@babel/helper-annotate-as-pure@^7.0.0":
104103
version "7.0.0"
@@ -314,13 +313,13 @@
314313
"@babel/traverse" "^7.1.5"
315314
"@babel/types" "^7.3.0"
316315

317-
"@babel/helpers@^7.6.0":
318-
version "7.6.0"
319-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e"
320-
integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ==
316+
"@babel/helpers@^7.6.2":
317+
version "7.6.2"
318+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153"
319+
integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA==
321320
dependencies:
322321
"@babel/template" "^7.6.0"
323-
"@babel/traverse" "^7.6.0"
322+
"@babel/traverse" "^7.6.2"
324323
"@babel/types" "^7.6.0"
325324

326325
"@babel/highlight@^7.0.0":
@@ -352,6 +351,11 @@
352351
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
353352
integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
354353

354+
"@babel/parser@^7.6.2":
355+
version "7.6.2"
356+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
357+
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
358+
355359
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
356360
version "7.2.0"
357361
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -385,10 +389,10 @@
385389
"@babel/helper-plugin-utils" "^7.0.0"
386390
"@babel/plugin-syntax-json-strings" "^7.2.0"
387391

388-
"@babel/plugin-proposal-object-rest-spread@7.5.5", "@babel/plugin-proposal-object-rest-spread@^7.5.5":
389-
version "7.5.5"
390-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58"
391-
integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw==
392+
"@babel/plugin-proposal-object-rest-spread@7.6.2", "@babel/plugin-proposal-object-rest-spread@^7.6.2":
393+
version "7.6.2"
394+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
395+
integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==
392396
dependencies:
393397
"@babel/helper-plugin-utils" "^7.0.0"
394398
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
@@ -401,14 +405,14 @@
401405
"@babel/helper-plugin-utils" "^7.0.0"
402406
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
403407

404-
"@babel/plugin-proposal-unicode-property-regex@^7.4.4":
405-
version "7.4.4"
406-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz#501ffd9826c0b91da22690720722ac7cb1ca9c78"
407-
integrity sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA==
408+
"@babel/plugin-proposal-unicode-property-regex@^7.6.2":
409+
version "7.6.2"
410+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.6.2.tgz#05413762894f41bfe42b9a5e80919bd575dcc802"
411+
integrity sha512-NxHETdmpeSCtiatMRYWVJo7266rrvAC3DTeG5exQBIH/fMIUK7ejDNznBbn3HQl/o9peymRRg7Yqkx6PdUXmMw==
408412
dependencies:
409413
"@babel/helper-plugin-utils" "^7.0.0"
410414
"@babel/helper-regex" "^7.4.4"
411-
regexpu-core "^4.5.4"
415+
regexpu-core "^4.6.0"
412416

413417
"@babel/plugin-syntax-async-generators@^7.2.0":
414418
version "7.2.0"
@@ -475,10 +479,10 @@
475479
dependencies:
476480
"@babel/helper-plugin-utils" "^7.0.0"
477481

478-
"@babel/plugin-transform-block-scoping@^7.6.0":
479-
version "7.6.0"
480-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc"
481-
integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA==
482+
"@babel/plugin-transform-block-scoping@^7.6.2":
483+
version "7.6.2"
484+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz#96c33ab97a9ae500cc6f5b19e04a7e6553360a79"
485+
integrity sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ==
482486
dependencies:
483487
"@babel/helper-plugin-utils" "^7.0.0"
484488
lodash "^4.17.13"
@@ -511,14 +515,14 @@
511515
dependencies:
512516
"@babel/helper-plugin-utils" "^7.0.0"
513517

514-
"@babel/plugin-transform-dotall-regex@^7.4.4":
515-
version "7.4.4"
516-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz#361a148bc951444312c69446d76ed1ea8e4450c3"
517-
integrity sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg==
518+
"@babel/plugin-transform-dotall-regex@^7.6.2":
519+
version "7.6.2"
520+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.6.2.tgz#44abb948b88f0199a627024e1508acaf8dc9b2f9"
521+
integrity sha512-KGKT9aqKV+9YMZSkowzYoYEiHqgaDhGmPNZlZxX6UeHC4z30nC1J9IrZuGqbYFB1jaIGdv91ujpze0exiVK8bA==
518522
dependencies:
519523
"@babel/helper-plugin-utils" "^7.0.0"
520524
"@babel/helper-regex" "^7.4.4"
521-
regexpu-core "^4.5.4"
525+
regexpu-core "^4.6.0"
522526

523527
"@babel/plugin-transform-duplicate-keys@^7.5.0":
524528
version "7.5.0"
@@ -600,12 +604,12 @@
600604
"@babel/helper-module-transforms" "^7.1.0"
601605
"@babel/helper-plugin-utils" "^7.0.0"
602606

603-
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0":
604-
version "7.6.0"
605-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1"
606-
integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew==
607+
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.2":
608+
version "7.6.2"
609+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz#c1ca0bb84b94f385ca302c3932e870b0fb0e522b"
610+
integrity sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g==
607611
dependencies:
608-
regexp-tree "^0.1.13"
612+
regexpu-core "^4.6.0"
609613

610614
"@babel/plugin-transform-new-target@^7.4.4":
611615
version "7.4.4"
@@ -659,10 +663,10 @@
659663
dependencies:
660664
"@babel/helper-plugin-utils" "^7.0.0"
661665

662-
"@babel/plugin-transform-spread@^7.2.0":
663-
version "7.2.2"
664-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz#3103a9abe22f742b6d406ecd3cd49b774919b406"
665-
integrity sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==
666+
"@babel/plugin-transform-spread@^7.6.2":
667+
version "7.6.2"
668+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz#fc77cf798b24b10c46e1b51b1b88c2bf661bb8dd"
669+
integrity sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==
666670
dependencies:
667671
"@babel/helper-plugin-utils" "^7.0.0"
668672

@@ -698,28 +702,28 @@
698702
"@babel/helper-plugin-utils" "^7.0.0"
699703
"@babel/plugin-syntax-typescript" "^7.2.0"
700704

701-
"@babel/plugin-transform-unicode-regex@^7.4.4":
702-
version "7.4.4"
703-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
704-
integrity sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA==
705+
"@babel/plugin-transform-unicode-regex@^7.6.2":
706+
version "7.6.2"
707+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.6.2.tgz#b692aad888a7e8d8b1b214be6b9dc03d5031f698"
708+
integrity sha512-orZI6cWlR3nk2YmYdb0gImrgCUwb5cBUwjf6Ks6dvNVvXERkwtJWOQaEOjPiu0Gu1Tq6Yq/hruCZZOOi9F34Dw==
705709
dependencies:
706710
"@babel/helper-plugin-utils" "^7.0.0"
707711
"@babel/helper-regex" "^7.4.4"
708-
regexpu-core "^4.5.4"
712+
regexpu-core "^4.6.0"
709713

710-
"@babel/[email protected].0":
711-
version "7.6.0"
712-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50"
713-
integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg==
714+
"@babel/[email protected].2":
715+
version "7.6.2"
716+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3"
717+
integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==
714718
dependencies:
715719
"@babel/helper-module-imports" "^7.0.0"
716720
"@babel/helper-plugin-utils" "^7.0.0"
717721
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
718722
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
719723
"@babel/plugin-proposal-json-strings" "^7.2.0"
720-
"@babel/plugin-proposal-object-rest-spread" "^7.5.5"
724+
"@babel/plugin-proposal-object-rest-spread" "^7.6.2"
721725
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
722-
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
726+
"@babel/plugin-proposal-unicode-property-regex" "^7.6.2"
723727
"@babel/plugin-syntax-async-generators" "^7.2.0"
724728
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
725729
"@babel/plugin-syntax-json-strings" "^7.2.0"
@@ -728,11 +732,11 @@
728732
"@babel/plugin-transform-arrow-functions" "^7.2.0"
729733
"@babel/plugin-transform-async-to-generator" "^7.5.0"
730734
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
731-
"@babel/plugin-transform-block-scoping" "^7.6.0"
735+
"@babel/plugin-transform-block-scoping" "^7.6.2"
732736
"@babel/plugin-transform-classes" "^7.5.5"
733737
"@babel/plugin-transform-computed-properties" "^7.2.0"
734738
"@babel/plugin-transform-destructuring" "^7.6.0"
735-
"@babel/plugin-transform-dotall-regex" "^7.4.4"
739+
"@babel/plugin-transform-dotall-regex" "^7.6.2"
736740
"@babel/plugin-transform-duplicate-keys" "^7.5.0"
737741
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
738742
"@babel/plugin-transform-for-of" "^7.4.4"
@@ -743,19 +747,19 @@
743747
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
744748
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
745749
"@babel/plugin-transform-modules-umd" "^7.2.0"
746-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0"
750+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.2"
747751
"@babel/plugin-transform-new-target" "^7.4.4"
748752
"@babel/plugin-transform-object-super" "^7.5.5"
749753
"@babel/plugin-transform-parameters" "^7.4.4"
750754
"@babel/plugin-transform-property-literals" "^7.2.0"
751755
"@babel/plugin-transform-regenerator" "^7.4.5"
752756
"@babel/plugin-transform-reserved-words" "^7.2.0"
753757
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
754-
"@babel/plugin-transform-spread" "^7.2.0"
758+
"@babel/plugin-transform-spread" "^7.6.2"
755759
"@babel/plugin-transform-sticky-regex" "^7.2.0"
756760
"@babel/plugin-transform-template-literals" "^7.4.4"
757761
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
758-
"@babel/plugin-transform-unicode-regex" "^7.4.4"
762+
"@babel/plugin-transform-unicode-regex" "^7.6.2"
759763
"@babel/types" "^7.6.0"
760764
browserslist "^4.6.0"
761765
core-js-compat "^3.1.1"
@@ -843,16 +847,16 @@
843847
globals "^11.1.0"
844848
lodash "^4.17.13"
845849

846-
"@babel/traverse@^7.6.0":
847-
version "7.6.0"
848-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516"
849-
integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ==
850+
"@babel/traverse@^7.6.2":
851+
version "7.6.2"
852+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c"
853+
integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ==
850854
dependencies:
851855
"@babel/code-frame" "^7.5.5"
852-
"@babel/generator" "^7.6.0"
856+
"@babel/generator" "^7.6.2"
853857
"@babel/helper-function-name" "^7.1.0"
854858
"@babel/helper-split-export-declaration" "^7.4.4"
855-
"@babel/parser" "^7.6.0"
859+
"@babel/parser" "^7.6.2"
856860
"@babel/types" "^7.6.0"
857861
debug "^4.1.0"
858862
globals "^11.1.0"
@@ -6403,10 +6407,10 @@ redent@^2.0.0:
64036407
indent-string "^3.0.0"
64046408
strip-indent "^2.0.0"
64056409

6406-
regenerate-unicode-properties@^8.0.2:
6407-
version "8.0.2"
6408-
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.0.2.tgz#7b38faa296252376d363558cfbda90c9ce709662"
6409-
integrity sha512-SbA/iNrBUf6Pv2zU8Ekv1Qbhv92yxL4hiDa2siuxs4KKn4oOoMDHXjAf7+Nz9qinUQ46B1LcWEi/PhJfPWpZWQ==
6410+
regenerate-unicode-properties@^8.1.0:
6411+
version "8.1.0"
6412+
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e"
6413+
integrity sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA==
64106414
dependencies:
64116415
regenerate "^1.4.0"
64126416

@@ -6430,11 +6434,6 @@ regex-not@^1.0.0, regex-not@^1.0.2:
64306434
extend-shallow "^3.0.2"
64316435
safe-regex "^1.1.0"
64326436

6433-
regexp-tree@^0.1.13:
6434-
version "0.1.13"
6435-
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f"
6436-
integrity sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw==
6437-
64386437
regexpp@^2.0.1:
64396438
version "2.0.1"
64406439
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
@@ -6445,13 +6444,13 @@ regexpp@^3.0.0:
64456444
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
64466445
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
64476446

6448-
regexpu-core@^4.5.4:
6449-
version "4.5.4"
6450-
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae"
6451-
integrity sha512-BtizvGtFQKGPUcTy56o3nk1bGRp4SZOTYrDtGNlqCQufptV5IkkLN6Emw+yunAJjzf+C9FQFtvq7IoA3+oMYHQ==
6447+
regexpu-core@^4.6.0:
6448+
version "4.6.0"
6449+
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
6450+
integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==
64526451
dependencies:
64536452
regenerate "^1.4.0"
6454-
regenerate-unicode-properties "^8.0.2"
6453+
regenerate-unicode-properties "^8.1.0"
64556454
regjsgen "^0.5.0"
64566455
regjsparser "^0.6.0"
64576456
unicode-match-property-ecmascript "^1.0.4"

0 commit comments

Comments
 (0)