-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore: dependency updates batch (security) #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
55a9361
217ff84
a5ea198
b1b3f54
062a8aa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -83,27 +83,21 @@ const Tracker = { | |||||
| }, | ||||||
|
|
||||||
|
|
||||||
| /** | ||||||
| * ------------------------------------------------------------------------- | ||||||
| * MÉTHODE : getSecureRandomValues() | ||||||
| * ------------------------------------------------------------------------- | ||||||
| * Remplit un tableau typé avec des valeurs aléatoires. | ||||||
| * | ||||||
| * Utilise un générateur cryptographiquement sûr (crypto.getRandomValues) | ||||||
| * lorsqu'il est disponible, et retombe sur Math.random() sinon. | ||||||
| */ | ||||||
| // Fournit des octets aleatoires cryptographiquement forts quand disponible. | ||||||
|
||||||
| // Fournit des octets aleatoires cryptographiquement forts quand disponible. | |
| // Fournit des octets aléatoires cryptographiquement forts quand disponible. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title and description indicate this is a "dependency updates batch (security)" that includes "Automated dependency updates validated in the security branch", but this PR doesn't appear to include any actual dependency updates (no changes to package.json or package-lock.json). The changes are primarily code improvements (UUID generation with crypto.getRandomValues, workflow branch renaming, and CSS updates).
Consider either: