From 23d9c4c32e272eb477a321bc990e97738ed25140 Mon Sep 17 00:00:00 2001 From: xDivisionByZerox Date: Sun, 12 Jun 2022 11:23:31 +0200 Subject: [PATCH] chore(unsplash.avatar): update deprecation since property --- src/modules/image/providers/unsplash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/image/providers/unsplash.ts b/src/modules/image/providers/unsplash.ts index 5e53ef4ef7b..8d1ea5008a5 100644 --- a/src/modules/image/providers/unsplash.ts +++ b/src/modules/image/providers/unsplash.ts @@ -43,7 +43,7 @@ export class Unsplash { deprecated({ deprecated: 'faker.image.unsplash.avatar()', proposed: 'faker.image.avatar()', - since: 'v7.2.0', + since: 'v7.3.0', until: 'v8.0.0', }); return this.faker.internet.avatar();