Skip to content

Commit ff21b6c

Browse files
chore(deps-dev): Bump @babel/preset-env from 7.14.2 to 7.14.4 (#1741)
1 parent 08ef790 commit ff21b6c

1 file changed

Lines changed: 102 additions & 74 deletions

File tree

yarn.lock

Lines changed: 102 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
dependencies:
1717
"@babel/highlight" "^7.12.13"
1818

19-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.14.0":
20-
version "7.14.0"
21-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
22-
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
19+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4":
20+
version "7.14.4"
21+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
22+
integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==
2323

2424
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
2525
version "7.9.0"
@@ -104,14 +104,14 @@
104104
"@babel/helper-explode-assignable-expression" "^7.12.13"
105105
"@babel/types" "^7.12.13"
106106

107-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16":
108-
version "7.13.16"
109-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
110-
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
107+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.4":
108+
version "7.14.4"
109+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516"
110+
integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==
111111
dependencies:
112-
"@babel/compat-data" "^7.13.15"
112+
"@babel/compat-data" "^7.14.4"
113113
"@babel/helper-validator-option" "^7.12.17"
114-
browserslist "^4.14.5"
114+
browserslist "^4.16.6"
115115
semver "^6.3.0"
116116

117117
"@babel/helper-create-class-features-plugin@^7.13.0":
@@ -137,6 +137,18 @@
137137
"@babel/helper-replace-supers" "^7.13.12"
138138
"@babel/helper-split-export-declaration" "^7.12.13"
139139

140+
"@babel/helper-create-class-features-plugin@^7.14.3":
141+
version "7.14.4"
142+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42"
143+
integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==
144+
dependencies:
145+
"@babel/helper-annotate-as-pure" "^7.12.13"
146+
"@babel/helper-function-name" "^7.14.2"
147+
"@babel/helper-member-expression-to-functions" "^7.13.12"
148+
"@babel/helper-optimise-call-expression" "^7.12.13"
149+
"@babel/helper-replace-supers" "^7.14.4"
150+
"@babel/helper-split-export-declaration" "^7.12.13"
151+
140152
"@babel/helper-create-regexp-features-plugin@^7.12.13":
141153
version "7.12.13"
142154
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz#0996d370a92896c612ae41a4215544bd152579c0"
@@ -371,6 +383,16 @@
371383
"@babel/traverse" "^7.13.0"
372384
"@babel/types" "^7.13.12"
373385

386+
"@babel/helper-replace-supers@^7.14.4":
387+
version "7.14.4"
388+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836"
389+
integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==
390+
dependencies:
391+
"@babel/helper-member-expression-to-functions" "^7.13.12"
392+
"@babel/helper-optimise-call-expression" "^7.12.13"
393+
"@babel/traverse" "^7.14.2"
394+
"@babel/types" "^7.14.4"
395+
374396
"@babel/helper-replace-supers@^7.8.6":
375397
version "7.8.6"
376398
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
@@ -532,11 +554,12 @@
532554
"@babel/helper-create-class-features-plugin" "^7.13.0"
533555
"@babel/helper-plugin-utils" "^7.13.0"
534556

535-
"@babel/plugin-proposal-class-static-block@^7.13.11":
536-
version "7.13.11"
537-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703"
538-
integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg==
557+
"@babel/plugin-proposal-class-static-block@^7.14.3":
558+
version "7.14.3"
559+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360"
560+
integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==
539561
dependencies:
562+
"@babel/helper-create-class-features-plugin" "^7.14.3"
540563
"@babel/helper-plugin-utils" "^7.13.0"
541564
"@babel/plugin-syntax-class-static-block" "^7.12.13"
542565

@@ -588,13 +611,13 @@
588611
"@babel/helper-plugin-utils" "^7.13.0"
589612
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
590613

591-
"@babel/plugin-proposal-object-rest-spread@^7.14.2":
592-
version "7.14.2"
593-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc"
594-
integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw==
614+
"@babel/plugin-proposal-object-rest-spread@^7.14.4":
615+
version "7.14.4"
616+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4"
617+
integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==
595618
dependencies:
596-
"@babel/compat-data" "^7.14.0"
597-
"@babel/helper-compilation-targets" "^7.13.16"
619+
"@babel/compat-data" "^7.14.4"
620+
"@babel/helper-compilation-targets" "^7.14.4"
598621
"@babel/helper-plugin-utils" "^7.13.0"
599622
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
600623
"@babel/plugin-transform-parameters" "^7.14.2"
@@ -777,23 +800,23 @@
777800
dependencies:
778801
"@babel/helper-plugin-utils" "^7.12.13"
779802

780-
"@babel/plugin-transform-block-scoping@^7.14.2":
781-
version "7.14.2"
782-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c"
783-
integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg==
803+
"@babel/plugin-transform-block-scoping@^7.14.4":
804+
version "7.14.4"
805+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8"
806+
integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==
784807
dependencies:
785808
"@babel/helper-plugin-utils" "^7.13.0"
786809

787-
"@babel/plugin-transform-classes@^7.14.2":
788-
version "7.14.2"
789-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d"
790-
integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg==
810+
"@babel/plugin-transform-classes@^7.14.4":
811+
version "7.14.4"
812+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a"
813+
integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==
791814
dependencies:
792815
"@babel/helper-annotate-as-pure" "^7.12.13"
793816
"@babel/helper-function-name" "^7.14.2"
794817
"@babel/helper-optimise-call-expression" "^7.12.13"
795818
"@babel/helper-plugin-utils" "^7.13.0"
796-
"@babel/helper-replace-supers" "^7.13.12"
819+
"@babel/helper-replace-supers" "^7.14.4"
797820
"@babel/helper-split-export-declaration" "^7.12.13"
798821
globals "^11.1.0"
799822

@@ -804,10 +827,10 @@
804827
dependencies:
805828
"@babel/helper-plugin-utils" "^7.13.0"
806829

807-
"@babel/plugin-transform-destructuring@^7.13.17":
808-
version "7.13.17"
809-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27"
810-
integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==
830+
"@babel/plugin-transform-destructuring@^7.14.4":
831+
version "7.14.4"
832+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed"
833+
integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==
811834
dependencies:
812835
"@babel/helper-plugin-utils" "^7.13.0"
813836

@@ -1003,25 +1026,25 @@
10031026
"@babel/helper-plugin-utils" "^7.12.13"
10041027

10051028
"@babel/preset-env@^7.7.5":
1006-
version "7.14.2"
1007-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5"
1008-
integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ==
1029+
version "7.14.4"
1030+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d"
1031+
integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==
10091032
dependencies:
1010-
"@babel/compat-data" "^7.14.0"
1011-
"@babel/helper-compilation-targets" "^7.13.16"
1033+
"@babel/compat-data" "^7.14.4"
1034+
"@babel/helper-compilation-targets" "^7.14.4"
10121035
"@babel/helper-plugin-utils" "^7.13.0"
10131036
"@babel/helper-validator-option" "^7.12.17"
10141037
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
10151038
"@babel/plugin-proposal-async-generator-functions" "^7.14.2"
10161039
"@babel/plugin-proposal-class-properties" "^7.13.0"
1017-
"@babel/plugin-proposal-class-static-block" "^7.13.11"
1040+
"@babel/plugin-proposal-class-static-block" "^7.14.3"
10181041
"@babel/plugin-proposal-dynamic-import" "^7.14.2"
10191042
"@babel/plugin-proposal-export-namespace-from" "^7.14.2"
10201043
"@babel/plugin-proposal-json-strings" "^7.14.2"
10211044
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
10221045
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
10231046
"@babel/plugin-proposal-numeric-separator" "^7.14.2"
1024-
"@babel/plugin-proposal-object-rest-spread" "^7.14.2"
1047+
"@babel/plugin-proposal-object-rest-spread" "^7.14.4"
10251048
"@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
10261049
"@babel/plugin-proposal-optional-chaining" "^7.14.2"
10271050
"@babel/plugin-proposal-private-methods" "^7.13.0"
@@ -1044,10 +1067,10 @@
10441067
"@babel/plugin-transform-arrow-functions" "^7.13.0"
10451068
"@babel/plugin-transform-async-to-generator" "^7.13.0"
10461069
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
1047-
"@babel/plugin-transform-block-scoping" "^7.14.2"
1048-
"@babel/plugin-transform-classes" "^7.14.2"
1070+
"@babel/plugin-transform-block-scoping" "^7.14.4"
1071+
"@babel/plugin-transform-classes" "^7.14.4"
10491072
"@babel/plugin-transform-computed-properties" "^7.13.0"
1050-
"@babel/plugin-transform-destructuring" "^7.13.17"
1073+
"@babel/plugin-transform-destructuring" "^7.14.4"
10511074
"@babel/plugin-transform-dotall-regex" "^7.12.13"
10521075
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
10531076
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
@@ -1074,7 +1097,7 @@
10741097
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
10751098
"@babel/plugin-transform-unicode-regex" "^7.12.13"
10761099
"@babel/preset-modules" "^0.1.4"
1077-
"@babel/types" "^7.14.2"
1100+
"@babel/types" "^7.14.4"
10781101
babel-plugin-polyfill-corejs2 "^0.2.0"
10791102
babel-plugin-polyfill-corejs3 "^0.2.0"
10801103
babel-plugin-polyfill-regenerator "^0.2.0"
@@ -1190,10 +1213,10 @@
11901213
debug "^4.1.0"
11911214
globals "^11.1.0"
11921215

1193-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
1194-
version "7.14.2"
1195-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
1196-
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==
1216+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
1217+
version "7.14.4"
1218+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
1219+
integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==
11971220
dependencies:
11981221
"@babel/helper-validator-identifier" "^7.14.0"
11991222
to-fast-properties "^2.0.0"
@@ -2000,17 +2023,6 @@ browser-process-hrtime@^1.0.0:
20002023
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
20012024
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
20022025

2003-
browserslist@^4.14.5:
2004-
version "4.14.7"
2005-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
2006-
integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
2007-
dependencies:
2008-
caniuse-lite "^1.0.30001157"
2009-
colorette "^1.2.1"
2010-
electron-to-chromium "^1.3.591"
2011-
escalade "^3.1.1"
2012-
node-releases "^1.1.66"
2013-
20142026
browserslist@^4.16.3:
20152027
version "4.16.3"
20162028
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.3.tgz#340aa46940d7db878748567c5dea24a48ddf3717"
@@ -2022,6 +2034,17 @@ browserslist@^4.16.3:
20222034
escalade "^3.1.1"
20232035
node-releases "^1.1.70"
20242036

2037+
browserslist@^4.16.6:
2038+
version "4.16.6"
2039+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
2040+
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
2041+
dependencies:
2042+
caniuse-lite "^1.0.30001219"
2043+
colorette "^1.2.2"
2044+
electron-to-chromium "^1.3.723"
2045+
escalade "^3.1.1"
2046+
node-releases "^1.1.71"
2047+
20252048
bser@2.1.1:
20262049
version "2.1.1"
20272050
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -2077,16 +2100,16 @@ camelcase@^6.0.0:
20772100
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.0.0.tgz#5259f7c30e35e278f1bdc2a4d91230b37cad981e"
20782101
integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==
20792102

2080-
caniuse-lite@^1.0.30001157:
2081-
version "1.0.30001159"
2082-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20"
2083-
integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA==
2084-
20852103
caniuse-lite@^1.0.30001181:
20862104
version "1.0.30001191"
20872105
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001191.tgz#bacb432b6701f690c8c5f7c680166b9a9f0843d9"
20882106
integrity sha512-xJJqzyd+7GCJXkcoBiQ1GuxEiOBCLQ0aVW9HMekifZsAVGdj5eJ4mFB9fEhSHipq9IOk/QXFJUiIr9lZT+EsGw==
20892107

2108+
caniuse-lite@^1.0.30001219:
2109+
version "1.0.30001230"
2110+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71"
2111+
integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ==
2112+
20902113
capture-exit@^2.0.0:
20912114
version "2.0.0"
20922115
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -2216,6 +2239,11 @@ colorette@^1.2.1:
22162239
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
22172240
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
22182241

2242+
colorette@^1.2.2:
2243+
version "1.2.2"
2244+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
2245+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
2246+
22192247
combined-stream@^1.0.6, combined-stream@~1.0.6:
22202248
version "1.0.8"
22212249
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -2474,16 +2502,16 @@ ecc-jsbn@~0.1.1:
24742502
jsbn "~0.1.0"
24752503
safer-buffer "^2.1.0"
24762504

2477-
electron-to-chromium@^1.3.591:
2478-
version "1.3.603"
2479-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.603.tgz#1b71bec27fb940eccd79245f6824c63d5f7e8abf"
2480-
integrity sha512-J8OHxOeJkoSLgBXfV9BHgKccgfLMHh+CoeRo6wJsi6m0k3otaxS/5vrHpMNSEYY4MISwewqanPOuhAtuE8riQQ==
2481-
24822505
electron-to-chromium@^1.3.649:
24832506
version "1.3.672"
24842507
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.672.tgz#3a6e335016dab4bc584d5292adc4f98f54541f6a"
24852508
integrity sha512-gFQe7HBb0lbOMqK2GAS5/1F+B0IMdYiAgB9OT/w1F4M7lgJK2aNOMNOM622aEax+nS1cTMytkiT0uMOkbtFmHw==
24862509

2510+
electron-to-chromium@^1.3.723:
2511+
version "1.3.742"
2512+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.742.tgz#7223215acbbd3a5284962ebcb6df85d88b95f200"
2513+
integrity sha512-ihL14knI9FikJmH2XUIDdZFWJxvr14rPSdOhJ7PpS27xbz8qmaRwCwyg/bmFwjWKmWK9QyamiCZVCvXm5CH//Q==
2514+
24872515
emittery@^0.7.1:
24882516
version "0.7.1"
24892517
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.1.tgz#c02375a927a40948c0345cc903072597f5270451"
@@ -4458,16 +4486,16 @@ node-notifier@^8.0.0:
44584486
uuid "^8.3.0"
44594487
which "^2.0.2"
44604488

4461-
node-releases@^1.1.66:
4462-
version "1.1.67"
4463-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12"
4464-
integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==
4465-
44664489
node-releases@^1.1.70:
44674490
version "1.1.70"
44684491
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.70.tgz#66e0ed0273aa65666d7fe78febe7634875426a08"
44694492
integrity sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw==
44704493

4494+
node-releases@^1.1.71:
4495+
version "1.1.72"
4496+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe"
4497+
integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==
4498+
44714499
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
44724500
version "2.5.0"
44734501
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"

0 commit comments

Comments
 (0)