Skip to content

Commit 9a9db72

Browse files
Bump @babel/core from 7.13.8 to 7.13.10 in /example (mrousavy#34)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.8 to 7.13.10. - [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.10/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68d06b8 commit 9a9db72

File tree

2 files changed

+30
-118
lines changed

2 files changed

+30
-118
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-native-video": "^5.1.1"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.13.8",
27+
"@babel/core": "^7.13.10",
2828
"@babel/runtime": "^7.13.10",
2929
"@react-native-community/eslint-config": "^2.0.0",
3030
"@react-native-community/eslint-plugin": "^1.1.0",

example/yarn.lock

Lines changed: 29 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,17 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
2222
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
2323

24-
"@babel/core@^7.0.0":
25-
version "7.12.17"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2"
27-
integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ==
28-
dependencies:
29-
"@babel/code-frame" "^7.12.13"
30-
"@babel/generator" "^7.12.17"
31-
"@babel/helper-module-transforms" "^7.12.17"
32-
"@babel/helpers" "^7.12.17"
33-
"@babel/parser" "^7.12.17"
34-
"@babel/template" "^7.12.13"
35-
"@babel/traverse" "^7.12.17"
36-
"@babel/types" "^7.12.17"
37-
convert-source-map "^1.7.0"
38-
debug "^4.1.0"
39-
gensync "^1.0.0-beta.1"
40-
json5 "^2.1.2"
41-
lodash "^4.17.19"
42-
semver "^5.4.1"
43-
source-map "^0.5.0"
44-
45-
"@babel/core@^7.13.8":
46-
version "7.13.8"
47-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
48-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
24+
"@babel/core@^7.0.0", "@babel/core@^7.13.10":
25+
version "7.13.10"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
27+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
4928
dependencies:
5029
"@babel/code-frame" "^7.12.13"
51-
"@babel/generator" "^7.13.0"
52-
"@babel/helper-compilation-targets" "^7.13.8"
30+
"@babel/generator" "^7.13.9"
31+
"@babel/helper-compilation-targets" "^7.13.10"
5332
"@babel/helper-module-transforms" "^7.13.0"
54-
"@babel/helpers" "^7.13.0"
55-
"@babel/parser" "^7.13.4"
33+
"@babel/helpers" "^7.13.10"
34+
"@babel/parser" "^7.13.10"
5635
"@babel/template" "^7.12.13"
5736
"@babel/traverse" "^7.13.0"
5837
"@babel/types" "^7.13.0"
@@ -64,19 +43,10 @@
6443
semver "^6.3.0"
6544
source-map "^0.5.0"
6645

67-
"@babel/generator@^7.12.17", "@babel/generator@^7.5.0":
68-
version "7.12.17"
69-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
70-
integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==
71-
dependencies:
72-
"@babel/types" "^7.12.17"
73-
jsesc "^2.5.1"
74-
source-map "^0.5.0"
75-
76-
"@babel/generator@^7.13.0":
77-
version "7.13.0"
78-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.0.tgz#bd00d4394ca22f220390c56a0b5b85568ec1ec0c"
79-
integrity sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw==
46+
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9", "@babel/generator@^7.5.0":
47+
version "7.13.9"
48+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
49+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
8050
dependencies:
8151
"@babel/types" "^7.13.0"
8252
jsesc "^2.5.1"
@@ -97,10 +67,10 @@
9767
"@babel/helper-explode-assignable-expression" "^7.12.13"
9868
"@babel/types" "^7.12.13"
9969

100-
"@babel/helper-compilation-targets@^7.13.8":
101-
version "7.13.8"
102-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
103-
integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==
70+
"@babel/helper-compilation-targets@^7.13.10":
71+
version "7.13.10"
72+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
73+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
10474
dependencies:
10575
"@babel/compat-data" "^7.13.8"
10676
"@babel/helper-validator-option" "^7.12.17"
@@ -170,22 +140,7 @@
170140
dependencies:
171141
"@babel/types" "^7.12.13"
172142

173-
"@babel/helper-module-transforms@^7.12.13", "@babel/helper-module-transforms@^7.12.17":
174-
version "7.12.17"
175-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
176-
integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ==
177-
dependencies:
178-
"@babel/helper-module-imports" "^7.12.13"
179-
"@babel/helper-replace-supers" "^7.12.13"
180-
"@babel/helper-simple-access" "^7.12.13"
181-
"@babel/helper-split-export-declaration" "^7.12.13"
182-
"@babel/helper-validator-identifier" "^7.12.11"
183-
"@babel/template" "^7.12.13"
184-
"@babel/traverse" "^7.12.17"
185-
"@babel/types" "^7.12.17"
186-
lodash "^4.17.19"
187-
188-
"@babel/helper-module-transforms@^7.13.0":
143+
"@babel/helper-module-transforms@^7.12.13", "@babel/helper-module-transforms@^7.13.0":
189144
version "7.13.0"
190145
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
191146
integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==
@@ -287,19 +242,10 @@
287242
"@babel/traverse" "^7.13.0"
288243
"@babel/types" "^7.13.0"
289244

290-
"@babel/helpers@^7.12.17":
291-
version "7.12.17"
292-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
293-
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
294-
dependencies:
295-
"@babel/template" "^7.12.13"
296-
"@babel/traverse" "^7.12.17"
297-
"@babel/types" "^7.12.17"
298-
299-
"@babel/helpers@^7.13.0":
300-
version "7.13.0"
301-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
302-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
245+
"@babel/helpers@^7.13.10":
246+
version "7.13.10"
247+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
248+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
303249
dependencies:
304250
"@babel/template" "^7.12.13"
305251
"@babel/traverse" "^7.13.0"
@@ -314,20 +260,10 @@
314260
chalk "^2.0.0"
315261
js-tokens "^4.0.0"
316262

317-
"@babel/parser@^7.0.0", "@babel/parser@^7.12.13", "@babel/parser@^7.12.17":
318-
version "7.12.17"
319-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
320-
integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
321-
322-
"@babel/parser@^7.13.0", "@babel/parser@^7.7.0":
323-
version "7.13.4"
324-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
325-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
326-
327-
"@babel/parser@^7.13.4":
328-
version "7.13.9"
329-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
330-
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
263+
"@babel/parser@^7.0.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10", "@babel/parser@^7.7.0":
264+
version "7.13.10"
265+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
266+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
331267

332268
"@babel/plugin-external-helpers@^7.0.0":
333269
version "7.12.13"
@@ -718,22 +654,7 @@
718654
"@babel/parser" "^7.12.13"
719655
"@babel/types" "^7.12.13"
720656

721-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.17":
722-
version "7.12.17"
723-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
724-
integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ==
725-
dependencies:
726-
"@babel/code-frame" "^7.12.13"
727-
"@babel/generator" "^7.12.17"
728-
"@babel/helper-function-name" "^7.12.13"
729-
"@babel/helper-split-export-declaration" "^7.12.13"
730-
"@babel/parser" "^7.12.17"
731-
"@babel/types" "^7.12.17"
732-
debug "^4.1.0"
733-
globals "^11.1.0"
734-
lodash "^4.17.19"
735-
736-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
657+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
737658
version "7.13.0"
738659
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
739660
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
@@ -748,16 +669,7 @@
748669
globals "^11.1.0"
749670
lodash "^4.17.19"
750671

751-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17":
752-
version "7.12.17"
753-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
754-
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
755-
dependencies:
756-
"@babel/helper-validator-identifier" "^7.12.11"
757-
lodash "^4.17.19"
758-
to-fast-properties "^2.0.0"
759-
760-
"@babel/types@^7.13.0", "@babel/types@^7.7.0":
672+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.13.0", "@babel/types@^7.7.0":
761673
version "7.13.0"
762674
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
763675
integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
@@ -2858,7 +2770,7 @@ functional-red-black-tree@^1.0.1:
28582770
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
28592771
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
28602772

2861-
gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2:
2773+
gensync@^1.0.0-beta.2:
28622774
version "1.0.0-beta.2"
28632775
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
28642776
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
@@ -4987,7 +4899,7 @@ [email protected]:
49874899
loose-envify "^1.1.0"
49884900
object-assign "^4.1.1"
49894901

4990-
semver@^5.1.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
4902+
semver@^5.1.0, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
49914903
version "5.7.1"
49924904
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
49934905
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==

0 commit comments

Comments
 (0)