diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-30 15:07:54 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-05-30 16:41:09 +0000 |
commit | 8cf2b7cd35e7d03ded19ab5fc94ba2fd0b1f04c8 (patch) | |
tree | 24122bffd6202e7248dda8cfae0ec5b9c70aa413 /package.json | |
parent | 7140201a322d5be30e899143a0482aaba05b7ade (diff) | |
download | nextcloud-server-8cf2b7cd35e7d03ded19ab5fc94ba2fd0b1f04c8.tar.gz nextcloud-server-8cf2b7cd35e7d03ded19ab5fc94ba2fd0b1f04c8.zip |
Bump core-js from 3.22.5 to 3.22.7
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.5 to 3.22.7.
- [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.22.5...v3.22.7)
---
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 e1b3a8a2f31..cbeff26c5b3 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "buffer": "^6.0.3", "camelcase": "^6.3.0", "clipboard": "^2.0.10", - "core-js": "^3.22.0", + "core-js": "^3.22.7", "css-vars-ponyfill": "^2.4.7", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", |