Skip to content

Commit 2d29a3d

Browse files
committed
chore(deps): update babel monorepo to v7.13.16
1 parent acad664 commit 2d29a3d

File tree

2 files changed

+72
-36
lines changed

2 files changed

+72
-36
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"serve": "cd ./examples/web && ./node_modules/.bin/webpack-dev-server --config webpack.config.js"
1717
},
1818
"dependencies": {
19-
"@babel/runtime": "7.13.10",
19+
"@babel/runtime": "7.13.16",
2020
"@poool/junipero-native": "2.0.0-alpha.9",
2121
"@poool/junipero-utils": "2.0.0-alpha.8",
2222
"buffer": "6.0.3",
@@ -25,9 +25,9 @@
2525
"stream-browserify": "3.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.13.14",
28+
"@babel/core": "7.13.16",
2929
"@babel/eslint-parser": "7.13.14",
30-
"@babel/eslint-plugin": "7.13.10",
30+
"@babel/eslint-plugin": "7.13.16",
3131
"@poool/eslint-config": "1.4.2",
3232
"@poool/eslint-config-react": "1.4.2",
3333
"@poool/eslint-config-react-native": "1.4.2",

yarn.lock

Lines changed: 69 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@
2323
dependencies:
2424
"@babel/highlight" "^7.12.13"
2525

26-
"@babel/compat-data@^7.13.12":
27-
version "7.13.12"
28-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
29-
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
26+
"@babel/compat-data@^7.13.15":
27+
version "7.13.15"
28+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
29+
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
3030

31-
"@babel/[email protected].14":
32-
version "7.13.14"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
34-
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
31+
"@babel/[email protected].16":
32+
version "7.13.16"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
34+
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
3535
dependencies:
3636
"@babel/code-frame" "^7.12.13"
37-
"@babel/generator" "^7.13.9"
38-
"@babel/helper-compilation-targets" "^7.13.13"
37+
"@babel/generator" "^7.13.16"
38+
"@babel/helper-compilation-targets" "^7.13.16"
3939
"@babel/helper-module-transforms" "^7.13.14"
40-
"@babel/helpers" "^7.13.10"
41-
"@babel/parser" "^7.13.13"
40+
"@babel/helpers" "^7.13.16"
41+
"@babel/parser" "^7.13.16"
4242
"@babel/template" "^7.12.13"
43-
"@babel/traverse" "^7.13.13"
44-
"@babel/types" "^7.13.14"
43+
"@babel/traverse" "^7.13.15"
44+
"@babel/types" "^7.13.16"
4545
convert-source-map "^1.7.0"
4646
debug "^4.1.0"
4747
gensync "^1.0.0-beta.2"
@@ -80,10 +80,10 @@
8080
eslint-visitor-keys "^1.3.0"
8181
semver "^6.3.0"
8282

83-
"@babel/[email protected].10":
84-
version "7.13.10"
85-
resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.13.10.tgz#6720c32d52a4fef817796c7bb55a87b80320bbe7"
86-
integrity sha512-xsNxo099fKnJ2rArkuuMOTPxxTLZSXwbFXdH4GjqQRKTOr6S1odQlE+R3Leid56VFQ3KVAR295vVNG9fqNQVvQ==
83+
"@babel/[email protected].16":
84+
version "7.13.16"
85+
resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.13.16.tgz#d6937636c567b41d6ca46d291c7b2d101e6ccaf3"
86+
integrity sha512-RNL0dLHBvjXW857JwzToTHxtbOZfGcvdSegcgXC1c1PqfE+o/QN8MugkgKj2vXFxCcMByfxJrmpCbLzVBVlgIA==
8787
dependencies:
8888
eslint-rule-composer "^0.3.0"
8989

@@ -105,6 +105,15 @@
105105
jsesc "^2.5.1"
106106
source-map "^0.5.0"
107107

108+
"@babel/generator@^7.13.16":
109+
version "7.13.16"
110+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
111+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
112+
dependencies:
113+
"@babel/types" "^7.13.16"
114+
jsesc "^2.5.1"
115+
source-map "^0.5.0"
116+
108117
"@babel/helper-annotate-as-pure@^7.10.4":
109118
version "7.10.4"
110119
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -137,12 +146,12 @@
137146
"@babel/helper-annotate-as-pure" "^7.10.4"
138147
"@babel/types" "^7.10.4"
139148

140-
"@babel/helper-compilation-targets@^7.13.13":
141-
version "7.13.13"
142-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
143-
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
149+
"@babel/helper-compilation-targets@^7.13.16":
150+
version "7.13.16"
151+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
152+
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
144153
dependencies:
145-
"@babel/compat-data" "^7.13.12"
154+
"@babel/compat-data" "^7.13.15"
146155
"@babel/helper-validator-option" "^7.12.17"
147156
browserslist "^4.14.5"
148157
semver "^6.3.0"
@@ -388,14 +397,14 @@
388397
"@babel/traverse" "^7.12.5"
389398
"@babel/types" "^7.12.5"
390399

391-
"@babel/helpers@^7.13.10":
392-
version "7.13.10"
393-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
394-
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
400+
"@babel/helpers@^7.13.16":
401+
version "7.13.16"
402+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.16.tgz#08af075f786fd06a56e41bcac3e8cc87ddc4d0b3"
403+
integrity sha512-x5otxUaLpdWHl02P4L94wBU+2BJXBkvO+6d6uzQ+xD9/h2hTSAwA5O8QV8GqKx/l8i+VYmKKQg9e2QGTa2Wu3Q==
395404
dependencies:
396405
"@babel/template" "^7.12.13"
397-
"@babel/traverse" "^7.13.0"
398-
"@babel/types" "^7.13.0"
406+
"@babel/traverse" "^7.13.15"
407+
"@babel/types" "^7.13.16"
399408

400409
"@babel/highlight@^7.10.4":
401410
version "7.10.4"
@@ -430,6 +439,11 @@
430439
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
431440
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
432441

442+
"@babel/parser@^7.13.15", "@babel/parser@^7.13.16":
443+
version "7.13.16"
444+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
445+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
446+
433447
"@babel/plugin-external-helpers@^7.0.0":
434448
version "7.12.1"
435449
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.12.1.tgz#df474775860b3b8bdfeaedd45596cd2c7f36a2be"
@@ -869,10 +883,10 @@
869883
core-js-pure "^3.0.0"
870884
regenerator-runtime "^0.13.4"
871885

872-
"@babel/[email protected].10":
873-
version "7.13.10"
874-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
875-
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
886+
"@babel/[email protected].16":
887+
version "7.13.16"
888+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.16.tgz#673e7b84c1f6287d96d483fa65cd3db792d53e22"
889+
integrity sha512-7VsWJsI5USRhBLE/3of+VU2DDNWtYHQlq2IHu2iL15+Yx4qVqP8KllR6JMHQlTKWRyDk9Tw6unkqSusaHXt//A==
876890
dependencies:
877891
regenerator-runtime "^0.13.4"
878892

@@ -945,6 +959,20 @@
945959
debug "^4.1.0"
946960
globals "^11.1.0"
947961

962+
"@babel/traverse@^7.13.15":
963+
version "7.13.15"
964+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
965+
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
966+
dependencies:
967+
"@babel/code-frame" "^7.12.13"
968+
"@babel/generator" "^7.13.9"
969+
"@babel/helper-function-name" "^7.12.13"
970+
"@babel/helper-split-export-declaration" "^7.12.13"
971+
"@babel/parser" "^7.13.15"
972+
"@babel/types" "^7.13.14"
973+
debug "^4.1.0"
974+
globals "^11.1.0"
975+
948976
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
949977
version "7.12.7"
950978
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -981,6 +1009,14 @@
9811009
lodash "^4.17.19"
9821010
to-fast-properties "^2.0.0"
9831011

1012+
"@babel/types@^7.13.16":
1013+
version "7.13.16"
1014+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.16.tgz#916120b858aa5655cfba84bd0f6021ff5bdb4e65"
1015+
integrity sha512-7enM8Wxhrl1hB1+k6+xO6RmxpNkaveRWkdpyii8DkrLWRgr0l3x29/SEuhTIkP+ynHsU/Hpjn8Evd/axv/ll6Q==
1016+
dependencies:
1017+
"@babel/helper-validator-identifier" "^7.12.11"
1018+
to-fast-properties "^2.0.0"
1019+
9841020
"@bcoe/v8-coverage@^0.2.3":
9851021
version "0.2.3"
9861022
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)