Skip to content

Commit 1336434

Browse files
renovate-botsteabert
authored andcommitted
chore(deps): update babel monorepo
1 parent 0895ca2 commit 1336434

File tree

2 files changed

+52
-19
lines changed

2 files changed

+52
-19
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"ws": "7.3.1"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "7.11.1",
47+
"@babel/core": "7.11.6",
4848
"@babel/plugin-proposal-class-properties": "7.10.4",
4949
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
50-
"@babel/preset-env": "7.11.0",
50+
"@babel/preset-env": "7.11.5",
5151
"@babel/preset-typescript": "7.10.4",
5252
"@types/debug": "4.1.5",
5353
"@types/jest": "26.0.13",

yarn.lock

+50-17
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
invariant "^2.2.4"
1919
semver "^5.5.0"
2020

21-
"@babel/[email protected].1":
22-
version "7.11.1"
23-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
24-
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
21+
"@babel/[email protected].6":
22+
version "7.11.6"
23+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
24+
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
2525
dependencies:
2626
"@babel/code-frame" "^7.10.4"
27-
"@babel/generator" "^7.11.0"
27+
"@babel/generator" "^7.11.6"
2828
"@babel/helper-module-transforms" "^7.11.0"
2929
"@babel/helpers" "^7.10.4"
30-
"@babel/parser" "^7.11.1"
30+
"@babel/parser" "^7.11.5"
3131
"@babel/template" "^7.10.4"
32-
"@babel/traverse" "^7.11.0"
33-
"@babel/types" "^7.11.0"
32+
"@babel/traverse" "^7.11.5"
33+
"@babel/types" "^7.11.5"
3434
convert-source-map "^1.7.0"
3535
debug "^4.1.0"
3636
gensync "^1.0.0-beta.1"
@@ -71,6 +71,15 @@
7171
jsesc "^2.5.1"
7272
source-map "^0.5.0"
7373

74+
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6":
75+
version "7.11.6"
76+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
77+
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
78+
dependencies:
79+
"@babel/types" "^7.11.5"
80+
jsesc "^2.5.1"
81+
source-map "^0.5.0"
82+
7483
"@babel/helper-annotate-as-pure@^7.10.4":
7584
version "7.10.4"
7685
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -285,10 +294,10 @@
285294
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
286295
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
287296

288-
"@babel/parser@^7.11.1":
289-
version "7.11.1"
290-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.1.tgz#d91a387990b21e5d20047b336bb19b0553f02ff5"
291-
integrity sha512-u9QMIRdKVF7hfEkb3nu2LgZDIzCQPv+yHD9Eg6ruoJLjkrQ9fFz4IBSlF/9XwoNri9+2F1IY+dYuOfZrXq8t3w==
297+
"@babel/parser@^7.11.5":
298+
version "7.11.5"
299+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
300+
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
292301

293302
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
294303
version "7.10.5"
@@ -762,10 +771,10 @@
762771
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
763772
"@babel/helper-plugin-utils" "^7.10.4"
764773

765-
"@babel/[email protected].0":
766-
version "7.11.0"
767-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
768-
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
774+
"@babel/[email protected].5":
775+
version "7.11.5"
776+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272"
777+
integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA==
769778
dependencies:
770779
"@babel/compat-data" "^7.11.0"
771780
"@babel/helper-compilation-targets" "^7.10.4"
@@ -829,7 +838,7 @@
829838
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
830839
"@babel/plugin-transform-unicode-regex" "^7.10.4"
831840
"@babel/preset-modules" "^0.1.3"
832-
"@babel/types" "^7.11.0"
841+
"@babel/types" "^7.11.5"
833842
browserslist "^4.12.0"
834843
core-js-compat "^3.6.2"
835844
invariant "^2.2.2"
@@ -886,6 +895,21 @@
886895
globals "^11.1.0"
887896
lodash "^4.17.19"
888897

898+
"@babel/traverse@^7.11.5":
899+
version "7.11.5"
900+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
901+
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
902+
dependencies:
903+
"@babel/code-frame" "^7.10.4"
904+
"@babel/generator" "^7.11.5"
905+
"@babel/helper-function-name" "^7.10.4"
906+
"@babel/helper-split-export-declaration" "^7.11.0"
907+
"@babel/parser" "^7.11.5"
908+
"@babel/types" "^7.11.5"
909+
debug "^4.1.0"
910+
globals "^11.1.0"
911+
lodash "^4.17.19"
912+
889913
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
890914
version "7.11.0"
891915
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
@@ -895,6 +919,15 @@
895919
lodash "^4.17.19"
896920
to-fast-properties "^2.0.0"
897921

922+
"@babel/types@^7.11.5":
923+
version "7.11.5"
924+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
925+
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
926+
dependencies:
927+
"@babel/helper-validator-identifier" "^7.10.4"
928+
lodash "^4.17.19"
929+
to-fast-properties "^2.0.0"
930+
898931
"@bcoe/v8-coverage@^0.2.3":
899932
version "0.2.3"
900933
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)