Skip to content

Commit ce757e4

Browse files
chore(deps): update devdependency @babel/preset-env to v7.14.7 (#81)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f17318e commit ce757e4

File tree

2 files changed

+136
-2
lines changed

2 files changed

+136
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@babel/plugin-transform-runtime": "7.14.5",
36-
"@babel/preset-env": "7.14.5",
36+
"@babel/preset-env": "7.14.7",
3737
"@babel/preset-typescript": "7.14.5",
3838
"@nuxt/test-utils": "0.2.2",
3939
"@nuxt/types": "2.15.7",

yarn.lock

Lines changed: 135 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
2222
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
2323

24+
"@babel/compat-data@^7.14.7":
25+
version "7.14.7"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
27+
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
28+
2429
"@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.14.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
2530
version "7.14.6"
2631
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
@@ -290,6 +295,15 @@
290295
"@babel/helper-remap-async-to-generator" "^7.14.5"
291296
"@babel/plugin-syntax-async-generators" "^7.8.4"
292297

298+
"@babel/plugin-proposal-async-generator-functions@^7.14.7":
299+
version "7.14.7"
300+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace"
301+
integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==
302+
dependencies:
303+
"@babel/helper-plugin-utils" "^7.14.5"
304+
"@babel/helper-remap-async-to-generator" "^7.14.5"
305+
"@babel/plugin-syntax-async-generators" "^7.8.4"
306+
293307
"@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.14.5":
294308
version "7.14.5"
295309
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e"
@@ -375,6 +389,17 @@
375389
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
376390
"@babel/plugin-transform-parameters" "^7.14.5"
377391

392+
"@babel/plugin-proposal-object-rest-spread@^7.14.7":
393+
version "7.14.7"
394+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
395+
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
396+
dependencies:
397+
"@babel/compat-data" "^7.14.7"
398+
"@babel/helper-compilation-targets" "^7.14.5"
399+
"@babel/helper-plugin-utils" "^7.14.5"
400+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
401+
"@babel/plugin-transform-parameters" "^7.14.5"
402+
378403
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
379404
version "7.14.5"
380405
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c"
@@ -608,6 +633,13 @@
608633
dependencies:
609634
"@babel/helper-plugin-utils" "^7.14.5"
610635

636+
"@babel/plugin-transform-destructuring@^7.14.7":
637+
version "7.14.7"
638+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576"
639+
integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==
640+
dependencies:
641+
"@babel/helper-plugin-utils" "^7.14.5"
642+
611643
"@babel/plugin-transform-dotall-regex@^7.14.5", "@babel/plugin-transform-dotall-regex@^7.4.4":
612644
version "7.14.5"
613645
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz#2f6bf76e46bdf8043b4e7e16cf24532629ba0c7a"
@@ -705,6 +737,13 @@
705737
dependencies:
706738
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
707739

740+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7":
741+
version "7.14.7"
742+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e"
743+
integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==
744+
dependencies:
745+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
746+
708747
"@babel/plugin-transform-new-target@^7.14.5":
709748
version "7.14.5"
710749
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8"
@@ -775,6 +814,14 @@
775814
"@babel/helper-plugin-utils" "^7.14.5"
776815
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
777816

817+
"@babel/plugin-transform-spread@^7.14.6":
818+
version "7.14.6"
819+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
820+
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
821+
dependencies:
822+
"@babel/helper-plugin-utils" "^7.14.5"
823+
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
824+
778825
"@babel/plugin-transform-sticky-regex@^7.14.5":
779826
version "7.14.5"
780827
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz#5b617542675e8b7761294381f3c28c633f40aeb9"
@@ -820,7 +867,86 @@
820867
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
821868
"@babel/helper-plugin-utils" "^7.14.5"
822869

823-
"@babel/[email protected]", "@babel/preset-env@^7.14.4":
870+
871+
version "7.14.7"
872+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
873+
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
874+
dependencies:
875+
"@babel/compat-data" "^7.14.7"
876+
"@babel/helper-compilation-targets" "^7.14.5"
877+
"@babel/helper-plugin-utils" "^7.14.5"
878+
"@babel/helper-validator-option" "^7.14.5"
879+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
880+
"@babel/plugin-proposal-async-generator-functions" "^7.14.7"
881+
"@babel/plugin-proposal-class-properties" "^7.14.5"
882+
"@babel/plugin-proposal-class-static-block" "^7.14.5"
883+
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
884+
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
885+
"@babel/plugin-proposal-json-strings" "^7.14.5"
886+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
887+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
888+
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
889+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
890+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
891+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
892+
"@babel/plugin-proposal-private-methods" "^7.14.5"
893+
"@babel/plugin-proposal-private-property-in-object" "^7.14.5"
894+
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
895+
"@babel/plugin-syntax-async-generators" "^7.8.4"
896+
"@babel/plugin-syntax-class-properties" "^7.12.13"
897+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
898+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
899+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
900+
"@babel/plugin-syntax-json-strings" "^7.8.3"
901+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
902+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
903+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
904+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
905+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
906+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
907+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
908+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
909+
"@babel/plugin-transform-arrow-functions" "^7.14.5"
910+
"@babel/plugin-transform-async-to-generator" "^7.14.5"
911+
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
912+
"@babel/plugin-transform-block-scoping" "^7.14.5"
913+
"@babel/plugin-transform-classes" "^7.14.5"
914+
"@babel/plugin-transform-computed-properties" "^7.14.5"
915+
"@babel/plugin-transform-destructuring" "^7.14.7"
916+
"@babel/plugin-transform-dotall-regex" "^7.14.5"
917+
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
918+
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
919+
"@babel/plugin-transform-for-of" "^7.14.5"
920+
"@babel/plugin-transform-function-name" "^7.14.5"
921+
"@babel/plugin-transform-literals" "^7.14.5"
922+
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
923+
"@babel/plugin-transform-modules-amd" "^7.14.5"
924+
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
925+
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
926+
"@babel/plugin-transform-modules-umd" "^7.14.5"
927+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
928+
"@babel/plugin-transform-new-target" "^7.14.5"
929+
"@babel/plugin-transform-object-super" "^7.14.5"
930+
"@babel/plugin-transform-parameters" "^7.14.5"
931+
"@babel/plugin-transform-property-literals" "^7.14.5"
932+
"@babel/plugin-transform-regenerator" "^7.14.5"
933+
"@babel/plugin-transform-reserved-words" "^7.14.5"
934+
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
935+
"@babel/plugin-transform-spread" "^7.14.6"
936+
"@babel/plugin-transform-sticky-regex" "^7.14.5"
937+
"@babel/plugin-transform-template-literals" "^7.14.5"
938+
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
939+
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
940+
"@babel/plugin-transform-unicode-regex" "^7.14.5"
941+
"@babel/preset-modules" "^0.1.4"
942+
"@babel/types" "^7.14.5"
943+
babel-plugin-polyfill-corejs2 "^0.2.2"
944+
babel-plugin-polyfill-corejs3 "^0.2.2"
945+
babel-plugin-polyfill-regenerator "^0.2.2"
946+
core-js-compat "^3.15.0"
947+
semver "^6.3.0"
948+
949+
"@babel/preset-env@^7.14.4":
824950
version "7.14.5"
825951
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.5.tgz#c0c84e763661fd0e74292c3d511cb33b0c668997"
826952
integrity sha512-ci6TsS0bjrdPpWGnQ+m4f+JSSzDKlckqKIJJt9UZ/+g7Zz9k0N8lYU8IeLg/01o2h8LyNZDMLGgRLDTxpudLsA==
@@ -4172,6 +4298,14 @@ core-js-compat@^3.14.0, core-js-compat@^3.9.1:
41724298
browserslist "^4.16.6"
41734299
semver "7.0.0"
41744300

4301+
core-js-compat@^3.15.0:
4302+
version "3.15.0"
4303+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.0.tgz#e14a371123db9d1c5b41206d3f420643d238b8fa"
4304+
integrity sha512-8X6lWsG+s7IfOKzV93a7fRYfWRZobOfjw5V5rrq43Vh/W+V6qYxl7Akalsvgab4PFT/4L/pjQbdBUEM36NXKrw==
4305+
dependencies:
4306+
browserslist "^4.16.6"
4307+
semver "7.0.0"
4308+
41754309
core-js@^2.6.5:
41764310
version "2.6.11"
41774311
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"

0 commit comments

Comments
 (0)