From 5aec0fe5f600e5eba8a841799697865a13f0efa7 Mon Sep 17 00:00:00 2001 From: Dev Jadeja <59648774+DevOpJadeja@users.noreply.github.com> Date: Tue, 11 Jan 2022 14:53:28 +0530 Subject: [PATCH] [proposal] source of dependency change - this request is to fix the problem occurring because of https://github.blog/2021-09-01-improving-git-protocol-security-github/#when-are-these-changes-effective --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d8cdbf..af08c36 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "dependencies": { "fbjs": "^0.8.8", "linebreak": "^0.3.0", - "scroller": "git://github.com/mjohnston/scroller" + "scroller": "^0.0.3" } }