Skip to content

Commit d51f045

Browse files
build(deps-dev): bump @babel/preset-env from 7.15.4 to 7.15.6 (webpack#5441)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.15.4 to 7.15.6. - [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.6/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ccf15e commit d51f045

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@babel/core": "^7.15.5",
7474
"@babel/eslint-parser": "^7.15.4",
7575
"@babel/plugin-proposal-class-properties": "^7.12.1",
76-
"@babel/preset-env": "^7.15.4",
76+
"@babel/preset-env": "^7.15.6",
7777
"@babel/preset-react": "^7.14.5",
7878
"@mdx-js/loader": "^2.0.0-next.9",
7979
"@octokit/auth-action": "^1.3.3",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
dependencies:
149149
"@babel/highlight" "^7.14.5"
150150

151-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
151+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
152152
version "7.15.0"
153153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
154154
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
@@ -236,7 +236,7 @@
236236
"@babel/helper-explode-assignable-expression" "^7.14.5"
237237
"@babel/types" "^7.14.5"
238238

239-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.4":
239+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.4":
240240
version "7.15.4"
241241
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
242242
integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
@@ -648,16 +648,16 @@
648648
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
649649
"@babel/plugin-transform-parameters" "^7.12.1"
650650

651-
"@babel/plugin-proposal-object-rest-spread@^7.14.7":
652-
version "7.14.7"
653-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
654-
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
651+
"@babel/plugin-proposal-object-rest-spread@^7.15.6":
652+
version "7.15.6"
653+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11"
654+
integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==
655655
dependencies:
656-
"@babel/compat-data" "^7.14.7"
657-
"@babel/helper-compilation-targets" "^7.14.5"
656+
"@babel/compat-data" "^7.15.0"
657+
"@babel/helper-compilation-targets" "^7.15.4"
658658
"@babel/helper-plugin-utils" "^7.14.5"
659659
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
660-
"@babel/plugin-transform-parameters" "^7.14.5"
660+
"@babel/plugin-transform-parameters" "^7.15.4"
661661

662662
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
663663
version "7.14.5"
@@ -1004,7 +1004,7 @@
10041004
"@babel/helper-plugin-utils" "^7.14.5"
10051005
"@babel/helper-replace-supers" "^7.14.5"
10061006

1007-
"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.14.5", "@babel/plugin-transform-parameters@^7.15.4":
1007+
"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.15.4":
10081008
version "7.15.4"
10091009
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62"
10101010
integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==
@@ -1123,10 +1123,10 @@
11231123
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
11241124
"@babel/helper-plugin-utils" "^7.14.5"
11251125

1126-
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.15.4":
1127-
version "7.15.4"
1128-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815"
1129-
integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==
1126+
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.15.6":
1127+
version "7.15.6"
1128+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659"
1129+
integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==
11301130
dependencies:
11311131
"@babel/compat-data" "^7.15.0"
11321132
"@babel/helper-compilation-targets" "^7.15.4"
@@ -1142,7 +1142,7 @@
11421142
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
11431143
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
11441144
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
1145-
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
1145+
"@babel/plugin-proposal-object-rest-spread" "^7.15.6"
11461146
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
11471147
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
11481148
"@babel/plugin-proposal-private-methods" "^7.14.5"
@@ -1195,7 +1195,7 @@
11951195
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
11961196
"@babel/plugin-transform-unicode-regex" "^7.14.5"
11971197
"@babel/preset-modules" "^0.1.4"
1198-
"@babel/types" "^7.15.4"
1198+
"@babel/types" "^7.15.6"
11991199
babel-plugin-polyfill-corejs2 "^0.2.2"
12001200
babel-plugin-polyfill-corejs3 "^0.2.2"
12011201
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1256,10 +1256,10 @@
12561256
debug "^4.1.0"
12571257
globals "^11.1.0"
12581258

1259-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.14.5", "@babel/types@^7.15.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1260-
version "7.15.4"
1261-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d"
1262-
integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw==
1259+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.14.5", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1260+
version "7.15.6"
1261+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
1262+
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
12631263
dependencies:
12641264
"@babel/helper-validator-identifier" "^7.14.9"
12651265
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)