Skip to content

Commit 9d97896

Browse files
chore(deps-dev): bump @babel/preset-env from 7.19.3 to 7.19.4 (#1167)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.3 to 7.19.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 272f042 commit 9d97896

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
dependencies:
3333
"@babel/highlight" "^7.18.6"
3434

35-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.3":
36-
version "7.19.3"
37-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
38-
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
35+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.3", "@babel/compat-data@^7.19.4":
36+
version "7.19.4"
37+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
38+
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
3939

4040
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.16.0", "@babel/core@^7.19.1":
4141
version "7.19.3"
@@ -266,10 +266,10 @@
266266
dependencies:
267267
"@babel/types" "^7.18.6"
268268

269-
"@babel/helper-string-parser@^7.18.10":
270-
version "7.18.10"
271-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
272-
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
269+
"@babel/helper-string-parser@^7.19.4":
270+
version "7.19.4"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
272+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
273273

274274
"@babel/helper-validator-identifier@^7.18.6":
275275
version "7.18.6"
@@ -418,14 +418,14 @@
418418
"@babel/helper-plugin-utils" "^7.18.6"
419419
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
420420

421-
"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.18.9":
422-
version "7.18.9"
423-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz#f9434f6beb2c8cae9dfcf97d2a5941bbbf9ad4e7"
424-
integrity sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==
421+
"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.19.4":
422+
version "7.19.4"
423+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz#a8fc86e8180ff57290c91a75d83fe658189b642d"
424+
integrity sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==
425425
dependencies:
426-
"@babel/compat-data" "^7.18.8"
427-
"@babel/helper-compilation-targets" "^7.18.9"
428-
"@babel/helper-plugin-utils" "^7.18.9"
426+
"@babel/compat-data" "^7.19.4"
427+
"@babel/helper-compilation-targets" "^7.19.3"
428+
"@babel/helper-plugin-utils" "^7.19.0"
429429
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
430430
"@babel/plugin-transform-parameters" "^7.18.8"
431431

@@ -656,12 +656,12 @@
656656
dependencies:
657657
"@babel/helper-plugin-utils" "^7.18.6"
658658

659-
"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.18.9":
660-
version "7.18.9"
661-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz#f9b7e018ac3f373c81452d6ada8bd5a18928926d"
662-
integrity sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==
659+
"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.19.4":
660+
version "7.19.4"
661+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.19.4.tgz#315d70f68ce64426db379a3d830e7ac30be02e9b"
662+
integrity sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==
663663
dependencies:
664-
"@babel/helper-plugin-utils" "^7.18.9"
664+
"@babel/helper-plugin-utils" "^7.19.0"
665665

666666
"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.19.0":
667667
version "7.19.0"
@@ -685,12 +685,12 @@
685685
dependencies:
686686
"@babel/helper-plugin-utils" "^7.18.9"
687687

688-
"@babel/plugin-transform-destructuring@^7.0.0", "@babel/plugin-transform-destructuring@^7.18.13":
689-
version "7.18.13"
690-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz#9e03bc4a94475d62b7f4114938e6c5c33372cbf5"
691-
integrity sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==
688+
"@babel/plugin-transform-destructuring@^7.0.0", "@babel/plugin-transform-destructuring@^7.19.4":
689+
version "7.19.4"
690+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.19.4.tgz#46890722687b9b89e1369ad0bd8dc6c5a3b4319d"
691+
integrity sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==
692692
dependencies:
693-
"@babel/helper-plugin-utils" "^7.18.9"
693+
"@babel/helper-plugin-utils" "^7.19.0"
694694

695695
"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
696696
version "7.18.6"
@@ -961,11 +961,11 @@
961961
"@babel/helper-plugin-utils" "^7.18.6"
962962

963963
"@babel/preset-env@^7.19.1":
964-
version "7.19.3"
965-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.3.tgz#52cd19abaecb3f176a4ff9cc5e15b7bf06bec754"
966-
integrity sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==
964+
version "7.19.4"
965+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.4.tgz#4c91ce2e1f994f717efb4237891c3ad2d808c94b"
966+
integrity sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==
967967
dependencies:
968-
"@babel/compat-data" "^7.19.3"
968+
"@babel/compat-data" "^7.19.4"
969969
"@babel/helper-compilation-targets" "^7.19.3"
970970
"@babel/helper-plugin-utils" "^7.19.0"
971971
"@babel/helper-validator-option" "^7.18.6"
@@ -980,7 +980,7 @@
980980
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
981981
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
982982
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
983-
"@babel/plugin-proposal-object-rest-spread" "^7.18.9"
983+
"@babel/plugin-proposal-object-rest-spread" "^7.19.4"
984984
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
985985
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
986986
"@babel/plugin-proposal-private-methods" "^7.18.6"
@@ -1004,10 +1004,10 @@
10041004
"@babel/plugin-transform-arrow-functions" "^7.18.6"
10051005
"@babel/plugin-transform-async-to-generator" "^7.18.6"
10061006
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
1007-
"@babel/plugin-transform-block-scoping" "^7.18.9"
1007+
"@babel/plugin-transform-block-scoping" "^7.19.4"
10081008
"@babel/plugin-transform-classes" "^7.19.0"
10091009
"@babel/plugin-transform-computed-properties" "^7.18.9"
1010-
"@babel/plugin-transform-destructuring" "^7.18.13"
1010+
"@babel/plugin-transform-destructuring" "^7.19.4"
10111011
"@babel/plugin-transform-dotall-regex" "^7.18.6"
10121012
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
10131013
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
@@ -1034,7 +1034,7 @@
10341034
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
10351035
"@babel/plugin-transform-unicode-regex" "^7.18.6"
10361036
"@babel/preset-modules" "^0.1.5"
1037-
"@babel/types" "^7.19.3"
1037+
"@babel/types" "^7.19.4"
10381038
babel-plugin-polyfill-corejs2 "^0.3.3"
10391039
babel-plugin-polyfill-corejs3 "^0.6.0"
10401040
babel-plugin-polyfill-regenerator "^0.4.1"
@@ -1132,12 +1132,12 @@
11321132
debug "^4.1.0"
11331133
globals "^11.1.0"
11341134

1135-
"@babel/types@^7.0.0", "@babel/types@^7.12.5", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1136-
version "7.19.3"
1137-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1138-
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
1135+
"@babel/types@^7.0.0", "@babel/types@^7.12.5", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1136+
version "7.19.4"
1137+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
1138+
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
11391139
dependencies:
1140-
"@babel/helper-string-parser" "^7.18.10"
1140+
"@babel/helper-string-parser" "^7.19.4"
11411141
"@babel/helper-validator-identifier" "^7.19.1"
11421142
to-fast-properties "^2.0.0"
11431143

0 commit comments

Comments
 (0)