summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-20 02:01:26 +0000
committerGitHub <noreply@github.com>2021-11-20 02:01:26 +0000
commit0b9c55d129ff5a4a0c9ae6194802078ecdc2706c (patch)
tree28c0d3922d70e0f1228b6d6f2f3c096673c80361
parent01b2607ec6e216319375478fed37db8cb77d0d38 (diff)
Bump camelcase from 6.2.0 to 6.2.1
Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/sindresorhus/camelcase/releases) - [Commits](https://github.com/sindresorhus/camelcase/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: camelcase dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 8 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index f475fa6d..c3142259 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^4.2.0",
"b64-to-blob": "^1.2.19",
- "camelcase": "^6.2.0",
+ "camelcase": "^6.2.1",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
@@ -4070,8 +4070,9 @@
}
},
"node_modules/camelcase": {
- "version": "6.2.0",
- "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.1.tgz",
+ "integrity": "sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==",
"engines": {
"node": ">=10"
},
@@ -17369,8 +17370,9 @@
"peer": true
},
"camelcase": {
- "version": "6.2.0",
- "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg=="
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.1.tgz",
+ "integrity": "sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA=="
},
"camelcase-keys": {
"version": "6.2.2",
diff --git a/package.json b/package.json
index c653508f..32982841 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^4.2.0",
"b64-to-blob": "^1.2.19",
- "camelcase": "^6.2.0",
+ "camelcase": "^6.2.1",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",