diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-18 03:13:51 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-12-18 15:42:58 +0000 |
commit | 712f3e131166ebb4e7937a090eb82d695f5d980c (patch) | |
tree | 30dcee3c6ca14d8f31a613e27e521658cc95358b /package.json | |
parent | 454fd68437eddf83d7a924e0468d6dcfe95b8da8 (diff) | |
download | nextcloud-server-712f3e131166ebb4e7937a090eb82d695f5d980c.tar.gz nextcloud-server-712f3e131166ebb4e7937a090eb82d695f5d980c.zip |
Bump core-js from 3.19.3 to 3.20.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.3 to 3.20.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.19.3...v3.20.0)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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 74baa66cb7d..3ef079f3f1d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "bootstrap": "^4.6.0", "camelcase": "^6.2.1", "clipboard": "^2.0.8", - "core-js": "^3.19.3", + "core-js": "^3.20.0", "css-vars-ponyfill": "^2.4.7", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", |