Skip to content

Commit a6a6752

Browse files
authored
Merge pull request #817 from rootstrap/fix/faker-corrupted
hard-code faker version previous to corruption
2 parents fb2ca67 + e0a5b84 commit a6a6752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/dotenv": "^8.2.0",
3636
"@types/express": "^4.17.13",
3737
"@types/express-rate-limit": "^6.0.0",
38-
"@types/faker": "^5.5.9",
38+
"@types/faker": "5.5.9",
3939
"@types/helmet": "^4.0.0",
4040
"@types/jest": "^27.4.0",
4141
"@types/jsonwebtoken": "^8.5.8",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
"@types/qs" "*"
729729
"@types/serve-static" "*"
730730

731-
"@types/faker@^5.5.9":
731+
732732
version "5.5.9"
733733
resolved "https://registry.yarnpkg.com/@types/faker/-/faker-5.5.9.tgz#588ede92186dc557bff8341d294335d50d255f0c"
734734
integrity sha512-uCx6mP3UY5SIO14XlspxsGjgaemrxpssJI0Ol+GfhxtcKpv9pgRZYsS4eeKeHVLje6Qtc8lGszuBI461+gVZBA==

0 commit comments

Comments
 (0)