From 1a212ab92784aa643a54cee8ef7d4b6cb6bf3b43 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Aug 2021 20:29:26 +0000 Subject: [PATCH] fix(deps): pin dependencies --- client/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index a9ad774549..4a0e89b96f 100644 --- a/client/package.json +++ b/client/package.json @@ -53,9 +53,9 @@ "@freecodecamp/strip-comments": "3.0.1", "@loadable/component": "5.15.0", "@reach/router": "1.3.4", - "@stripe/react-stripe-js": "^1.4.1", - "@stripe/stripe-js": "^1.16.0", - "@types/react-scrollable-anchor": "^0.6.1", + "@stripe/react-stripe-js": "1.4.1", + "@stripe/stripe-js": "1.16.0", + "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.10.3", "assert": "2.0.0", "babel-plugin-preval": "5.0.0",