Skip to content

Commit 2533a73

Browse files
chore(deps): update devdependency @babel/preset-env to v7.19.1 (nuxt-modules#213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4d2e35 commit 2533a73

File tree

2 files changed

+153
-3
lines changed

2 files changed

+153
-3
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.18.10",
36-
"@babel/preset-env": "7.19.0",
36+
"@babel/preset-env": "7.19.1",
3737
"@babel/preset-typescript": "7.18.6",
3838
"@nuxt/test-utils": "0.2.2",
3939
"@nuxt/types": "2.15.8",

yarn.lock

Lines changed: 152 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86"
2323
integrity sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw==
2424

25+
"@babel/compat-data@^7.19.1":
26+
version "7.19.1"
27+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
28+
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
29+
2530
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.5":
2631
version "7.19.0"
2732
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.0.tgz#d2f5f4f2033c00de8096be3c9f45772563e150c3"
@@ -77,6 +82,16 @@
7782
browserslist "^4.20.2"
7883
semver "^6.3.0"
7984

85+
"@babel/helper-compilation-targets@^7.19.1":
86+
version "7.19.1"
87+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
88+
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
89+
dependencies:
90+
"@babel/compat-data" "^7.19.1"
91+
"@babel/helper-validator-option" "^7.18.6"
92+
browserslist "^4.21.3"
93+
semver "^6.3.0"
94+
8095
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.19.0":
8196
version "7.19.0"
8297
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
@@ -110,6 +125,18 @@
110125
resolve "^1.14.2"
111126
semver "^6.1.2"
112127

128+
"@babel/helper-define-polyfill-provider@^0.3.3":
129+
version "0.3.3"
130+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
131+
integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
132+
dependencies:
133+
"@babel/helper-compilation-targets" "^7.17.7"
134+
"@babel/helper-plugin-utils" "^7.16.7"
135+
debug "^4.1.1"
136+
lodash.debounce "^4.0.8"
137+
resolve "^1.14.2"
138+
semver "^6.1.2"
139+
113140
"@babel/helper-environment-visitor@^7.18.9":
114141
version "7.18.9"
115142
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
@@ -293,6 +320,16 @@
293320
"@babel/helper-remap-async-to-generator" "^7.18.9"
294321
"@babel/plugin-syntax-async-generators" "^7.8.4"
295322

323+
"@babel/plugin-proposal-async-generator-functions@^7.19.1":
324+
version "7.19.1"
325+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7"
326+
integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==
327+
dependencies:
328+
"@babel/helper-environment-visitor" "^7.18.9"
329+
"@babel/helper-plugin-utils" "^7.19.0"
330+
"@babel/helper-remap-async-to-generator" "^7.18.9"
331+
"@babel/plugin-syntax-async-generators" "^7.8.4"
332+
296333
"@babel/plugin-proposal-class-properties@^7.14.5", "@babel/plugin-proposal-class-properties@^7.18.6":
297334
version "7.18.6"
298335
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -721,6 +758,14 @@
721758
"@babel/helper-create-regexp-features-plugin" "^7.19.0"
722759
"@babel/helper-plugin-utils" "^7.19.0"
723760

761+
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1":
762+
version "7.19.1"
763+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888"
764+
integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==
765+
dependencies:
766+
"@babel/helper-create-regexp-features-plugin" "^7.19.0"
767+
"@babel/helper-plugin-utils" "^7.19.0"
768+
724769
"@babel/plugin-transform-new-target@^7.18.6":
725770
version "7.18.6"
726771
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz#d128f376ae200477f37c4ddfcc722a8a1b3246a8"
@@ -837,7 +882,88 @@
837882
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
838883
"@babel/helper-plugin-utils" "^7.18.6"
839884

840-
"@babel/[email protected]", "@babel/preset-env@^7.15.4":
885+
886+
version "7.19.1"
887+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
888+
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
889+
dependencies:
890+
"@babel/compat-data" "^7.19.1"
891+
"@babel/helper-compilation-targets" "^7.19.1"
892+
"@babel/helper-plugin-utils" "^7.19.0"
893+
"@babel/helper-validator-option" "^7.18.6"
894+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
895+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
896+
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
897+
"@babel/plugin-proposal-class-properties" "^7.18.6"
898+
"@babel/plugin-proposal-class-static-block" "^7.18.6"
899+
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
900+
"@babel/plugin-proposal-export-namespace-from" "^7.18.9"
901+
"@babel/plugin-proposal-json-strings" "^7.18.6"
902+
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
903+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
904+
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
905+
"@babel/plugin-proposal-object-rest-spread" "^7.18.9"
906+
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
907+
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
908+
"@babel/plugin-proposal-private-methods" "^7.18.6"
909+
"@babel/plugin-proposal-private-property-in-object" "^7.18.6"
910+
"@babel/plugin-proposal-unicode-property-regex" "^7.18.6"
911+
"@babel/plugin-syntax-async-generators" "^7.8.4"
912+
"@babel/plugin-syntax-class-properties" "^7.12.13"
913+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
914+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
915+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
916+
"@babel/plugin-syntax-import-assertions" "^7.18.6"
917+
"@babel/plugin-syntax-json-strings" "^7.8.3"
918+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
919+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
920+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
921+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
922+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
923+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
924+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
925+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
926+
"@babel/plugin-transform-arrow-functions" "^7.18.6"
927+
"@babel/plugin-transform-async-to-generator" "^7.18.6"
928+
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
929+
"@babel/plugin-transform-block-scoping" "^7.18.9"
930+
"@babel/plugin-transform-classes" "^7.19.0"
931+
"@babel/plugin-transform-computed-properties" "^7.18.9"
932+
"@babel/plugin-transform-destructuring" "^7.18.13"
933+
"@babel/plugin-transform-dotall-regex" "^7.18.6"
934+
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
935+
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
936+
"@babel/plugin-transform-for-of" "^7.18.8"
937+
"@babel/plugin-transform-function-name" "^7.18.9"
938+
"@babel/plugin-transform-literals" "^7.18.9"
939+
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
940+
"@babel/plugin-transform-modules-amd" "^7.18.6"
941+
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
942+
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
943+
"@babel/plugin-transform-modules-umd" "^7.18.6"
944+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
945+
"@babel/plugin-transform-new-target" "^7.18.6"
946+
"@babel/plugin-transform-object-super" "^7.18.6"
947+
"@babel/plugin-transform-parameters" "^7.18.8"
948+
"@babel/plugin-transform-property-literals" "^7.18.6"
949+
"@babel/plugin-transform-regenerator" "^7.18.6"
950+
"@babel/plugin-transform-reserved-words" "^7.18.6"
951+
"@babel/plugin-transform-shorthand-properties" "^7.18.6"
952+
"@babel/plugin-transform-spread" "^7.19.0"
953+
"@babel/plugin-transform-sticky-regex" "^7.18.6"
954+
"@babel/plugin-transform-template-literals" "^7.18.9"
955+
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
956+
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
957+
"@babel/plugin-transform-unicode-regex" "^7.18.6"
958+
"@babel/preset-modules" "^0.1.5"
959+
"@babel/types" "^7.19.0"
960+
babel-plugin-polyfill-corejs2 "^0.3.3"
961+
babel-plugin-polyfill-corejs3 "^0.6.0"
962+
babel-plugin-polyfill-regenerator "^0.4.1"
963+
core-js-compat "^3.25.1"
964+
semver "^6.3.0"
965+
966+
"@babel/preset-env@^7.15.4":
841967
version "7.19.0"
842968
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.0.tgz#fd18caf499a67d6411b9ded68dc70d01ed1e5da7"
843969
integrity sha512-1YUju1TAFuzjIQqNM9WsF4U6VbD/8t3wEAlw3LFYuuEr+ywqLRcSXxFKz4DCEj+sN94l/XTDiUXYRrsvMpz9WQ==
@@ -3233,6 +3359,15 @@ babel-plugin-polyfill-corejs2@^0.3.2:
32333359
"@babel/helper-define-polyfill-provider" "^0.3.2"
32343360
semver "^6.1.1"
32353361

3362+
babel-plugin-polyfill-corejs2@^0.3.3:
3363+
version "0.3.3"
3364+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
3365+
integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
3366+
dependencies:
3367+
"@babel/compat-data" "^7.17.7"
3368+
"@babel/helper-define-polyfill-provider" "^0.3.3"
3369+
semver "^6.1.1"
3370+
32363371
babel-plugin-polyfill-corejs3@^0.5.3:
32373372
version "0.5.3"
32383373
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
@@ -3241,13 +3376,28 @@ babel-plugin-polyfill-corejs3@^0.5.3:
32413376
"@babel/helper-define-polyfill-provider" "^0.3.2"
32423377
core-js-compat "^3.21.0"
32433378

3379+
babel-plugin-polyfill-corejs3@^0.6.0:
3380+
version "0.6.0"
3381+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
3382+
integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
3383+
dependencies:
3384+
"@babel/helper-define-polyfill-provider" "^0.3.3"
3385+
core-js-compat "^3.25.1"
3386+
32443387
babel-plugin-polyfill-regenerator@^0.4.0:
32453388
version "0.4.0"
32463389
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe"
32473390
integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==
32483391
dependencies:
32493392
"@babel/helper-define-polyfill-provider" "^0.3.2"
32503393

3394+
babel-plugin-polyfill-regenerator@^0.4.1:
3395+
version "0.4.1"
3396+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
3397+
integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
3398+
dependencies:
3399+
"@babel/helper-define-polyfill-provider" "^0.3.3"
3400+
32513401
babel-preset-current-node-syntax@^1.0.0:
32523402
version "1.0.1"
32533403
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
@@ -4360,7 +4510,7 @@ copy-descriptor@^0.1.0:
43604510
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
43614511
integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==
43624512

4363-
core-js-compat@^3.17.2, core-js-compat@^3.21.0, core-js-compat@^3.22.1:
4513+
core-js-compat@^3.17.2, core-js-compat@^3.21.0, core-js-compat@^3.22.1, core-js-compat@^3.25.1:
43644514
version "3.25.1"
43654515
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.1.tgz#6f13a90de52f89bbe6267e5620a412c7f7ff7e42"
43664516
integrity sha512-pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw==

0 commit comments

Comments
 (0)