Commit graph

4 commits

Author SHA1 Message Date
Marco Vettorello
b61ad41284
[deps] Replace faker with @faker-js (#201105)
## Summary

The `faker` library is[ not maintained
anymore](https://fakerjs.dev/about/announcements/2022-01-14.html#i-heard-something-happened-what-s-the-tldr)
and is replaced by a community fork `@faker-js`.
This PR migrates all the usages of faker to the new library, trying to
use the same methods (even if they have slight differences in results
like `faker.random.number()` has a max of 99999 where instead
`faker.number.int()` have a MAX_SAFE_INTEGER as max).
2024-12-03 18:17:49 +01:00
Luke Gmys
7688fe3b58
[TIP] Loading state changes and react-query integration (#141102) 2022-09-27 14:58:33 +02:00
Luke Gmys
167526da0d
[TIP] Add Indicator Overview tab (#140073)
* [TIP] Add Indicator Overview tab

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-13 04:17:58 -07:00
Luke Gmys
591a9b11b0
[TIP] Add threat generation script for benchmarking and dev purposes (#140193) 2022-09-12 12:22:22 +02:00