Bump cldr-core and cldr-localenames-full (#10513)

Bumps [cldr-core](https://github.com/unicode-cldr/cldr-json) and [cldr-localenames-full](https://github.com/unicode-cldr/cldr-json). These dependencies needed to be updated together.

Updates `cldr-core` from 45.0.0 to 46.0.0
- [Release notes](https://github.com/unicode-cldr/cldr-json/releases)
- [Commits](https://github.com/unicode-cldr/cldr-json/compare/45.0.0...46.0.0)

Updates `cldr-localenames-full` from 45.0.0 to 46.0.0
- [Release notes](https://github.com/unicode-cldr/cldr-json/releases)
- [Commits](https://github.com/unicode-cldr/cldr-json/compare/45.0.0...46.0.0)

---
updated-dependencies:
- dependency-name: cldr-core
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: cldr-localenames-full
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-03 09:47:18 +01:00
committed by GitHub
parent 87492aadb4
commit 6dbd278b86
2 changed files with 11 additions and 11 deletions
+9 -9
View File
@@ -57,8 +57,8 @@
"browserslist-to-esbuild": "^2.1.1",
"chai": "^4.5.0",
"chalk": "^4.1.2",
"cldr-core": "^45.0.0",
"cldr-localenames-full": "^45.0.0",
"cldr-core": "^46.0.0",
"cldr-localenames-full": "^46.0.0",
"concat-files": "^0.1.1",
"d3": "~7.9.0",
"dotenv": "^16.4.5",
@@ -2416,18 +2416,18 @@
"integrity": "sha512-yC9/bw6P0YmV2/oxm4DLrSgrzHhbz9H+vgUScmSFN5KilR/KFGVRbUi9a0mIYPsXK44HvnysVVi/iIysRJVvNw=="
},
"node_modules/cldr-core": {
"version": "45.0.0",
"resolved": "https://registry.npmjs.org/cldr-core/-/cldr-core-45.0.0.tgz",
"integrity": "sha512-gQVxy3gzOQpXiTRGmlKiRQFLYimrr1RgvqGKZCS61JgmdkeNm7+LZGx+Lhw5/AW0t8WMM/uZhf4CMva6LuUobQ==",
"version": "46.0.0",
"resolved": "https://registry.npmjs.org/cldr-core/-/cldr-core-46.0.0.tgz",
"integrity": "sha512-2RkpQFhbrxPGeoF1KB8HyNjNcJa9xgkkiQcL1up0nm+dFHI8kSNDMkZxzwIkrLkhxneoZQeqqX3G+ZggeuUVPw==",
"dev": true
},
"node_modules/cldr-localenames-full": {
"version": "45.0.0",
"resolved": "https://registry.npmjs.org/cldr-localenames-full/-/cldr-localenames-full-45.0.0.tgz",
"integrity": "sha512-mSkwgrbDIjFO5TP+Ink7xozd0pmILNdDKYpA0AcasYnNQDBPUi8WMfg8XimNNN3Kf59Yb/Lk+4KPn7JBlDxUuw==",
"version": "46.0.0",
"resolved": "https://registry.npmjs.org/cldr-localenames-full/-/cldr-localenames-full-46.0.0.tgz",
"integrity": "sha512-3nvcan/3ASDJKwoHU8d4hE0PzQDxypuJWHL6BWTBfxvYQf+N2QA9gxEG/pvGkwsnbltc5nVk6OCutUNkDIn6KA==",
"dev": true,
"peerDependencies": {
"cldr-core": "45.0.0"
"cldr-core": "46.0.0"
}
},
"node_modules/cliui": {
+2 -2
View File
@@ -92,8 +92,8 @@
"browserslist-to-esbuild": "^2.1.1",
"chai": "^4.5.0",
"chalk": "^4.1.2",
"cldr-core": "^45.0.0",
"cldr-localenames-full": "^45.0.0",
"cldr-core": "^46.0.0",
"cldr-localenames-full": "^46.0.0",
"concat-files": "^0.1.1",
"d3": "~7.9.0",
"dotenv": "^16.4.5",