From 7fd06361b39d7698950d027b5a34b9c971803516 Mon Sep 17 00:00:00 2001 From: appflowy Date: Wed, 16 Mar 2022 17:39:36 +0800 Subject: [PATCH] fix: git protocol security issue --- frontend/app_flowy/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/pubspec.yaml b/frontend/app_flowy/pubspec.yaml index 7f642f51b3..41ee902083 100644 --- a/frontend/app_flowy/pubspec.yaml +++ b/frontend/app_flowy/pubspec.yaml @@ -53,7 +53,7 @@ dependencies: path_provider: ^2.0.1 window_size: git: - url: git://github.com/google/flutter-desktop-embedding.git + url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81 sized_context: ^1.0.0+1