diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-08 15:42:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 15:42:00 +0000 |
commit | 17881a0b5eb98391e7386ed7aa81fc06968e3b3f (patch) | |
tree | 754d891ecd355e69f8d8efac9eb01e16deded054 /package.json | |
parent | 586cc9bcbc3a2c659d241cf82a538326aaeb3b1d (diff) | |
download | nextcloud-server-17881a0b5eb98391e7386ed7aa81fc06968e3b3f.tar.gz nextcloud-server-17881a0b5eb98391e7386ed7aa81fc06968e3b3f.zip |
Bump core-js from 3.19.0 to 3.19.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.0 to 3.19.1.
- [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.0...v3.19.1)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@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 f8108e1a57c..63437aebfba 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "bootstrap": "^4.6.0", "camelcase": "^6.2.0", "clipboard": "^2.0.8", - "core-js": "^3.19.0", + "core-js": "^3.19.1", "css-vars-ponyfill": "^2.4.7", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", |