diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-03 14:28:52 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-10-03 14:41:21 +0000 |
commit | 39290695e6798be397c6b98b4d7086ee49e562db (patch) | |
tree | 70123455fe5d2eada7ececf8066689294a0eeed3 /package.json | |
parent | 239cd520459be266fa707fba9a7f25f8688a9683 (diff) | |
download | nextcloud-server-39290695e6798be397c6b98b4d7086ee49e562db.tar.gz nextcloud-server-39290695e6798be397c6b98b4d7086ee49e562db.zip |
Bump core-js from 3.18.0 to 3.18.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.0 to 3.18.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.18.0...v3.18.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>
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 b07cce068d0..f7966529aef 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "bootstrap": "^4.6.0", "camelcase": "^6.2.0", "clipboard": "^2.0.8", - "core-js": "^3.18.0", + "core-js": "^3.18.1", "css-vars-ponyfill": "^2.4.7", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", |