summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-21 07:20:56 +0000
committerGitHub <noreply@github.com>2023-08-21 07:20:56 +0000
commitc137f081856efbcdc48c9af8b082484ae2c639ab (patch)
tree18c06fb87c991ada5ac86b96995d13ae95bace59
parent9cd68ef98099c36e4867e95187ff7754ee164612 (diff)
chore(deps): bump camelcase from 7.0.1 to 8.0.0
Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/sindresorhus/camelcase/releases) - [Commits](https://github.com/sindresorhus/camelcase/compare/v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: camelcase dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 789953bc..6139aa5d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -25,7 +25,7 @@
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^7.12.2",
"b64-to-blob": "^1.2.19",
- "camelcase": "^7.0.1",
+ "camelcase": "^8.0.0",
"d3": "^7.8.5",
"d3-org-chart": "^2.7.0",
"debounce": "^1.2.1",
@@ -5682,11 +5682,11 @@
}
},
"node_modules/camelcase": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz",
- "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==",
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
+ "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
"engines": {
- "node": ">=14.16"
+ "node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -22003,9 +22003,9 @@
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
},
"camelcase": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz",
- "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw=="
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
+ "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA=="
},
"camelcase-keys": {
"version": "6.2.2",
diff --git a/package.json b/package.json
index 6ea31b0d..1b1c99ba 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^7.12.2",
"b64-to-blob": "^1.2.19",
- "camelcase": "^7.0.1",
+ "camelcase": "^8.0.0",
"d3": "^7.8.5",
"d3-org-chart": "^2.7.0",
"debounce": "^1.2.1",