aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base/internet/jwt_algorithm.ts
diff options
context:
space:
mode:
authorDivisionByZero <[email protected]>2025-05-05 22:47:31 +0200
committerGitHub <[email protected]>2025-05-05 22:47:31 +0200
commite6151e4efd29f360b82ff25c4ddb2ffae8e30e86 (patch)
treee92008304916659b31b47c3df489ec9a32d0cc21 /src/locales/base/internet/jwt_algorithm.ts
parentaa98867765093588ea2fbda2daa6cbce40b20d5f (diff)
downloadfaker-e6151e4efd29f360b82ff25c4ddb2ffae8e30e86.tar.xz
faker-e6151e4efd29f360b82ff25c4ddb2ffae8e30e86.zip
refactor(locale): normalize internet data (#3502)
Diffstat (limited to 'src/locales/base/internet/jwt_algorithm.ts')
-rw-r--r--src/locales/base/internet/jwt_algorithm.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/locales/base/internet/jwt_algorithm.ts b/src/locales/base/internet/jwt_algorithm.ts
index 1cad0bae..35177f79 100644
--- a/src/locales/base/internet/jwt_algorithm.ts
+++ b/src/locales/base/internet/jwt_algorithm.ts
@@ -1,15 +1,15 @@
export default [
- 'HS256',
- 'HS384',
- 'HS512',
- 'RS256',
- 'RS384',
- 'RS512',
'ES256',
'ES384',
'ES512',
+ 'HS256',
+ 'HS384',
+ 'HS512',
'PS256',
'PS384',
'PS512',
+ 'RS256',
+ 'RS384',
+ 'RS512',
'none',
];