diff --git a/package-lock.json b/package-lock.json index 0e9c04f23d..8e35f69051 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.0-beta.8", "@nextcloud/vue": "^8.2.0", - "camelcase": "^7.0.0", + "camelcase": "^7.0.1", "debounce": "^1.2.1", "he": "^1.2.0", "leaflet": "^1.9.4", @@ -7377,8 +7377,9 @@ } }, "node_modules/camelcase": { - "version": "7.0.0", - "license": "MIT", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz", + "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==", "engines": { "node": ">=14.16" }, diff --git a/package.json b/package.json index 98dc72175b..a265af15d6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.0-beta.8", "@nextcloud/vue": "^8.2.0", - "camelcase": "^7.0.0", + "camelcase": "^7.0.1", "debounce": "^1.2.1", "he": "^1.2.0", "leaflet": "^1.9.4",