Browse Source

Merge eae1ed2f98 into a07f0cc520

pull/5535/merge
Thomas Kaul 6 days ago
committed by GitHub
parent
commit
220e6d8cee
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Upgraded `color` from version `5.0.0` to `5.0.2`
- Upgraded `prisma` from version `6.15.0` to `6.16.1`
## 2.199.0 - 2025-09-14

8
package-lock.json

@ -61,7 +61,7 @@
"cheerio": "1.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.2",
"color": "5.0.0",
"color": "5.0.2",
"countries-and-timezones": "3.8.0",
"countries-list": "3.1.1",
"countup.js": "2.8.2",
@ -18107,9 +18107,9 @@
"license": "MIT"
},
"node_modules/color": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/color/-/color-5.0.0.tgz",
"integrity": "sha512-16BlyiuyLq3MLxpRWyOTiWsO3ii/eLQLJUQXBSNcxMBBSnyt1ee9YUdaozQp03ifwm5woztEZGDbk9RGVuCsdw==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/color/-/color-5.0.2.tgz",
"integrity": "sha512-e2hz5BzbUPcYlIRHo8ieAhYgoajrJr+hWoceg6E345TPsATMUKqDgzt8fSXZJJbxfpiPzkWyphz8yn8At7q3fA==",
"license": "MIT",
"dependencies": {
"color-convert": "^3.0.1",

2
package.json

@ -107,7 +107,7 @@
"cheerio": "1.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.2",
"color": "5.0.0",
"color": "5.0.2",
"countries-and-timezones": "3.8.0",
"countries-list": "3.1.1",
"countup.js": "2.8.2",

Loading…
Cancel
Save