Skip to content

Commit 99040ec

Browse files
committed
chore(deps): update babel monorepo
1 parent 62177ee commit 99040ec

2 files changed

Lines changed: 73 additions & 18 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"esnext": "dist/entrepot.esm.js",
1414
"sideEffects": false,
1515
"devDependencies": {
16-
"@babel/core": "7.16.7",
16+
"@babel/core": "7.16.10",
1717
"@babel/eslint-parser": "7.16.5",
1818
"@babel/eslint-plugin": "7.16.5",
1919
"@babel/plugin-external-helpers": "7.16.7",
20-
"@babel/plugin-transform-runtime": "7.16.8",
21-
"@babel/preset-env": "7.16.8",
20+
"@babel/plugin-transform-runtime": "7.16.10",
21+
"@babel/preset-env": "7.16.11",
2222
"@poool/eslint-config": "1.5.0",
2323
"@poool/eslint-plugin": "1.5.0",
2424
"@rollup/plugin-babel": "5.3.0",

yarn.lock

Lines changed: 70 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,28 @@
1414
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
1515
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
1616

17-
"@babel/core@7.16.7", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
17+
"@babel/core@7.16.10":
18+
version "7.16.10"
19+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.10.tgz#ebd034f8e7ac2b6bfcdaa83a161141a646f74b50"
20+
integrity sha512-pbiIdZbCiMx/MM6toR+OfXarYix3uz0oVsnNtfdAGTcCTu3w/JGF8JhirevXLBJUu0WguSZI12qpKnx7EeMyLA==
21+
dependencies:
22+
"@babel/code-frame" "^7.16.7"
23+
"@babel/generator" "^7.16.8"
24+
"@babel/helper-compilation-targets" "^7.16.7"
25+
"@babel/helper-module-transforms" "^7.16.7"
26+
"@babel/helpers" "^7.16.7"
27+
"@babel/parser" "^7.16.10"
28+
"@babel/template" "^7.16.7"
29+
"@babel/traverse" "^7.16.10"
30+
"@babel/types" "^7.16.8"
31+
convert-source-map "^1.7.0"
32+
debug "^4.1.0"
33+
gensync "^1.0.0-beta.2"
34+
json5 "^2.1.2"
35+
semver "^6.3.0"
36+
source-map "^0.5.0"
37+
38+
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
1839
version "7.16.7"
1940
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
2041
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
@@ -85,6 +106,19 @@
85106
browserslist "^4.17.5"
86107
semver "^6.3.0"
87108

109+
"@babel/helper-create-class-features-plugin@^7.16.10":
110+
version "7.16.10"
111+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
112+
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
113+
dependencies:
114+
"@babel/helper-annotate-as-pure" "^7.16.7"
115+
"@babel/helper-environment-visitor" "^7.16.7"
116+
"@babel/helper-function-name" "^7.16.7"
117+
"@babel/helper-member-expression-to-functions" "^7.16.7"
118+
"@babel/helper-optimise-call-expression" "^7.16.7"
119+
"@babel/helper-replace-supers" "^7.16.7"
120+
"@babel/helper-split-export-declaration" "^7.16.7"
121+
88122
"@babel/helper-create-class-features-plugin@^7.16.7":
89123
version "7.16.7"
90124
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
@@ -281,6 +315,11 @@
281315
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
282316
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
283317

318+
"@babel/parser@^7.16.10":
319+
version "7.16.10"
320+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88"
321+
integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==
322+
284323
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
285324
version "7.16.7"
286325
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -406,12 +445,12 @@
406445
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
407446
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
408447

409-
"@babel/plugin-proposal-private-methods@^7.16.7":
410-
version "7.16.7"
411-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
412-
integrity sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==
448+
"@babel/plugin-proposal-private-methods@^7.16.11":
449+
version "7.16.11"
450+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
451+
integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
413452
dependencies:
414-
"@babel/helper-create-class-features-plugin" "^7.16.7"
453+
"@babel/helper-create-class-features-plugin" "^7.16.10"
415454
"@babel/helper-plugin-utils" "^7.16.7"
416455

417456
"@babel/plugin-proposal-private-property-in-object@^7.16.7":
@@ -750,10 +789,10 @@
750789
dependencies:
751790
"@babel/helper-plugin-utils" "^7.16.7"
752791

753-
"@babel/plugin-transform-runtime@7.16.8":
754-
version "7.16.8"
755-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.8.tgz#3339368701103edae708f0fba9e4bfb70a3e5872"
756-
integrity sha512-6Kg2XHPFnIarNweZxmzbgYnnWsXxkx9WQUVk2sksBRL80lBC1RAQV3wQagWxdCHiYHqPN+oenwNIuttlYgIbQQ==
792+
"@babel/plugin-transform-runtime@7.16.10":
793+
version "7.16.10"
794+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.10.tgz#53d9fd3496daedce1dd99639097fa5d14f4c7c2c"
795+
integrity sha512-9nwTiqETv2G7xI4RvXHNfpGdr8pAA+Q/YtN3yLK7OoK7n9OibVm/xymJ838a9A6E/IciOLPj82lZk0fW6O4O7w==
757796
dependencies:
758797
"@babel/helper-module-imports" "^7.16.7"
759798
"@babel/helper-plugin-utils" "^7.16.7"
@@ -813,10 +852,10 @@
813852
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
814853
"@babel/helper-plugin-utils" "^7.16.7"
815854

816-
"@babel/preset-env@7.16.8":
817-
version "7.16.8"
818-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.8.tgz#e682fa0bcd1cf49621d64a8956318ddfb9a05af9"
819-
integrity sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==
855+
"@babel/preset-env@7.16.11":
856+
version "7.16.11"
857+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
858+
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
820859
dependencies:
821860
"@babel/compat-data" "^7.16.8"
822861
"@babel/helper-compilation-targets" "^7.16.7"
@@ -836,7 +875,7 @@
836875
"@babel/plugin-proposal-object-rest-spread" "^7.16.7"
837876
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
838877
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
839-
"@babel/plugin-proposal-private-methods" "^7.16.7"
878+
"@babel/plugin-proposal-private-methods" "^7.16.11"
840879
"@babel/plugin-proposal-private-property-in-object" "^7.16.7"
841880
"@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
842881
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -944,6 +983,22 @@
944983
debug "^4.1.0"
945984
globals "^11.1.0"
946985

986+
"@babel/traverse@^7.16.10":
987+
version "7.16.10"
988+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f"
989+
integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==
990+
dependencies:
991+
"@babel/code-frame" "^7.16.7"
992+
"@babel/generator" "^7.16.8"
993+
"@babel/helper-environment-visitor" "^7.16.7"
994+
"@babel/helper-function-name" "^7.16.7"
995+
"@babel/helper-hoist-variables" "^7.16.7"
996+
"@babel/helper-split-export-declaration" "^7.16.7"
997+
"@babel/parser" "^7.16.10"
998+
"@babel/types" "^7.16.8"
999+
debug "^4.1.0"
1000+
globals "^11.1.0"
1001+
9471002
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
9481003
version "7.16.8"
9491004
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"

0 commit comments

Comments
 (0)