### Issue workflow progress <!-- PLEASE DO NOT REMOVE THIS SECTION --> _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make sure to fork this template and run `yarn generate` in the terminal. > > Please make sure the GraphQL Scalars package version under `package.json` matches yours. - [ ] 2. A failing test has been provided - [ ] 3. A local solution has been provided - [ ] 4. A pull request is pending review --- **Describe the bug** I use this [package](https://github.com/paralleldrive/cuid2) to create my cuids. But when I return this id in graphql with the GraphQLCuid scalar, it tells me that this cuid is not valid. **To Reproduce** It's complicated to reproduce, because I have the impression that the error appears 1 in 4 times. But here is a cuid that GraphQLCuid finds invalid: `dp71y53f6eykvl5g1393rmhl` **Expected behavior** I expected GraphQLCuid to not throw an error regarding my cuid. **Environment:** - OS: Macos 14.5 - GraphQL Scalars Version: 1.23.0 - NodeJS: v20.13.1 **Additional context** :x: