Skip to content

Commit 2db3095

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
build(deps-dev): bump @babel/preset-env from 7.14.9 to 7.15.0
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.9 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] <[email protected]>
1 parent d772e34 commit 2db3095

File tree

2 files changed

+17
-29
lines changed

2 files changed

+17
-29
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"devDependencies": {
115115
"@babel/cli": "^7.14.8",
116116
"@babel/core": "^7.15.0",
117-
"@babel/preset-env": "^7.14.9",
117+
"@babel/preset-env": "^7.15.0",
118118
"@types/cross-spawn": "^6.0.2",
119119
"babel-jest": "^27.0.6",
120120
"eslint-config-kentcdodds": "^19.1.1",

yarn.lock

+16-28
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@
3232
dependencies:
3333
"@babel/highlight" "^7.14.5"
3434

35-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.14.9":
36-
version "7.14.9"
37-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
38-
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
39-
40-
"@babel/compat-data@^7.15.0":
35+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
4136
version "7.15.0"
4237
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
4338
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
@@ -260,13 +255,6 @@
260255
"@babel/traverse" "^7.15.0"
261256
"@babel/types" "^7.15.0"
262257

263-
"@babel/helper-simple-access@^7.14.5":
264-
version "7.14.5"
265-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
266-
integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==
267-
dependencies:
268-
"@babel/types" "^7.14.5"
269-
270258
"@babel/helper-simple-access@^7.14.8":
271259
version "7.14.8"
272260
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
@@ -731,14 +719,14 @@
731719
"@babel/helper-plugin-utils" "^7.14.5"
732720
babel-plugin-dynamic-import-node "^2.3.3"
733721

734-
"@babel/plugin-transform-modules-commonjs@^7.14.5":
735-
version "7.14.5"
736-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
737-
integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==
722+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
723+
version "7.15.0"
724+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
725+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
738726
dependencies:
739-
"@babel/helper-module-transforms" "^7.14.5"
727+
"@babel/helper-module-transforms" "^7.15.0"
740728
"@babel/helper-plugin-utils" "^7.14.5"
741-
"@babel/helper-simple-access" "^7.14.5"
729+
"@babel/helper-simple-access" "^7.14.8"
742730
babel-plugin-dynamic-import-node "^2.3.3"
743731

744732
"@babel/plugin-transform-modules-systemjs@^7.14.5":
@@ -894,13 +882,13 @@
894882
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
895883
"@babel/helper-plugin-utils" "^7.14.5"
896884

897-
"@babel/preset-env@^7.14.9":
898-
version "7.14.9"
899-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
900-
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
885+
"@babel/preset-env@^7.15.0":
886+
version "7.15.0"
887+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
888+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
901889
dependencies:
902-
"@babel/compat-data" "^7.14.9"
903-
"@babel/helper-compilation-targets" "^7.14.5"
890+
"@babel/compat-data" "^7.15.0"
891+
"@babel/helper-compilation-targets" "^7.15.0"
904892
"@babel/helper-plugin-utils" "^7.14.5"
905893
"@babel/helper-validator-option" "^7.14.5"
906894
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
@@ -948,7 +936,7 @@
948936
"@babel/plugin-transform-literals" "^7.14.5"
949937
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
950938
"@babel/plugin-transform-modules-amd" "^7.14.5"
951-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
939+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
952940
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
953941
"@babel/plugin-transform-modules-umd" "^7.14.5"
954942
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
@@ -966,7 +954,7 @@
966954
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
967955
"@babel/plugin-transform-unicode-regex" "^7.14.5"
968956
"@babel/preset-modules" "^0.1.4"
969-
"@babel/types" "^7.14.9"
957+
"@babel/types" "^7.15.0"
970958
babel-plugin-polyfill-corejs2 "^0.2.2"
971959
babel-plugin-polyfill-corejs3 "^0.2.2"
972960
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1042,7 +1030,7 @@
10421030
debug "^4.1.0"
10431031
globals "^11.1.0"
10441032

1045-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1033+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10461034
version "7.15.0"
10471035
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
10481036
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==

0 commit comments

Comments
 (0)