Skip to content

Commit 41e5f4b

Browse files
committed
chore(deps): update babel monorepo to v7.16.10
1 parent 62177ee commit 41e5f4b

2 files changed

Lines changed: 54 additions & 12 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.10",
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: 51 additions & 9 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==
@@ -281,6 +302,11 @@
281302
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
282303
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
283304

305+
"@babel/parser@^7.16.10":
306+
version "7.16.10"
307+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88"
308+
integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==
309+
284310
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
285311
version "7.16.7"
286312
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"
@@ -750,10 +776,10 @@
750776
dependencies:
751777
"@babel/helper-plugin-utils" "^7.16.7"
752778

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==
779+
"@babel/plugin-transform-runtime@7.16.10":
780+
version "7.16.10"
781+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.10.tgz#53d9fd3496daedce1dd99639097fa5d14f4c7c2c"
782+
integrity sha512-9nwTiqETv2G7xI4RvXHNfpGdr8pAA+Q/YtN3yLK7OoK7n9OibVm/xymJ838a9A6E/IciOLPj82lZk0fW6O4O7w==
757783
dependencies:
758784
"@babel/helper-module-imports" "^7.16.7"
759785
"@babel/helper-plugin-utils" "^7.16.7"
@@ -813,10 +839,10 @@
813839
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
814840
"@babel/helper-plugin-utils" "^7.16.7"
815841

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==
842+
"@babel/preset-env@7.16.10":
843+
version "7.16.10"
844+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
845+
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
820846
dependencies:
821847
"@babel/compat-data" "^7.16.8"
822848
"@babel/helper-compilation-targets" "^7.16.7"
@@ -944,6 +970,22 @@
944970
debug "^4.1.0"
945971
globals "^11.1.0"
946972

973+
"@babel/traverse@^7.16.10":
974+
version "7.16.10"
975+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f"
976+
integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==
977+
dependencies:
978+
"@babel/code-frame" "^7.16.7"
979+
"@babel/generator" "^7.16.8"
980+
"@babel/helper-environment-visitor" "^7.16.7"
981+
"@babel/helper-function-name" "^7.16.7"
982+
"@babel/helper-hoist-variables" "^7.16.7"
983+
"@babel/helper-split-export-declaration" "^7.16.7"
984+
"@babel/parser" "^7.16.10"
985+
"@babel/types" "^7.16.8"
986+
debug "^4.1.0"
987+
globals "^11.1.0"
988+
947989
"@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":
948990
version "7.16.8"
949991
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"

0 commit comments

Comments
 (0)