Skip to content

Commit 320c9ea

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/plugin-proposal-async-generator-functions to v7.12.12
1 parent 7bdbabb commit 320c9ea

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"devDependencies": {
8787
"@babel/cli": "7.12.10",
8888
"@babel/core": "7.12.10",
89-
"@babel/plugin-proposal-async-generator-functions": "7.12.1",
89+
"@babel/plugin-proposal-async-generator-functions": "7.12.12",
9090
"@babel/polyfill": "7.12.1",
9191
"@babel/preset-env": "7.12.11",
9292
"@babel/register": "7.12.10",

yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,16 @@
328328
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
329329
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
330330

331-
"@babel/[email protected]", "@babel/plugin-proposal-async-generator-functions@^7.12.1":
331+
332+
version "7.12.12"
333+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz#04b8f24fd4532008ab4e79f788468fd5a8476566"
334+
integrity sha512-nrz9y0a4xmUrRq51bYkWJIO5SBZyG2ys2qinHsN0zHDHVsUaModrkpyWWWXfGqYQmOL3x9sQIcTNN/pBGpo09A==
335+
dependencies:
336+
"@babel/helper-plugin-utils" "^7.10.4"
337+
"@babel/helper-remap-async-to-generator" "^7.12.1"
338+
"@babel/plugin-syntax-async-generators" "^7.8.0"
339+
340+
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
332341
version "7.12.1"
333342
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
334343
integrity sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A==

0 commit comments

Comments
 (0)