From eb5082f11b0686ddc4be5074deb9b0149ed0816c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 09:02:17 +0200 Subject: [PATCH] fix: bump @babel/runtime-corejs2 from 7.11.0 to 7.11.1 (#628) Bumps [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) from 7.11.0 to 7.11.1. - [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.1/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 421e8ba1..dd69585a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1453,9 +1453,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.11.0.tgz", - "integrity": "sha512-vFaGjzMzlDF4FUWvYBHGM/+nLwIzyf9mFfsU+1KcCGmS6S5/bVENENZ3Kq6BEJnbeMZut9qq72wuNhTvIQoNiA==", + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.11.1.tgz", + "integrity": "sha512-qrrTRaz8NIzJTFngBdKnnZoObHVm2kbgEBWi503C/qlnhpMNwx5VEgtvnBI8k+5rWbZkRSoolY2PqZTS70vFtQ==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 5f372b5f..fe2c39b5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ux": "build/lib/bin/ux.js" }, "dependencies": { - "@babel/runtime-corejs2": "7.11.0", + "@babel/runtime-corejs2": "7.11.1", "@types/animejs": "3.1.1", "@types/color": "3.0.1", "@types/fs-extra": "9.0.1",