Skip to content

Commit 9e5c25f

Browse files
chore(deps): update babel monorepo to v7.12.10 (#931)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9de6cee commit 9e5c25f

File tree

2 files changed

+66
-29
lines changed

2 files changed

+66
-29
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"compute-scroll-into-view": "^1.0.16"
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "7.12.8",
41-
"@babel/core": "7.12.9",
40+
"@babel/cli": "7.12.10",
41+
"@babel/core": "7.12.10",
4242
"@babel/plugin-external-helpers": "7.12.1",
43-
"@babel/preset-env": "7.12.7",
43+
"@babel/preset-env": "7.12.10",
4444
"@babel/preset-typescript": "7.12.7",
4545
"babel-eslint": "10.1.0",
4646
"babel-plugin-add-module-exports": "1.0.4",

yarn.lock

Lines changed: 63 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].8":
6-
version "7.12.8"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.8.tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430"
8-
integrity sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA==
5+
"@babel/[email protected].10":
6+
version "7.12.10"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.10.tgz#67a1015b1cd505bde1696196febf910c4c339a48"
8+
integrity sha512-+y4ZnePpvWs1fc/LhZRTHkTesbXkyBYuOB+5CyodZqrEuETXi3zOVfpAQIdgC3lXbHLTDG9dQosxR9BhvLKDLQ==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -31,28 +31,36 @@
3131
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
3232
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
3333

34-
"@babel/[email protected].9":
35-
version "7.12.9"
36-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
37-
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
34+
"@babel/[email protected].10":
35+
version "7.12.10"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
37+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
3838
dependencies:
3939
"@babel/code-frame" "^7.10.4"
40-
"@babel/generator" "^7.12.5"
40+
"@babel/generator" "^7.12.10"
4141
"@babel/helper-module-transforms" "^7.12.1"
4242
"@babel/helpers" "^7.12.5"
43-
"@babel/parser" "^7.12.7"
43+
"@babel/parser" "^7.12.10"
4444
"@babel/template" "^7.12.7"
45-
"@babel/traverse" "^7.12.9"
46-
"@babel/types" "^7.12.7"
45+
"@babel/traverse" "^7.12.10"
46+
"@babel/types" "^7.12.10"
4747
convert-source-map "^1.7.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.1"
5050
json5 "^2.1.2"
5151
lodash "^4.17.19"
52-
resolve "^1.3.2"
5352
semver "^5.4.1"
5453
source-map "^0.5.0"
5554

55+
"@babel/generator@^7.12.10":
56+
version "7.12.10"
57+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
58+
integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww==
59+
dependencies:
60+
"@babel/types" "^7.12.10"
61+
jsesc "^2.5.1"
62+
source-map "^0.5.0"
63+
5664
"@babel/generator@^7.12.5":
5765
version "7.12.5"
5866
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
@@ -264,6 +272,11 @@
264272
chalk "^2.0.0"
265273
js-tokens "^4.0.0"
266274

275+
"@babel/parser@^7.12.10":
276+
version "7.12.10"
277+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
278+
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
279+
267280
"@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
268281
version "7.12.7"
269282
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
@@ -701,10 +714,10 @@
701714
dependencies:
702715
"@babel/helper-plugin-utils" "^7.10.4"
703716

704-
"@babel/plugin-transform-typeof-symbol@^7.12.1":
705-
version "7.12.1"
706-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz#9ca6be343d42512fbc2e68236a82ae64bc7af78a"
707-
integrity sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==
717+
"@babel/plugin-transform-typeof-symbol@^7.12.10":
718+
version "7.12.10"
719+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz#de01c4c8f96580bd00f183072b0d0ecdcf0dec4b"
720+
integrity sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==
708721
dependencies:
709722
"@babel/helper-plugin-utils" "^7.10.4"
710723

@@ -732,10 +745,10 @@
732745
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
733746
"@babel/helper-plugin-utils" "^7.10.4"
734747

735-
"@babel/[email protected].7":
736-
version "7.12.7"
737-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
738-
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
748+
"@babel/[email protected].10":
749+
version "7.12.10"
750+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.10.tgz#ca981b95f641f2610531bd71948656306905e6ab"
751+
integrity sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA==
739752
dependencies:
740753
"@babel/compat-data" "^7.12.7"
741754
"@babel/helper-compilation-targets" "^7.12.5"
@@ -796,12 +809,12 @@
796809
"@babel/plugin-transform-spread" "^7.12.1"
797810
"@babel/plugin-transform-sticky-regex" "^7.12.7"
798811
"@babel/plugin-transform-template-literals" "^7.12.1"
799-
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
812+
"@babel/plugin-transform-typeof-symbol" "^7.12.10"
800813
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
801814
"@babel/plugin-transform-unicode-regex" "^7.12.1"
802815
"@babel/preset-modules" "^0.1.3"
803-
"@babel/types" "^7.12.7"
804-
core-js-compat "^3.7.0"
816+
"@babel/types" "^7.12.10"
817+
core-js-compat "^3.8.0"
805818
semver "^5.5.0"
806819

807820
"@babel/preset-modules@^0.1.3":
@@ -840,7 +853,7 @@
840853
"@babel/parser" "^7.12.7"
841854
"@babel/types" "^7.12.7"
842855

843-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.7.0":
856+
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0":
844857
version "7.12.9"
845858
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
846859
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
@@ -855,6 +868,21 @@
855868
globals "^11.1.0"
856869
lodash "^4.17.19"
857870

871+
"@babel/traverse@^7.12.10":
872+
version "7.12.10"
873+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
874+
integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==
875+
dependencies:
876+
"@babel/code-frame" "^7.10.4"
877+
"@babel/generator" "^7.12.10"
878+
"@babel/helper-function-name" "^7.10.4"
879+
"@babel/helper-split-export-declaration" "^7.11.0"
880+
"@babel/parser" "^7.12.10"
881+
"@babel/types" "^7.12.10"
882+
debug "^4.1.0"
883+
globals "^11.1.0"
884+
lodash "^4.17.19"
885+
858886
"@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.4.4", "@babel/types@^7.7.0":
859887
version "7.12.7"
860888
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -864,6 +892,15 @@
864892
lodash "^4.17.19"
865893
to-fast-properties "^2.0.0"
866894

895+
"@babel/types@^7.12.10":
896+
version "7.12.10"
897+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
898+
integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==
899+
dependencies:
900+
"@babel/helper-validator-identifier" "^7.10.4"
901+
lodash "^4.17.19"
902+
to-fast-properties "^2.0.0"
903+
867904
"@eslint/eslintrc@^0.2.2":
868905
version "0.2.2"
869906
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
@@ -2123,7 +2160,7 @@ copy-descriptor@^0.1.0:
21232160
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
21242161
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
21252162

2126-
core-js-compat@^3.7.0:
2163+
core-js-compat@^3.8.0:
21272164
version "3.8.1"
21282165
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.1.tgz#8d1ddd341d660ba6194cbe0ce60f4c794c87a36e"
21292166
integrity sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ==

0 commit comments

Comments
 (0)