Skip to content

Commit 3be9c8d

Browse files
dependabot-preview[bot]afontcu
authored andcommitted
chore(deps-dev): bump @babel/core from 7.12.17 to 7.13.1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.17 to 7.13.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.1/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a1c7e13 commit 3be9c8d

File tree

2 files changed

+80
-57
lines changed

2 files changed

+80
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dist/index.d.ts"
1313
],
1414
"devDependencies": {
15-
"@babel/core": "^7.12.17",
15+
"@babel/core": "^7.13.1",
1616
"@babel/preset-env": "^7.12.17",
1717
"@babel/types": "^7.12.12",
1818
"@rollup/plugin-commonjs": "^17.1.0",

yarn.lock

Lines changed: 79 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -123,33 +123,39 @@
123123
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
124124
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
125125

126-
"@babel/core@^7.1.0", "@babel/core@^7.12.17", "@babel/core@^7.7.5":
127-
version "7.12.17"
128-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2"
129-
integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ==
126+
"@babel/compat-data@^7.13.0":
127+
version "7.13.0"
128+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
129+
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
130+
131+
"@babel/core@^7.1.0", "@babel/core@^7.13.1", "@babel/core@^7.7.5":
132+
version "7.13.1"
133+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.1.tgz#7ddd027176debe40f13bb88bac0c21218c5b1ecf"
134+
integrity sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w==
130135
dependencies:
131136
"@babel/code-frame" "^7.12.13"
132-
"@babel/generator" "^7.12.17"
133-
"@babel/helper-module-transforms" "^7.12.17"
134-
"@babel/helpers" "^7.12.17"
135-
"@babel/parser" "^7.12.17"
137+
"@babel/generator" "^7.13.0"
138+
"@babel/helper-compilation-targets" "^7.13.0"
139+
"@babel/helper-module-transforms" "^7.13.0"
140+
"@babel/helpers" "^7.13.0"
141+
"@babel/parser" "^7.13.0"
136142
"@babel/template" "^7.12.13"
137-
"@babel/traverse" "^7.12.17"
138-
"@babel/types" "^7.12.17"
143+
"@babel/traverse" "^7.13.0"
144+
"@babel/types" "^7.13.0"
139145
convert-source-map "^1.7.0"
140146
debug "^4.1.0"
141-
gensync "^1.0.0-beta.1"
147+
gensync "^1.0.0-beta.2"
142148
json5 "^2.1.2"
143149
lodash "^4.17.19"
144-
semver "^5.4.1"
150+
semver "7.0.0"
145151
source-map "^0.5.0"
146152

147-
"@babel/generator@^7.12.17":
148-
version "7.12.17"
149-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
150-
integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==
153+
"@babel/generator@^7.13.0":
154+
version "7.13.0"
155+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.0.tgz#bd00d4394ca22f220390c56a0b5b85568ec1ec0c"
156+
integrity sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw==
151157
dependencies:
152-
"@babel/types" "^7.12.17"
158+
"@babel/types" "^7.13.0"
153159
jsesc "^2.5.1"
154160
source-map "^0.5.0"
155161

@@ -168,15 +174,15 @@
168174
"@babel/helper-explode-assignable-expression" "^7.12.13"
169175
"@babel/types" "^7.12.13"
170176

171-
"@babel/helper-compilation-targets@^7.12.17":
172-
version "7.12.17"
173-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7"
174-
integrity sha512-5EkibqLVYOuZ89BSg2lv+GG8feywLuvMXNYgf0Im4MssE0mFWPztSpJbildNnUgw0bLI2EsIN4MpSHC2iUJkQA==
177+
"@babel/helper-compilation-targets@^7.12.17", "@babel/helper-compilation-targets@^7.13.0":
178+
version "7.13.0"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz#c9cf29b82a76fd637f0faa35544c4ace60a155a1"
180+
integrity sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q==
175181
dependencies:
176-
"@babel/compat-data" "^7.12.13"
182+
"@babel/compat-data" "^7.13.0"
177183
"@babel/helper-validator-option" "^7.12.17"
178184
browserslist "^4.14.5"
179-
semver "^5.5.0"
185+
semver "7.0.0"
180186

181187
"@babel/helper-create-class-features-plugin@^7.12.13":
182188
version "7.12.13"
@@ -234,26 +240,33 @@
234240
dependencies:
235241
"@babel/types" "^7.12.13"
236242

243+
"@babel/helper-member-expression-to-functions@^7.13.0":
244+
version "7.13.0"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091"
246+
integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ==
247+
dependencies:
248+
"@babel/types" "^7.13.0"
249+
237250
"@babel/helper-module-imports@^7.12.13":
238251
version "7.12.13"
239252
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
240253
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
241254
dependencies:
242255
"@babel/types" "^7.12.13"
243256

244-
"@babel/helper-module-transforms@^7.12.13", "@babel/helper-module-transforms@^7.12.17":
245-
version "7.12.17"
246-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
247-
integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ==
257+
"@babel/helper-module-transforms@^7.12.13", "@babel/helper-module-transforms@^7.13.0":
258+
version "7.13.0"
259+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
260+
integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==
248261
dependencies:
249262
"@babel/helper-module-imports" "^7.12.13"
250-
"@babel/helper-replace-supers" "^7.12.13"
263+
"@babel/helper-replace-supers" "^7.13.0"
251264
"@babel/helper-simple-access" "^7.12.13"
252265
"@babel/helper-split-export-declaration" "^7.12.13"
253266
"@babel/helper-validator-identifier" "^7.12.11"
254267
"@babel/template" "^7.12.13"
255-
"@babel/traverse" "^7.12.17"
256-
"@babel/types" "^7.12.17"
268+
"@babel/traverse" "^7.13.0"
269+
"@babel/types" "^7.13.0"
257270
lodash "^4.17.19"
258271

259272
"@babel/helper-optimise-call-expression@^7.12.13":
@@ -287,6 +300,16 @@
287300
"@babel/traverse" "^7.12.13"
288301
"@babel/types" "^7.12.13"
289302

303+
"@babel/helper-replace-supers@^7.13.0":
304+
version "7.13.0"
305+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24"
306+
integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw==
307+
dependencies:
308+
"@babel/helper-member-expression-to-functions" "^7.13.0"
309+
"@babel/helper-optimise-call-expression" "^7.12.13"
310+
"@babel/traverse" "^7.13.0"
311+
"@babel/types" "^7.13.0"
312+
290313
"@babel/helper-simple-access@^7.12.13":
291314
version "7.12.13"
292315
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
@@ -328,14 +351,14 @@
328351
"@babel/traverse" "^7.12.13"
329352
"@babel/types" "^7.12.13"
330353

331-
"@babel/helpers@^7.12.17":
332-
version "7.12.17"
333-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
334-
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
354+
"@babel/helpers@^7.13.0":
355+
version "7.13.0"
356+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
357+
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
335358
dependencies:
336359
"@babel/template" "^7.12.13"
337-
"@babel/traverse" "^7.12.17"
338-
"@babel/types" "^7.12.17"
360+
"@babel/traverse" "^7.13.0"
361+
"@babel/types" "^7.13.0"
339362

340363
"@babel/highlight@^7.12.13":
341364
version "7.12.13"
@@ -346,10 +369,10 @@
346369
chalk "^2.0.0"
347370
js-tokens "^4.0.0"
348371

349-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.0", "@babel/parser@^7.12.13", "@babel/parser@^7.12.17", "@babel/parser@^7.7.5":
350-
version "7.12.17"
351-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
352-
integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
372+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.7.5":
373+
version "7.13.0"
374+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
375+
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
353376

354377
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
355378
version "7.12.13"
@@ -903,25 +926,25 @@
903926
"@babel/parser" "^7.12.13"
904927
"@babel/types" "^7.12.13"
905928

906-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.17", "@babel/traverse@^7.7.4":
907-
version "7.12.17"
908-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
909-
integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ==
929+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.7.4":
930+
version "7.13.0"
931+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
932+
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
910933
dependencies:
911934
"@babel/code-frame" "^7.12.13"
912-
"@babel/generator" "^7.12.17"
935+
"@babel/generator" "^7.13.0"
913936
"@babel/helper-function-name" "^7.12.13"
914937
"@babel/helper-split-export-declaration" "^7.12.13"
915-
"@babel/parser" "^7.12.17"
916-
"@babel/types" "^7.12.17"
938+
"@babel/parser" "^7.13.0"
939+
"@babel/types" "^7.13.0"
917940
debug "^4.1.0"
918941
globals "^11.1.0"
919942
lodash "^4.17.19"
920943

921-
"@babel/types@^7.0.0", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.12", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
922-
version "7.12.17"
923-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
924-
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
944+
"@babel/types@^7.0.0", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.12", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
945+
version "7.13.0"
946+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
947+
integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
925948
dependencies:
926949
"@babel/helper-validator-identifier" "^7.12.11"
927950
lodash "^4.17.19"
@@ -3114,10 +3137,10 @@ generic-names@^2.0.1:
31143137
dependencies:
31153138
loader-utils "^1.1.0"
31163139

3117-
gensync@^1.0.0-beta.1:
3118-
version "1.0.0-beta.1"
3119-
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
3120-
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
3140+
gensync@^1.0.0-beta.2:
3141+
version "1.0.0-beta.2"
3142+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
3143+
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
31213144

31223145
get-caller-file@^2.0.1:
31233146
version "2.0.5"
@@ -5747,7 +5770,7 @@ semver-diff@^3.1.1:
57475770
dependencies:
57485771
semver "^6.3.0"
57495772

5750-
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0:
5773+
"semver@2 || 3 || 4 || 5", semver@^5.5.0:
57515774
version "5.7.1"
57525775
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
57535776
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==

0 commit comments

Comments
 (0)