Skip to content

Commit ab8b177

Browse files
committed
chore(deps): update babel monorepo to v7.18.2
1 parent 0bfb389 commit ab8b177

2 files changed

Lines changed: 73 additions & 75 deletions

File tree

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"process": "0.11.10"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "7.18.0",
22-
"@babel/eslint-parser": "7.17.0",
21+
"@babel/core": "7.18.2",
22+
"@babel/eslint-parser": "7.18.2",
2323
"@babel/plugin-proposal-class-properties": "7.17.12",
24-
"@babel/preset-env": "7.18.0",
24+
"@babel/preset-env": "7.18.2",
2525
"@babel/preset-react": "7.17.12",
2626
"@babel/preset-typescript": "7.17.12",
2727
"babel-loader": "8.2.5",

website/yarn.lock

Lines changed: 70 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,42 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
2222
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
2323

24-
"@babel/core@7.18.0":
25-
version "7.18.0"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756"
27-
integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==
24+
"@babel/core@7.18.2":
25+
version "7.18.2"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
27+
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
2828
dependencies:
2929
"@ampproject/remapping" "^2.1.0"
3030
"@babel/code-frame" "^7.16.7"
31-
"@babel/generator" "^7.18.0"
32-
"@babel/helper-compilation-targets" "^7.17.10"
31+
"@babel/generator" "^7.18.2"
32+
"@babel/helper-compilation-targets" "^7.18.2"
3333
"@babel/helper-module-transforms" "^7.18.0"
34-
"@babel/helpers" "^7.18.0"
34+
"@babel/helpers" "^7.18.2"
3535
"@babel/parser" "^7.18.0"
3636
"@babel/template" "^7.16.7"
37-
"@babel/traverse" "^7.18.0"
38-
"@babel/types" "^7.18.0"
37+
"@babel/traverse" "^7.18.2"
38+
"@babel/types" "^7.18.2"
3939
convert-source-map "^1.7.0"
4040
debug "^4.1.0"
4141
gensync "^1.0.0-beta.2"
4242
json5 "^2.2.1"
4343
semver "^6.3.0"
4444

45-
"@babel/eslint-parser@7.17.0":
46-
version "7.17.0"
47-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz#eabb24ad9f0afa80e5849f8240d0e5facc2d90d6"
48-
integrity sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==
45+
"@babel/eslint-parser@7.18.2":
46+
version "7.18.2"
47+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz#e14dee36c010edfb0153cf900c2b0815e82e3245"
48+
integrity sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==
4949
dependencies:
5050
eslint-scope "^5.1.1"
5151
eslint-visitor-keys "^2.1.0"
5252
semver "^6.3.0"
5353

54-
"@babel/generator@^7.18.0":
55-
version "7.18.0"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f"
57-
integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==
54+
"@babel/generator@^7.18.2":
55+
version "7.18.2"
56+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
57+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
5858
dependencies:
59-
"@babel/types" "^7.18.0"
59+
"@babel/types" "^7.18.2"
6060
"@jridgewell/gen-mapping" "^0.3.0"
6161
jsesc "^2.5.1"
6262

@@ -75,10 +75,10 @@
7575
"@babel/helper-explode-assignable-expression" "^7.16.7"
7676
"@babel/types" "^7.16.7"
7777

78-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10":
79-
version "7.17.10"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
81-
integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==
78+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.2":
79+
version "7.18.2"
80+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
81+
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
8282
dependencies:
8383
"@babel/compat-data" "^7.17.10"
8484
"@babel/helper-validator-option" "^7.16.7"
@@ -120,12 +120,10 @@
120120
resolve "^1.14.2"
121121
semver "^6.1.2"
122122

123-
"@babel/helper-environment-visitor@^7.16.7":
124-
version "7.16.7"
125-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
126-
integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
127-
dependencies:
128-
"@babel/types" "^7.16.7"
123+
"@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2":
124+
version "7.18.2"
125+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
126+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
129127

130128
"@babel/helper-explode-assignable-expression@^7.16.7":
131129
version "7.16.7"
@@ -209,12 +207,12 @@
209207
"@babel/traverse" "^7.16.7"
210208
"@babel/types" "^7.16.7"
211209

212-
"@babel/helper-simple-access@^7.17.7":
213-
version "7.17.7"
214-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367"
215-
integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==
210+
"@babel/helper-simple-access@^7.17.7", "@babel/helper-simple-access@^7.18.2":
211+
version "7.18.2"
212+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9"
213+
integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==
216214
dependencies:
217-
"@babel/types" "^7.17.0"
215+
"@babel/types" "^7.18.2"
218216

219217
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
220218
version "7.16.0"
@@ -250,14 +248,14 @@
250248
"@babel/traverse" "^7.16.8"
251249
"@babel/types" "^7.16.8"
252250

253-
"@babel/helpers@^7.18.0":
254-
version "7.18.0"
255-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
256-
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
251+
"@babel/helpers@^7.18.2":
252+
version "7.18.2"
253+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
254+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
257255
dependencies:
258256
"@babel/template" "^7.16.7"
259-
"@babel/traverse" "^7.18.0"
260-
"@babel/types" "^7.18.0"
257+
"@babel/traverse" "^7.18.2"
258+
"@babel/types" "^7.18.2"
261259

262260
"@babel/highlight@^7.16.7":
263261
version "7.16.10"
@@ -617,10 +615,10 @@
617615
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7"
618616
"@babel/helper-plugin-utils" "^7.16.7"
619617

620-
"@babel/plugin-transform-for-of@^7.17.12":
621-
version "7.17.12"
622-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.17.12.tgz#5397c22554ec737a27918e7e7e0e7b679b05f5ec"
623-
integrity sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==
618+
"@babel/plugin-transform-for-of@^7.18.1":
619+
version "7.18.1"
620+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036"
621+
integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==
624622
dependencies:
625623
"@babel/helper-plugin-utils" "^7.17.12"
626624

@@ -656,14 +654,14 @@
656654
"@babel/helper-plugin-utils" "^7.17.12"
657655
babel-plugin-dynamic-import-node "^2.3.3"
658656

659-
"@babel/plugin-transform-modules-commonjs@^7.18.0":
660-
version "7.18.0"
661-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz#3be575e19fbd273d42adbc84566b1fad3582b3db"
662-
integrity sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==
657+
"@babel/plugin-transform-modules-commonjs@^7.18.2":
658+
version "7.18.2"
659+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e"
660+
integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==
663661
dependencies:
664662
"@babel/helper-module-transforms" "^7.18.0"
665663
"@babel/helper-plugin-utils" "^7.17.12"
666-
"@babel/helper-simple-access" "^7.17.7"
664+
"@babel/helper-simple-access" "^7.18.2"
667665
babel-plugin-dynamic-import-node "^2.3.3"
668666

669667
"@babel/plugin-transform-modules-systemjs@^7.18.0":
@@ -792,10 +790,10 @@
792790
dependencies:
793791
"@babel/helper-plugin-utils" "^7.16.7"
794792

795-
"@babel/plugin-transform-template-literals@^7.17.12":
796-
version "7.17.12"
797-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz#4aec0a18f39dd86c442e1d077746df003e362c6e"
798-
integrity sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==
793+
"@babel/plugin-transform-template-literals@^7.18.2":
794+
version "7.18.2"
795+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz#31ed6915721864847c48b656281d0098ea1add28"
796+
integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==
799797
dependencies:
800798
"@babel/helper-plugin-utils" "^7.17.12"
801799

@@ -830,13 +828,13 @@
830828
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
831829
"@babel/helper-plugin-utils" "^7.16.7"
832830

833-
"@babel/preset-env@7.18.0":
834-
version "7.18.0"
835-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.0.tgz#ec7e51f4c6e026816000b230ed7cf74a1530d91d"
836-
integrity sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==
831+
"@babel/preset-env@7.18.2":
832+
version "7.18.2"
833+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a"
834+
integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==
837835
dependencies:
838836
"@babel/compat-data" "^7.17.10"
839-
"@babel/helper-compilation-targets" "^7.17.10"
837+
"@babel/helper-compilation-targets" "^7.18.2"
840838
"@babel/helper-plugin-utils" "^7.17.12"
841839
"@babel/helper-validator-option" "^7.16.7"
842840
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12"
@@ -881,12 +879,12 @@
881879
"@babel/plugin-transform-dotall-regex" "^7.16.7"
882880
"@babel/plugin-transform-duplicate-keys" "^7.17.12"
883881
"@babel/plugin-transform-exponentiation-operator" "^7.16.7"
884-
"@babel/plugin-transform-for-of" "^7.17.12"
882+
"@babel/plugin-transform-for-of" "^7.18.1"
885883
"@babel/plugin-transform-function-name" "^7.16.7"
886884
"@babel/plugin-transform-literals" "^7.17.12"
887885
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
888886
"@babel/plugin-transform-modules-amd" "^7.18.0"
889-
"@babel/plugin-transform-modules-commonjs" "^7.18.0"
887+
"@babel/plugin-transform-modules-commonjs" "^7.18.2"
890888
"@babel/plugin-transform-modules-systemjs" "^7.18.0"
891889
"@babel/plugin-transform-modules-umd" "^7.18.0"
892890
"@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12"
@@ -899,12 +897,12 @@
899897
"@babel/plugin-transform-shorthand-properties" "^7.16.7"
900898
"@babel/plugin-transform-spread" "^7.17.12"
901899
"@babel/plugin-transform-sticky-regex" "^7.16.7"
902-
"@babel/plugin-transform-template-literals" "^7.17.12"
900+
"@babel/plugin-transform-template-literals" "^7.18.2"
903901
"@babel/plugin-transform-typeof-symbol" "^7.17.12"
904902
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
905903
"@babel/plugin-transform-unicode-regex" "^7.16.7"
906904
"@babel/preset-modules" "^0.1.5"
907-
"@babel/types" "^7.18.0"
905+
"@babel/types" "^7.18.2"
908906
babel-plugin-polyfill-corejs2 "^0.3.0"
909907
babel-plugin-polyfill-corejs3 "^0.5.0"
910908
babel-plugin-polyfill-regenerator "^0.3.0"
@@ -959,26 +957,26 @@
959957
"@babel/parser" "^7.16.7"
960958
"@babel/types" "^7.16.7"
961959

962-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0":
963-
version "7.18.0"
964-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba"
965-
integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==
960+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
961+
version "7.18.2"
962+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
963+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
966964
dependencies:
967965
"@babel/code-frame" "^7.16.7"
968-
"@babel/generator" "^7.18.0"
969-
"@babel/helper-environment-visitor" "^7.16.7"
966+
"@babel/generator" "^7.18.2"
967+
"@babel/helper-environment-visitor" "^7.18.2"
970968
"@babel/helper-function-name" "^7.17.9"
971969
"@babel/helper-hoist-variables" "^7.16.7"
972970
"@babel/helper-split-export-declaration" "^7.16.7"
973971
"@babel/parser" "^7.18.0"
974-
"@babel/types" "^7.18.0"
972+
"@babel/types" "^7.18.2"
975973
debug "^4.1.0"
976974
globals "^11.1.0"
977975

978-
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.4.4":
979-
version "7.18.0"
980-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.0.tgz#ef523ea349722849cb4bf806e9342ede4d071553"
981-
integrity sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==
976+
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.4.4":
977+
version "7.18.2"
978+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.2.tgz#191abfed79ebe6f4242f643a9a5cbaa36b10b091"
979+
integrity sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==
982980
dependencies:
983981
"@babel/helper-validator-identifier" "^7.16.7"
984982
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)