Skip to content

Commit 094f2b6

Browse files
Bump @babel/core from 7.21.3 to 7.21.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.3 to 7.21.4. - [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.21.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad04db9 commit 094f2b6

3 files changed

Lines changed: 138 additions & 93 deletions

File tree

package-lock.json

Lines changed: 88 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-native": ">=0.47.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.21.3",
28+
"@babel/core": "^7.21.4",
2929
"eslint": "^8.36.0",
3030
"eslint-config-airbnb": "^19.0.4",
3131
"eslint-config-prettier": "^8.6.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6":
14-
version "7.18.6"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
16-
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
13+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4":
14+
version "7.21.4"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
16+
integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20-
"@babel/compat-data@^7.20.5":
21-
version "7.20.10"
22-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
23-
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
20+
"@babel/compat-data@^7.21.4":
21+
version "7.21.4"
22+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
23+
integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
2424

25-
"@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.21.3":
26-
version "7.21.3"
27-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e"
28-
integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==
25+
"@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.21.4":
26+
version "7.21.4"
27+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659"
28+
integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==
2929
dependencies:
3030
"@ampproject/remapping" "^2.2.0"
31-
"@babel/code-frame" "^7.18.6"
32-
"@babel/generator" "^7.21.3"
33-
"@babel/helper-compilation-targets" "^7.20.7"
31+
"@babel/code-frame" "^7.21.4"
32+
"@babel/generator" "^7.21.4"
33+
"@babel/helper-compilation-targets" "^7.21.4"
3434
"@babel/helper-module-transforms" "^7.21.2"
3535
"@babel/helpers" "^7.21.0"
36-
"@babel/parser" "^7.21.3"
36+
"@babel/parser" "^7.21.4"
3737
"@babel/template" "^7.20.7"
38-
"@babel/traverse" "^7.21.3"
39-
"@babel/types" "^7.21.3"
38+
"@babel/traverse" "^7.21.4"
39+
"@babel/types" "^7.21.4"
4040
convert-source-map "^1.7.0"
4141
debug "^4.1.0"
4242
gensync "^1.0.0-beta.2"
4343
json5 "^2.2.2"
4444
semver "^6.3.0"
4545

46-
"@babel/generator@^7.14.0", "@babel/generator@^7.21.3":
47-
version "7.21.3"
48-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
49-
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
46+
"@babel/generator@^7.14.0", "@babel/generator@^7.21.4":
47+
version "7.21.4"
48+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
49+
integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==
5050
dependencies:
51-
"@babel/types" "^7.21.3"
51+
"@babel/types" "^7.21.4"
5252
"@jridgewell/gen-mapping" "^0.3.2"
5353
"@jridgewell/trace-mapping" "^0.3.17"
5454
jsesc "^2.5.1"
@@ -99,13 +99,13 @@
9999
"@babel/traverse" "^7.4.4"
100100
"@babel/types" "^7.4.4"
101101

102-
"@babel/helper-compilation-targets@^7.20.7":
103-
version "7.20.7"
104-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
105-
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
102+
"@babel/helper-compilation-targets@^7.21.4":
103+
version "7.21.4"
104+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
105+
integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==
106106
dependencies:
107-
"@babel/compat-data" "^7.20.5"
108-
"@babel/helper-validator-option" "^7.18.6"
107+
"@babel/compat-data" "^7.21.4"
108+
"@babel/helper-validator-option" "^7.21.0"
109109
browserslist "^4.21.3"
110110
lru-cache "^5.1.1"
111111
semver "^6.3.0"
@@ -482,10 +482,10 @@
482482
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
483483
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
484484

485-
"@babel/helper-validator-option@^7.18.6":
486-
version "7.18.6"
487-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
488-
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
485+
"@babel/helper-validator-option@^7.21.0":
486+
version "7.21.0"
487+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
488+
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
489489

490490
"@babel/helper-wrap-function@^7.14.5":
491491
version "7.14.5"
@@ -515,10 +515,10 @@
515515
chalk "^2.0.0"
516516
js-tokens "^4.0.0"
517517

518-
"@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.3":
519-
version "7.21.3"
520-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
521-
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
518+
"@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
519+
version "7.21.4"
520+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
521+
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
522522

523523
"@babel/plugin-proposal-class-properties@^7.0.0":
524524
version "7.5.5"
@@ -1012,26 +1012,26 @@
10121012
"@babel/parser" "^7.20.7"
10131013
"@babel/types" "^7.20.7"
10141014

1015-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.16.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
1016-
version "7.21.3"
1017-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
1018-
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
1015+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.16.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
1016+
version "7.21.4"
1017+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
1018+
integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
10191019
dependencies:
1020-
"@babel/code-frame" "^7.18.6"
1021-
"@babel/generator" "^7.21.3"
1020+
"@babel/code-frame" "^7.21.4"
1021+
"@babel/generator" "^7.21.4"
10221022
"@babel/helper-environment-visitor" "^7.18.9"
10231023
"@babel/helper-function-name" "^7.21.0"
10241024
"@babel/helper-hoist-variables" "^7.18.6"
10251025
"@babel/helper-split-export-declaration" "^7.18.6"
1026-
"@babel/parser" "^7.21.3"
1027-
"@babel/types" "^7.21.3"
1026+
"@babel/parser" "^7.21.4"
1027+
"@babel/types" "^7.21.4"
10281028
debug "^4.1.0"
10291029
globals "^11.1.0"
10301030

1031-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.14.5", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
1032-
version "7.21.3"
1033-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
1034-
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
1031+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.14.5", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
1032+
version "7.21.4"
1033+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
1034+
integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
10351035
dependencies:
10361036
"@babel/helper-string-parser" "^7.19.4"
10371037
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)