diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-23 11:31:35 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-03-23 12:39:41 +0000 |
commit | 2e31b173bbb2401ab9a088741bc8ea8b14737ab0 (patch) | |
tree | fd3eb220f0b4a90c238f92110a4141b1737e28fb /package-lock.json | |
parent | 666e0150cd4392ff392f4aaffc773ad0a7084298 (diff) | |
download | nextcloud-server-2e31b173bbb2401ab9a088741bc8ea8b14737ab0.tar.gz nextcloud-server-2e31b173bbb2401ab9a088741bc8ea8b14737ab0.zip |
build(deps): bump core-js from 3.36.0 to 3.36.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.0 to 3.36.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/commits/v3.36.1/packages/core-js)
---
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-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 01600926b18..1cc6355ad4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "camelcase": "^8.0.0", "cancelable-promise": "^4.3.1", "clipboard": "^2.0.11", - "core-js": "^3.35.1", + "core-js": "^3.36.1", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^1.2.1", "dompurify": "^3.0.11", @@ -9379,9 +9379,9 @@ "peer": true }, "node_modules/core-js": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", - "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz", + "integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==", "hasInstallScript": true, "funding": { "type": "opencollective", |