Skip to content

Commit d30f095

Browse files
authored
Merge pull request #111 from funnyzak/dependabot/npm_and_yarn/babel/core-7.19.3
2 parents c3da5d3 + ac91eab commit d30f095

File tree

2 files changed

+8
-83
lines changed

2 files changed

+8
-83
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"redux-thunk": "^2.4.1"
8787
},
8888
"devDependencies": {
89-
"@babel/core": "^7.12.9",
89+
"@babel/core": "^7.19.3",
9090
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
9191
"@babel/runtime": "^7.19.4",
9292
"@react-native-community/eslint-config": "^3.1.0",

yarn.lock

Lines changed: 7 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.1":
20+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8":
2121
version "7.19.1"
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
2323
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
@@ -27,7 +27,7 @@
2727
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
2828
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
2929

30-
"@babel/core@^7.11.6":
30+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.19.3":
3131
version "7.19.3"
3232
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
3333
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
@@ -48,27 +48,6 @@
4848
json5 "^2.2.1"
4949
semver "^6.3.0"
5050

51-
"@babel/core@^7.12.3", "@babel/core@^7.12.9", "@babel/core@^7.13.16", "@babel/core@^7.14.0":
52-
version "7.19.1"
53-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
54-
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
55-
dependencies:
56-
"@ampproject/remapping" "^2.1.0"
57-
"@babel/code-frame" "^7.18.6"
58-
"@babel/generator" "^7.19.0"
59-
"@babel/helper-compilation-targets" "^7.19.1"
60-
"@babel/helper-module-transforms" "^7.19.0"
61-
"@babel/helpers" "^7.19.0"
62-
"@babel/parser" "^7.19.1"
63-
"@babel/template" "^7.18.10"
64-
"@babel/traverse" "^7.19.1"
65-
"@babel/types" "^7.19.0"
66-
convert-source-map "^1.7.0"
67-
debug "^4.1.0"
68-
gensync "^1.0.0-beta.2"
69-
json5 "^2.2.1"
70-
semver "^6.3.0"
71-
7251
"@babel/eslint-parser@^7.18.2":
7352
version "7.19.1"
7453
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
@@ -78,16 +57,7 @@
7857
eslint-visitor-keys "^2.1.0"
7958
semver "^6.3.0"
8059

81-
"@babel/generator@^7.14.0", "@babel/generator@^7.19.0":
82-
version "7.19.0"
83-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
84-
integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==
85-
dependencies:
86-
"@babel/types" "^7.19.0"
87-
"@jridgewell/gen-mapping" "^0.3.2"
88-
jsesc "^2.5.1"
89-
90-
"@babel/generator@^7.19.3", "@babel/generator@^7.19.4", "@babel/generator@^7.7.2":
60+
"@babel/generator@^7.14.0", "@babel/generator@^7.19.3", "@babel/generator@^7.19.4", "@babel/generator@^7.7.2":
9161
version "7.19.5"
9262
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.5.tgz#da3f4b301c8086717eee9cab14da91b1fa5dcca7"
9363
integrity sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==
@@ -111,17 +81,7 @@
11181
"@babel/helper-explode-assignable-expression" "^7.18.6"
11282
"@babel/types" "^7.18.9"
11383

114-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.1":
115-
version "7.19.1"
116-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
117-
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
118-
dependencies:
119-
"@babel/compat-data" "^7.19.1"
120-
"@babel/helper-validator-option" "^7.18.6"
121-
browserslist "^4.21.3"
122-
semver "^6.3.0"
123-
124-
"@babel/helper-compilation-targets@^7.19.3":
84+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
12585
version "7.19.3"
12686
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
12787
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
@@ -273,11 +233,6 @@
273233
dependencies:
274234
"@babel/types" "^7.18.6"
275235

276-
"@babel/helper-string-parser@^7.18.10":
277-
version "7.18.10"
278-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
279-
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
280-
281236
"@babel/helper-string-parser@^7.19.4":
282237
version "7.19.4"
283238
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
@@ -321,12 +276,7 @@
321276
chalk "^2.0.0"
322277
js-tokens "^4.0.0"
323278

324-
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.1":
325-
version "7.19.1"
326-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
327-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
328-
329-
"@babel/parser@^7.19.3", "@babel/parser@^7.19.4":
279+
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.19.4":
330280
version "7.19.4"
331281
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc"
332282
integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==
@@ -814,23 +764,7 @@
814764
"@babel/parser" "^7.18.10"
815765
"@babel/types" "^7.18.10"
816766

817-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.7.4":
818-
version "7.19.1"
819-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
820-
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
821-
dependencies:
822-
"@babel/code-frame" "^7.18.6"
823-
"@babel/generator" "^7.19.0"
824-
"@babel/helper-environment-visitor" "^7.18.9"
825-
"@babel/helper-function-name" "^7.19.0"
826-
"@babel/helper-hoist-variables" "^7.18.6"
827-
"@babel/helper-split-export-declaration" "^7.18.6"
828-
"@babel/parser" "^7.19.1"
829-
"@babel/types" "^7.19.0"
830-
debug "^4.1.0"
831-
globals "^11.1.0"
832-
833-
"@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2":
767+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
834768
version "7.19.4"
835769
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8"
836770
integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==
@@ -846,16 +780,7 @@
846780
debug "^4.1.0"
847781
globals "^11.1.0"
848782

849-
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
850-
version "7.19.0"
851-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
852-
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==
853-
dependencies:
854-
"@babel/helper-string-parser" "^7.18.10"
855-
"@babel/helper-validator-identifier" "^7.18.6"
856-
to-fast-properties "^2.0.0"
857-
858-
"@babel/types@^7.19.3", "@babel/types@^7.19.4":
783+
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
859784
version "7.19.4"
860785
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
861786
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==

0 commit comments

Comments
 (0)