Skip to content

Commit 9ab9808

Browse files
chore(deps-dev): bump @babel/preset-env from 7.14.7 to 7.15.0 (#278)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.7 to 7.15.0. - [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.15.0/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f298d12 commit 9ab9808

File tree

2 files changed

+58
-37
lines changed

2 files changed

+58
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/core": "^7.15",
2929
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
3030
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
31-
"@babel/preset-env": "^7.14.7",
31+
"@babel/preset-env": "^7.15.0",
3232
"babel-jest": "^27.0.6",
3333
"eslint": "7.32.0",
3434
"eslint-config-standard": "16.0.3",

yarn.lock

Lines changed: 57 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@
1616
dependencies:
1717
"@babel/highlight" "^7.14.5"
1818

19-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7":
20-
version "7.14.7"
21-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
22-
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
23-
24-
"@babel/compat-data@^7.15.0":
19+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
2520
version "7.15.0"
2621
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
2722
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
@@ -320,10 +315,10 @@
320315
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
321316
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
322317

323-
"@babel/plugin-proposal-async-generator-functions@^7.14.7":
324-
version "7.14.7"
325-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace"
326-
integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==
318+
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
319+
version "7.14.9"
320+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
321+
integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
327322
dependencies:
328323
"@babel/helper-plugin-utils" "^7.14.5"
329324
"@babel/helper-remap-async-to-generator" "^7.14.5"
@@ -590,10 +585,10 @@
590585
dependencies:
591586
"@babel/helper-plugin-utils" "^7.14.5"
592587

593-
"@babel/plugin-transform-classes@^7.14.5":
594-
version "7.14.5"
595-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz#0e98e82097b38550b03b483f9b51a78de0acb2cf"
596-
integrity sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA==
588+
"@babel/plugin-transform-classes@^7.14.9":
589+
version "7.14.9"
590+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
591+
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
597592
dependencies:
598593
"@babel/helper-annotate-as-pure" "^7.14.5"
599594
"@babel/helper-function-name" "^7.14.5"
@@ -678,7 +673,7 @@
678673
"@babel/helper-plugin-utils" "^7.14.5"
679674
babel-plugin-dynamic-import-node "^2.3.3"
680675

681-
"@babel/plugin-transform-modules-commonjs@^7.14.5", "@babel/plugin-transform-modules-commonjs@^7.15.0":
676+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
682677
version "7.15.0"
683678
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
684679
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
@@ -707,10 +702,10 @@
707702
"@babel/helper-module-transforms" "^7.14.5"
708703
"@babel/helper-plugin-utils" "^7.14.5"
709704

710-
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7":
711-
version "7.14.7"
712-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e"
713-
integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==
705+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
706+
version "7.14.9"
707+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
708+
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
714709
dependencies:
715710
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
716711

@@ -808,17 +803,17 @@
808803
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
809804
"@babel/helper-plugin-utils" "^7.14.5"
810805

811-
"@babel/preset-env@^7.14.7":
812-
version "7.14.7"
813-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
814-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
806+
"@babel/preset-env@^7.15.0":
807+
version "7.15.0"
808+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
809+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
815810
dependencies:
816-
"@babel/compat-data" "^7.14.7"
817-
"@babel/helper-compilation-targets" "^7.14.5"
811+
"@babel/compat-data" "^7.15.0"
812+
"@babel/helper-compilation-targets" "^7.15.0"
818813
"@babel/helper-plugin-utils" "^7.14.5"
819814
"@babel/helper-validator-option" "^7.14.5"
820815
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
821-
"@babel/plugin-proposal-async-generator-functions" "^7.14.7"
816+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
822817
"@babel/plugin-proposal-class-properties" "^7.14.5"
823818
"@babel/plugin-proposal-class-static-block" "^7.14.5"
824819
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -851,7 +846,7 @@
851846
"@babel/plugin-transform-async-to-generator" "^7.14.5"
852847
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
853848
"@babel/plugin-transform-block-scoping" "^7.14.5"
854-
"@babel/plugin-transform-classes" "^7.14.5"
849+
"@babel/plugin-transform-classes" "^7.14.9"
855850
"@babel/plugin-transform-computed-properties" "^7.14.5"
856851
"@babel/plugin-transform-destructuring" "^7.14.7"
857852
"@babel/plugin-transform-dotall-regex" "^7.14.5"
@@ -862,10 +857,10 @@
862857
"@babel/plugin-transform-literals" "^7.14.5"
863858
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
864859
"@babel/plugin-transform-modules-amd" "^7.14.5"
865-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
860+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
866861
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
867862
"@babel/plugin-transform-modules-umd" "^7.14.5"
868-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
863+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
869864
"@babel/plugin-transform-new-target" "^7.14.5"
870865
"@babel/plugin-transform-object-super" "^7.14.5"
871866
"@babel/plugin-transform-parameters" "^7.14.5"
@@ -880,11 +875,11 @@
880875
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
881876
"@babel/plugin-transform-unicode-regex" "^7.14.5"
882877
"@babel/preset-modules" "^0.1.4"
883-
"@babel/types" "^7.14.5"
878+
"@babel/types" "^7.15.0"
884879
babel-plugin-polyfill-corejs2 "^0.2.2"
885880
babel-plugin-polyfill-corejs3 "^0.2.2"
886881
babel-plugin-polyfill-regenerator "^0.2.2"
887-
core-js-compat "^3.15.0"
882+
core-js-compat "^3.16.0"
888883
semver "^6.3.0"
889884

890885
"@babel/preset-modules@^0.1.4":
@@ -1907,6 +1902,17 @@ browserslist@^4.16.6:
19071902
escalade "^3.1.1"
19081903
node-releases "^1.1.71"
19091904

1905+
browserslist@^4.16.7:
1906+
version "4.16.7"
1907+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.7.tgz#108b0d1ef33c4af1b587c54f390e7041178e4335"
1908+
integrity sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA==
1909+
dependencies:
1910+
caniuse-lite "^1.0.30001248"
1911+
colorette "^1.2.2"
1912+
electron-to-chromium "^1.3.793"
1913+
escalade "^3.1.1"
1914+
node-releases "^1.1.73"
1915+
19101916
bser@2.1.1:
19111917
version "2.1.1"
19121918
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -1962,6 +1968,11 @@ caniuse-lite@^1.0.30001219:
19621968
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71"
19631969
integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ==
19641970

1971+
caniuse-lite@^1.0.30001248:
1972+
version "1.0.30001251"
1973+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001251.tgz#6853a606ec50893115db660f82c094d18f096d85"
1974+
integrity sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A==
1975+
19651976
capture-exit@^2.0.0:
19661977
version "2.0.0"
19671978
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -2165,12 +2176,12 @@ copy-descriptor@^0.1.0:
21652176
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
21662177
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
21672178

2168-
core-js-compat@^3.14.0, core-js-compat@^3.15.0:
2169-
version "3.15.1"
2170-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.1.tgz#1afe233716d37ee021956ef097594071b2b585a7"
2171-
integrity sha512-xGhzYMX6y7oEGQGAJmP2TmtBLvR4nZmRGEcFa3ubHOq5YEp51gGN9AovVa0AoujGZIq+Wm6dISiYyGNfdflYww==
2179+
core-js-compat@^3.14.0, core-js-compat@^3.16.0:
2180+
version "3.16.1"
2181+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.1.tgz#c44b7caa2dcb94b673a98f27eee1c8312f55bc2d"
2182+
integrity sha512-NHXQXvRbd4nxp9TEmooTJLUf94ySUG6+DSsscBpTftN1lQLQ4LjnWvc7AoIo4UjDsFF3hB8Uh5LLCRRdaiT5MQ==
21722183
dependencies:
2173-
browserslist "^4.16.6"
2184+
browserslist "^4.16.7"
21742185
semver "7.0.0"
21752186

21762187
core-js@3:
@@ -2421,6 +2432,11 @@ electron-to-chromium@^1.3.723:
24212432
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.740.tgz#e38b7d2b848f632191b643e6dabca51be2162922"
24222433
integrity sha512-Mi2m55JrX2BFbNZGKYR+2ItcGnR4O5HhrvgoRRyZQlaMGQULqDhoGkLWHzJoshSzi7k1PUofxcDbNhlFrDZNhg==
24232434

2435+
electron-to-chromium@^1.3.793:
2436+
version "1.3.804"
2437+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.804.tgz#92ba2db611951f9f13b0b7565f9163d4fc7b5440"
2438+
integrity sha512-GB+D82NbTO6/7mC0aRNv0LPOhof/fz4UX6D/CnxTVpiPgWna+HDQJMHgsf/Ne/itKn3akJul9L0kwvML2kp3Yg==
2439+
24242440
emittery@^0.7.1:
24252441
version "0.7.2"
24262442
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82"
@@ -4658,6 +4674,11 @@ node-releases@^1.1.71:
46584674
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe"
46594675
integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==
46604676

4677+
node-releases@^1.1.73:
4678+
version "1.1.74"
4679+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.74.tgz#e5866488080ebaa70a93b91144ccde06f3c3463e"
4680+
integrity sha512-caJBVempXZPepZoZAPCWRTNxYQ+xtG/KAi4ozTA5A+nJ7IU+kLQCbqaUjb5Rwy14M9upBWiQ4NutcmW04LJSRw==
4681+
46614682
nopt@^5.0.0:
46624683
version "5.0.0"
46634684
resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"

0 commit comments

Comments
 (0)