Chore(deps): Bump camelcase from 7.0.0 to 8.0.0

Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/sindresorhus/camelcase/releases)
- [Commits](https://github.com/sindresorhus/camelcase/compare/v7.0.0...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>
This commit is contained in:
dependabot[bot] 2024-02-03 03:04:31 +00:00 committed by GitHub
parent b6dd6619a6
commit bcd628ca6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -25,7 +25,7 @@
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/upload": "^1.0.4",
"@nextcloud/vue": "^8.5.0",
"camelcase": "^7.0.0",
"camelcase": "^8.0.0",
"debounce": "^1.2.1",
"he": "^1.2.0",
"leaflet": "^1.9.4",
@ -7577,10 +7577,11 @@
}
},
"node_modules/camelcase": {
"version": "7.0.0",
"license": "MIT",
"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"

View File

@ -54,7 +54,7 @@
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/upload": "^1.0.4",
"@nextcloud/vue": "^8.5.0",
"camelcase": "^7.0.0",
"camelcase": "^8.0.0",
"debounce": "^1.2.1",
"he": "^1.2.0",
"leaflet": "^1.9.4",