From bb2dda3fcc7219e3f95d968cc100a92d563c0227 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 12:30:57 +0100 Subject: [PATCH] fix(deps): update dependency @growthbook/growthbook-react to v0.11.1 (#49091) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- client/package.json | 2 +- package-lock.json | 26 ++++++++++++++++---------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/client/package.json b/client/package.json index 8e490f45c5f..4c2a0331c2d 100644 --- a/client/package.json +++ b/client/package.json @@ -48,7 +48,7 @@ "@freecodecamp/react-bootstrap": "0.32.3", "@freecodecamp/react-calendar-heatmap": "1.0.0", "@freecodecamp/strip-comments": "3.0.1", - "@growthbook/growthbook-react": "0.10.1", + "@growthbook/growthbook-react": "0.11.1", "@loadable/component": "5.15.3", "@reach/router": "1.3.4", "@sentry/gatsby": "6.19.7", diff --git a/package-lock.json b/package-lock.json index 0fc78fcd4ee..42ac90d8657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -438,7 +438,7 @@ "@freecodecamp/react-bootstrap": "0.32.3", "@freecodecamp/react-calendar-heatmap": "1.0.0", "@freecodecamp/strip-comments": "3.0.1", - "@growthbook/growthbook-react": "0.10.1", + "@growthbook/growthbook-react": "0.11.1", "@loadable/component": "5.15.3", "@reach/router": "1.3.4", "@sentry/gatsby": "6.19.7", @@ -3685,17 +3685,19 @@ "license": "0BSD" }, "node_modules/@growthbook/growthbook": { - "version": "0.20.0", - "license": "MIT", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.21.1.tgz", + "integrity": "sha512-R5A2hnnEdSFCs7YyBGg4MujlwFiFZ43I4OIIjGYCGB+Y/m+9dl6DAR7c3uvtGRgiGqR51KtWrecJKq2mIP25Jg==", "engines": { "node": ">=10" } }, "node_modules/@growthbook/growthbook-react": { - "version": "0.10.1", - "license": "MIT", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.11.1.tgz", + "integrity": "sha512-xVFf5BxgiJkocKHZXE2QfFXX6p+ZFxRGTrDGVWjnD8TwuBgNdqrcIGF0n/bnH3XQ9bSbWEgh7WjI2UqxuTZXaQ==", "dependencies": { - "@growthbook/growthbook": "^0.20.0" + "@growthbook/growthbook": "^0.21.1" }, "engines": { "node": ">=10" @@ -56190,7 +56192,7 @@ "@freecodecamp/react-bootstrap": "0.32.3", "@freecodecamp/react-calendar-heatmap": "1.0.0", "@freecodecamp/strip-comments": "3.0.1", - "@growthbook/growthbook-react": "0.10.1", + "@growthbook/growthbook-react": "0.11.1", "@loadable/component": "5.15.3", "@reach/router": "1.3.4", "@sentry/gatsby": "6.19.7", @@ -56805,12 +56807,16 @@ } }, "@growthbook/growthbook": { - "version": "0.20.0" + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.21.1.tgz", + "integrity": "sha512-R5A2hnnEdSFCs7YyBGg4MujlwFiFZ43I4OIIjGYCGB+Y/m+9dl6DAR7c3uvtGRgiGqR51KtWrecJKq2mIP25Jg==" }, "@growthbook/growthbook-react": { - "version": "0.10.1", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.11.1.tgz", + "integrity": "sha512-xVFf5BxgiJkocKHZXE2QfFXX6p+ZFxRGTrDGVWjnD8TwuBgNdqrcIGF0n/bnH3XQ9bSbWEgh7WjI2UqxuTZXaQ==", "requires": { - "@growthbook/growthbook": "^0.20.0" + "@growthbook/growthbook": "^0.21.1" } }, "@hapi/address": {