Skip to content

Commit ba5cd26

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.15.6
1 parent af404d2 commit ba5cd26

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@babel/core": "7.15.5",
68-
"@babel/preset-env": "7.15.4",
68+
"@babel/preset-env": "7.15.6",
6969
"@babel/register": "7.15.3",
7070
"@commitlint/cli": "13.1.0",
7171
"@heap-data-structure/specification": "16.0.0",

yarn.lock

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,17 @@
597597
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
598598
"@babel/plugin-transform-parameters" "^7.14.5"
599599

600+
"@babel/plugin-proposal-object-rest-spread@^7.15.6":
601+
version "7.15.6"
602+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11"
603+
integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==
604+
dependencies:
605+
"@babel/compat-data" "^7.15.0"
606+
"@babel/helper-compilation-targets" "^7.15.4"
607+
"@babel/helper-plugin-utils" "^7.14.5"
608+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
609+
"@babel/plugin-transform-parameters" "^7.15.4"
610+
600611
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
601612
version "7.14.5"
602613
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c"
@@ -1120,10 +1131,10 @@
11201131
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
11211132
"@babel/helper-plugin-utils" "^7.14.5"
11221133

1123-
"@babel/[email protected].4":
1124-
version "7.15.4"
1125-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815"
1126-
integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==
1134+
"@babel/[email protected].6":
1135+
version "7.15.6"
1136+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659"
1137+
integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==
11271138
dependencies:
11281139
"@babel/compat-data" "^7.15.0"
11291140
"@babel/helper-compilation-targets" "^7.15.4"
@@ -1139,7 +1150,7 @@
11391150
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
11401151
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
11411152
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
1142-
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
1153+
"@babel/plugin-proposal-object-rest-spread" "^7.15.6"
11431154
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
11441155
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
11451156
"@babel/plugin-proposal-private-methods" "^7.14.5"
@@ -1192,7 +1203,7 @@
11921203
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
11931204
"@babel/plugin-transform-unicode-regex" "^7.14.5"
11941205
"@babel/preset-modules" "^0.1.4"
1195-
"@babel/types" "^7.15.4"
1206+
"@babel/types" "^7.15.6"
11961207
babel-plugin-polyfill-corejs2 "^0.2.2"
11971208
babel-plugin-polyfill-corejs3 "^0.2.2"
11981209
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1392,6 +1403,14 @@
13921403
"@babel/helper-validator-identifier" "^7.14.9"
13931404
to-fast-properties "^2.0.0"
13941405

1406+
"@babel/types@^7.15.6":
1407+
version "7.15.6"
1408+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
1409+
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
1410+
dependencies:
1411+
"@babel/helper-validator-identifier" "^7.14.9"
1412+
to-fast-properties "^2.0.0"
1413+
13951414
"@bcoe/v8-coverage@^0.2.3":
13961415
version "0.2.3"
13971416
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)