From 8e979c8ca9830745e34d2490d7fb696296a792f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2020 01:21:55 +0000 Subject: [PATCH] Bump @babel/runtime from 7.10.3 to 7.10.4 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.10.3 to 7.10.4. - [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.10.4/packages/babel-runtime) Signed-off-by: dependabot-preview[bot] --- 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 62e0b1460..d6c4b70d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3102,9 +3102,9 @@ } }, "@babel/runtime": { - "version": "7.10.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz", - "integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz", + "integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 30520f064..d901a6e9d 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@babel/core": "^7.10.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.10.3", - "@babel/runtime": "^7.10.3", + "@babel/runtime": "^7.10.4", "@nextcloud/browserslist-config": "^1.0.0", "@nextcloud/eslint-config": "^1.2.0", "@nextcloud/eslint-plugin": "^1.4.0",