From d1aebc895fa3b5e6114eecc38a805174348bb547 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 11:24:19 +0200 Subject: [PATCH] fix(deps): pin dependency normalize-url to v4.5.1 (#42497) Co-authored-by: Renovate Bot --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 148a62e2ce..3e1cf55e68 100644 --- a/client/package.json +++ b/client/package.json @@ -86,7 +86,7 @@ "lodash-es": "4.17.21", "monaco-editor": "0.25.0", "nanoid": "3.1.23", - "normalize-url": "^4.5.1", + "normalize-url": "4.5.1", "path-browserify": "1.0.1", "postcss": "8.3.4", "prismjs": "1.23.0",