Skip to content

Commit 2ab9e22

Browse files
authored
chore: update dependencies (#73)
1 parent 1723a55 commit 2ab9e22

File tree

2 files changed

+119
-119
lines changed

2 files changed

+119
-119
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"test": "mocha"
1919
},
2020
"dependencies": {
21-
"@babel/core": "~7.15.0",
22-
"@babel/eslint-parser": "~7.15.0",
21+
"@babel/core": "~7.15.5",
22+
"@babel/eslint-parser": "~7.15.4",
2323
"eslint-restricted-globals": "~0.2.0"
2424
},
2525
"devDependencies": {

yarn.lock

Lines changed: 117 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -21,136 +21,136 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
2222
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
2323

24-
"@babel/core@~7.15.0":
25-
version "7.15.0"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
27-
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
24+
"@babel/core@~7.15.5":
25+
version "7.15.5"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
27+
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
2828
dependencies:
2929
"@babel/code-frame" "^7.14.5"
30-
"@babel/generator" "^7.15.0"
31-
"@babel/helper-compilation-targets" "^7.15.0"
32-
"@babel/helper-module-transforms" "^7.15.0"
33-
"@babel/helpers" "^7.14.8"
34-
"@babel/parser" "^7.15.0"
35-
"@babel/template" "^7.14.5"
36-
"@babel/traverse" "^7.15.0"
37-
"@babel/types" "^7.15.0"
30+
"@babel/generator" "^7.15.4"
31+
"@babel/helper-compilation-targets" "^7.15.4"
32+
"@babel/helper-module-transforms" "^7.15.4"
33+
"@babel/helpers" "^7.15.4"
34+
"@babel/parser" "^7.15.5"
35+
"@babel/template" "^7.15.4"
36+
"@babel/traverse" "^7.15.4"
37+
"@babel/types" "^7.15.4"
3838
convert-source-map "^1.7.0"
3939
debug "^4.1.0"
4040
gensync "^1.0.0-beta.2"
4141
json5 "^2.1.2"
4242
semver "^6.3.0"
4343
source-map "^0.5.0"
4444

45-
"@babel/eslint-parser@~7.15.0":
46-
version "7.15.0"
47-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz#b54f06e04d0e93aebcba99f89251e3bf0ee39f21"
48-
integrity sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==
45+
"@babel/eslint-parser@~7.15.4":
46+
version "7.15.4"
47+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.4.tgz#46385943726291fb3e8db99522c8099b15684387"
48+
integrity sha512-hPMIAmGNbmQzXJIo2P43Zj9UhRmGev5f9nqdBFOWNGDGh6XKmjby79woBvg6y0Jur6yRfQBneDbUQ8ZVc1krFw==
4949
dependencies:
5050
eslint-scope "^5.1.1"
5151
eslint-visitor-keys "^2.1.0"
5252
semver "^6.3.0"
5353

54-
"@babel/generator@^7.15.0":
55-
version "7.15.0"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
57-
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
54+
"@babel/generator@^7.15.4":
55+
version "7.15.4"
56+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0"
57+
integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==
5858
dependencies:
59-
"@babel/types" "^7.15.0"
59+
"@babel/types" "^7.15.4"
6060
jsesc "^2.5.1"
6161
source-map "^0.5.0"
6262

63-
"@babel/helper-compilation-targets@^7.15.0":
64-
version "7.15.0"
65-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
66-
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
63+
"@babel/helper-compilation-targets@^7.15.4":
64+
version "7.15.4"
65+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
66+
integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
6767
dependencies:
6868
"@babel/compat-data" "^7.15.0"
6969
"@babel/helper-validator-option" "^7.14.5"
7070
browserslist "^4.16.6"
7171
semver "^6.3.0"
7272

73-
"@babel/helper-function-name@^7.14.5":
74-
version "7.14.5"
75-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
76-
integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==
73+
"@babel/helper-function-name@^7.15.4":
74+
version "7.15.4"
75+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
76+
integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
7777
dependencies:
78-
"@babel/helper-get-function-arity" "^7.14.5"
79-
"@babel/template" "^7.14.5"
80-
"@babel/types" "^7.14.5"
78+
"@babel/helper-get-function-arity" "^7.15.4"
79+
"@babel/template" "^7.15.4"
80+
"@babel/types" "^7.15.4"
8181

82-
"@babel/helper-get-function-arity@^7.14.5":
83-
version "7.14.5"
84-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
85-
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
82+
"@babel/helper-get-function-arity@^7.15.4":
83+
version "7.15.4"
84+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
85+
integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
8686
dependencies:
87-
"@babel/types" "^7.14.5"
87+
"@babel/types" "^7.15.4"
8888

89-
"@babel/helper-hoist-variables@^7.14.5":
90-
version "7.14.5"
91-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
92-
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
89+
"@babel/helper-hoist-variables@^7.15.4":
90+
version "7.15.4"
91+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
92+
integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
9393
dependencies:
94-
"@babel/types" "^7.14.5"
94+
"@babel/types" "^7.15.4"
9595

96-
"@babel/helper-member-expression-to-functions@^7.15.0":
97-
version "7.15.0"
98-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
99-
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
96+
"@babel/helper-member-expression-to-functions@^7.15.4":
97+
version "7.15.4"
98+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
99+
integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==
100100
dependencies:
101-
"@babel/types" "^7.15.0"
101+
"@babel/types" "^7.15.4"
102102

103-
"@babel/helper-module-imports@^7.14.5":
104-
version "7.14.5"
105-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
106-
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
103+
"@babel/helper-module-imports@^7.15.4":
104+
version "7.15.4"
105+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
106+
integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
107107
dependencies:
108-
"@babel/types" "^7.14.5"
108+
"@babel/types" "^7.15.4"
109109

110-
"@babel/helper-module-transforms@^7.15.0":
111-
version "7.15.0"
112-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
113-
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
110+
"@babel/helper-module-transforms@^7.15.4":
111+
version "7.15.4"
112+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c"
113+
integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==
114114
dependencies:
115-
"@babel/helper-module-imports" "^7.14.5"
116-
"@babel/helper-replace-supers" "^7.15.0"
117-
"@babel/helper-simple-access" "^7.14.8"
118-
"@babel/helper-split-export-declaration" "^7.14.5"
115+
"@babel/helper-module-imports" "^7.15.4"
116+
"@babel/helper-replace-supers" "^7.15.4"
117+
"@babel/helper-simple-access" "^7.15.4"
118+
"@babel/helper-split-export-declaration" "^7.15.4"
119119
"@babel/helper-validator-identifier" "^7.14.9"
120-
"@babel/template" "^7.14.5"
121-
"@babel/traverse" "^7.15.0"
122-
"@babel/types" "^7.15.0"
120+
"@babel/template" "^7.15.4"
121+
"@babel/traverse" "^7.15.4"
122+
"@babel/types" "^7.15.4"
123123

124-
"@babel/helper-optimise-call-expression@^7.14.5":
125-
version "7.14.5"
126-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
127-
integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==
124+
"@babel/helper-optimise-call-expression@^7.15.4":
125+
version "7.15.4"
126+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
127+
integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==
128128
dependencies:
129-
"@babel/types" "^7.14.5"
129+
"@babel/types" "^7.15.4"
130130

131-
"@babel/helper-replace-supers@^7.15.0":
132-
version "7.15.0"
133-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
134-
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
131+
"@babel/helper-replace-supers@^7.15.4":
132+
version "7.15.4"
133+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a"
134+
integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==
135135
dependencies:
136-
"@babel/helper-member-expression-to-functions" "^7.15.0"
137-
"@babel/helper-optimise-call-expression" "^7.14.5"
138-
"@babel/traverse" "^7.15.0"
139-
"@babel/types" "^7.15.0"
136+
"@babel/helper-member-expression-to-functions" "^7.15.4"
137+
"@babel/helper-optimise-call-expression" "^7.15.4"
138+
"@babel/traverse" "^7.15.4"
139+
"@babel/types" "^7.15.4"
140140

141-
"@babel/helper-simple-access@^7.14.8":
142-
version "7.14.8"
143-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
144-
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
141+
"@babel/helper-simple-access@^7.15.4":
142+
version "7.15.4"
143+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b"
144+
integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==
145145
dependencies:
146-
"@babel/types" "^7.14.8"
146+
"@babel/types" "^7.15.4"
147147

148-
"@babel/helper-split-export-declaration@^7.14.5":
149-
version "7.14.5"
150-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
151-
integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
148+
"@babel/helper-split-export-declaration@^7.15.4":
149+
version "7.15.4"
150+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
151+
integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
152152
dependencies:
153-
"@babel/types" "^7.14.5"
153+
"@babel/types" "^7.15.4"
154154

155155
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
156156
version "7.14.9"
@@ -162,14 +162,14 @@
162162
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
163163
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
164164

165-
"@babel/helpers@^7.14.8":
166-
version "7.15.3"
167-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.3.tgz#c96838b752b95dcd525b4e741ed40bb1dc2a1357"
168-
integrity sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g==
165+
"@babel/helpers@^7.15.4":
166+
version "7.15.4"
167+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
168+
integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
169169
dependencies:
170-
"@babel/template" "^7.14.5"
171-
"@babel/traverse" "^7.15.0"
172-
"@babel/types" "^7.15.0"
170+
"@babel/template" "^7.15.4"
171+
"@babel/traverse" "^7.15.4"
172+
"@babel/types" "^7.15.4"
173173

174174
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
175175
version "7.14.5"
@@ -180,39 +180,39 @@
180180
chalk "^2.0.0"
181181
js-tokens "^4.0.0"
182182

183-
"@babel/parser@^7.14.5", "@babel/parser@^7.15.0":
184-
version "7.15.3"
185-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
186-
integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
183+
"@babel/parser@^7.15.4", "@babel/parser@^7.15.5":
184+
version "7.15.5"
185+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
186+
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
187187

188-
"@babel/template@^7.14.5":
189-
version "7.14.5"
190-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
191-
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
188+
"@babel/template@^7.15.4":
189+
version "7.15.4"
190+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
191+
integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
192192
dependencies:
193193
"@babel/code-frame" "^7.14.5"
194-
"@babel/parser" "^7.14.5"
195-
"@babel/types" "^7.14.5"
194+
"@babel/parser" "^7.15.4"
195+
"@babel/types" "^7.15.4"
196196

197-
"@babel/traverse@^7.15.0":
198-
version "7.15.0"
199-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
200-
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
197+
"@babel/traverse@^7.15.4":
198+
version "7.15.4"
199+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
200+
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
201201
dependencies:
202202
"@babel/code-frame" "^7.14.5"
203-
"@babel/generator" "^7.15.0"
204-
"@babel/helper-function-name" "^7.14.5"
205-
"@babel/helper-hoist-variables" "^7.14.5"
206-
"@babel/helper-split-export-declaration" "^7.14.5"
207-
"@babel/parser" "^7.15.0"
208-
"@babel/types" "^7.15.0"
203+
"@babel/generator" "^7.15.4"
204+
"@babel/helper-function-name" "^7.15.4"
205+
"@babel/helper-hoist-variables" "^7.15.4"
206+
"@babel/helper-split-export-declaration" "^7.15.4"
207+
"@babel/parser" "^7.15.4"
208+
"@babel/types" "^7.15.4"
209209
debug "^4.1.0"
210210
globals "^11.1.0"
211211

212-
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0":
213-
version "7.15.0"
214-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
215-
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
212+
"@babel/types@^7.15.4":
213+
version "7.15.4"
214+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d"
215+
integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw==
216216
dependencies:
217217
"@babel/helper-validator-identifier" "^7.14.9"
218218
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)