diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-11 03:43:29 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-12-11 12:59:40 +0000 |
commit | 7e2414c73af8289e32e38e256a41bb9bf230227d (patch) | |
tree | 07eb9eb7072f56a45dda51911b10deb4618f6be5 /package.json | |
parent | 7d80036bed4721c2bc5b1409a11e8dbb45478531 (diff) | |
download | nextcloud-server-7e2414c73af8289e32e38e256a41bb9bf230227d.tar.gz nextcloud-server-7e2414c73af8289e32e38e256a41bb9bf230227d.zip |
Bump core-js from 3.19.2 to 3.19.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.2 to 3.19.3.
- [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.2...v3.19.3)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 db5c21475b0..6d0212d6453 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "bootstrap": "^4.6.1", "camelcase": "^6.2.1", "clipboard": "^2.0.8", - "core-js": "^3.19.2", + "core-js": "^3.19.3", "css-vars-ponyfill": "^2.4.7", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", |