diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-10 09:52:10 +0000 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-04-10 11:55:37 +0200 |
commit | 7db582390f8a3d193117b8bd39fc8cdc12e56884 (patch) | |
tree | 91e357affed914e96c95fac78ee32ffe2bef6b7a /package.json | |
parent | 04e1fc822637dae73ff83108b43dacf3a83ba210 (diff) | |
download | nextcloud-server-7db582390f8a3d193117b8bd39fc8cdc12e56884.tar.gz nextcloud-server-7db582390f8a3d193117b8bd39fc8cdc12e56884.zip |
Bump core-js from 3.6.4 to 3.6.5
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/v3.6.5/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.4...v3.6.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c71bca12672..acb198625c5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "blueimp-md5": "^2.13.0", "bootstrap": "^4.4.1", "clipboard": "^2.0.6", - "core-js": "^3.6.4", + "core-js": "^3.6.5", "css-vars-ponyfill": "^2.2.1", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.0", |