aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-06 08:52:12 +0000
committerGitHub <noreply@github.com>2025-05-06 08:52:12 +0000
commit08ffb7d605c604f193f5abecb4caf8359d8ef08f (patch)
tree975fd2f55f67bf1f0b62d4a2ece993f08cefe08c
parente669a4cd1c1f61729f86d9a02ace04a9477d5df4 (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/stable31/core-js-3.42.0.tar.gz
nextcloud-server-dependabot/npm_and_yarn/stable31/core-js-3.42.0.zip
build(deps): bump core-js from 3.41.0 to 3.42.0dependabot/npm_and_yarn/stable31/core-js-3.42.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.41.0 to 3.42.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.42.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-version: 3.42.0 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>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 7f9e7867d70..df7b66936f1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -44,7 +44,7 @@
"cancelable-promise": "^4.3.1",
"clipboard": "^2.0.11",
"color": "^4.2.3",
- "core-js": "^3.41.0",
+ "core-js": "^3.42.0",
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
"debounce": "^2.1.0",
"dompurify": "^3.2.5",
@@ -9567,9 +9567,9 @@
"peer": true
},
"node_modules/core-js": {
- "version": "3.41.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.41.0.tgz",
- "integrity": "sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==",
+ "version": "3.42.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.42.0.tgz",
+ "integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
"hasInstallScript": true,
"license": "MIT",
"funding": {
diff --git a/package.json b/package.json
index 9032272687b..3e4b4b3a81c 100644
--- a/package.json
+++ b/package.json
@@ -75,7 +75,7 @@
"cancelable-promise": "^4.3.1",
"clipboard": "^2.0.11",
"color": "^4.2.3",
- "core-js": "^3.41.0",
+ "core-js": "^3.42.0",
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
"debounce": "^2.1.0",
"dompurify": "^3.2.5",