aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-09-22 23:20:51 +0200
committerGitHub <[email protected]>2024-09-22 23:20:51 +0200
commit6e72712ffe878a9b30b6bf8a83239775adf1f176 (patch)
treec9e12ccde865187718c4cf997693146a8416cdcb /src/modules
parentc15b48864ac6cd7a5cb1ba23e4e555c9cdfe1328 (diff)
downloadfaker-6e72712ffe878a9b30b6bf8a83239775adf1f176.tar.xz
faker-6e72712ffe878a9b30b6bf8a83239775adf1f176.zip
chore: fix avatarLegacy deprecation version typo (#3124)
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/image/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/image/index.ts b/src/modules/image/index.ts
index 93a0adf9..babfa2dc 100644
--- a/src/modules/image/index.ts
+++ b/src/modules/image/index.ts
@@ -59,7 +59,7 @@ export class ImageModule extends ModuleBase {
deprecated({
deprecated: 'faker.image.avatarLegacy()',
proposed: 'faker.image.avatar()',
- since: '9.0.1',
+ since: '9.0.2',
until: '10.0.0',
});