diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-04 02:18:47 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-05-07 14:57:39 +0000 |
commit | 4ad2baa0e305e4373e30ecd7ea0b2fc5ba19dcc2 (patch) | |
tree | 0b89c358c2784500c6ccc7cb45c1081d692ce2d7 /package.json | |
parent | 6fc2c47a268aca6c3b17fa90cbb155827bf36e80 (diff) | |
download | nextcloud-server-4ad2baa0e305e4373e30ecd7ea0b2fc5ba19dcc2.tar.gz nextcloud-server-4ad2baa0e305e4373e30ecd7ea0b2fc5ba19dcc2.zip |
chore(deps): bump core-js from 3.36.1 to 3.37.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.1 to 3.37.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/commits/v3.37.0/packages/core-js)
---
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 f8759c05783..636b9b21c64 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "camelcase": "^8.0.0", "cancelable-promise": "^4.3.1", "clipboard": "^2.0.11", - "core-js": "^3.36.1", + "core-js": "^3.37.0", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^1.2.1", "dompurify": "^3.0.11", |