build(deps): bump camelcase in /build/frontend-legacy

Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/sindresorhus/camelcase/releases)
- [Commits](https://github.com/sindresorhus/camelcase/compare/v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: camelcase
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/56698/head
dependabot[bot] 2025-11-25 22:59:27 +07:00 committed by Ferdinand Thiessen
parent f9788c956d
commit e961352fbe
2 changed files with 6 additions and 6 deletions

@ -38,7 +38,7 @@
"backbone": "^1.6.1",
"blurhash": "^2.0.5",
"browserslist-useragent-regexp": "^4.1.3",
"camelcase": "^8.0.0",
"camelcase": "^9.0.0",
"cancelable-promise": "^4.3.1",
"clipboard": "^2.0.11",
"color": "^5.0.3",
@ -6953,12 +6953,12 @@
}
},
"node_modules/camelcase": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
"integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-9.0.0.tgz",
"integrity": "sha512-TO9xmyXTZ9HUHI8M1OnvExxYB0eYVS/1e5s7IDMTAoIcwUd+aNcFODs6Xk83mobk0velyHFQgA1yIrvYc6wclw==",
"license": "MIT",
"engines": {
"node": ">=16"
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"

@ -54,7 +54,7 @@
"backbone": "^1.6.1",
"blurhash": "^2.0.5",
"browserslist-useragent-regexp": "^4.1.3",
"camelcase": "^8.0.0",
"camelcase": "^9.0.0",
"cancelable-promise": "^4.3.1",
"clipboard": "^2.0.11",
"color": "^5.0.3",