diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-03 08:35:28 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-10-03 08:55:09 +0000 |
commit | 03160482711e29d7a0341dba80c4fc2ea628dae2 (patch) | |
tree | b9aedf43218f870918493ae2b931ac7850ac1b49 /package-lock.json | |
parent | bdf1bfb9546af77b7f0c5200c3ff65f9d76bfdf6 (diff) | |
download | nextcloud-server-03160482711e29d7a0341dba80c4fc2ea628dae2.tar.gz nextcloud-server-03160482711e29d7a0341dba80c4fc2ea628dae2.zip |
chore(deps): Bump core-js from 3.32.0 to 3.33.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.0 to 3.33.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.33.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-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 24bc14da7a2..edc87b7451c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "cancelable-promise": "^4.3.1", "clipboard": "^2.0.11", "colord": "^2.9.3", - "core-js": "^3.24.0", + "core-js": "^3.33.0", "davclient.js": "github:owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", "dompurify": "^3.0.5", @@ -8720,9 +8720,9 @@ "peer": true }, "node_modules/core-js": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.0.tgz", - "integrity": "sha512-rd4rYZNlF3WuoYuRIDEmbR/ga9CeuWX9U05umAvgrrZoHY4Z++cp/xwPQMvUpBB4Ag6J8KfD80G0zwCyaSxDww==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.0.tgz", + "integrity": "sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==", "hasInstallScript": true, "funding": { "type": "opencollective", |