From 6b84f3e161384608016e2d250b277cfcef70a63b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 08:57:42 +0200 Subject: [PATCH] fix: bump @babel/runtime-corejs2 from 7.10.5 to 7.11.0 (#621) Bumps [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) from 7.10.5 to 7.11.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.11.0/packages/babel-runtime-corejs2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4197a937..1f1badc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1432,9 +1432,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.10.5.tgz", - "integrity": "sha512-LJwyb1ac//Jr2zrGTTaNJhrP1wYCgVw9rzHbQPogKXCTLQ60EEWgeNtuqs6cLsq64O557SYzziCrOxNp0rRi8w==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.11.0.tgz", + "integrity": "sha512-vFaGjzMzlDF4FUWvYBHGM/+nLwIzyf9mFfsU+1KcCGmS6S5/bVENENZ3Kq6BEJnbeMZut9qq72wuNhTvIQoNiA==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 470081a8..efdd2b8a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ux": "build/lib/bin/ux.js" }, "dependencies": { - "@babel/runtime-corejs2": "7.10.5", + "@babel/runtime-corejs2": "7.11.0", "@types/animejs": "3.1.1", "@types/color": "3.0.1", "@types/fs-extra": "9.0.1",