From 03f85efac2fdaa95d7c22d4145858af5f3242262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 19:22:02 +0530 Subject: [PATCH] chore(deps): pin dependency @types/prismjs to 1.16.5 (#42722) 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 d99a4a5091..b0ea7f110a 100644 --- a/client/package.json +++ b/client/package.json @@ -135,7 +135,7 @@ "@types/jest": "26.0.23", "@types/loadable__component": "5.13.3", "@types/lodash-es": "4.17.4", - "@types/prismjs": "^1.16.5", + "@types/prismjs": "1.16.5", "@types/react-dom": "17.0.8", "@types/react-helmet": "6.1.1", "@types/react-instantsearch-dom": "6.10.1",