From c75cd6e60a597014116a2775c8ea705dd1089701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 07:57:48 +0000 Subject: [PATCH] build(deps): bump flagsmith from 3.21.0 to 4.0.2 Bumps [flagsmith](https://github.com/Flagsmith/flagsmith-js-client) from 3.21.0 to 4.0.2. - [Release notes](https://github.com/Flagsmith/flagsmith-js-client/releases) - [Commits](https://github.com/Flagsmith/flagsmith-js-client/commits/4.0.2) --- updated-dependencies: - dependency-name: flagsmith dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f7d689d..1f1040a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ajv": "^8.12.0", "cheerio": "^1.0.0-rc.12", "d3": "^7.8.5", - "flagsmith": "^3.20.0", + "flagsmith": "^4.0.2", "flagsmith-nodejs": "^3.1.1", "formik": "^2.4.5", "i18next": "^23.0.0", @@ -10079,9 +10079,9 @@ } }, "node_modules/flagsmith": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/flagsmith/-/flagsmith-3.21.0.tgz", - "integrity": "sha512-F0qHhn0NTxUeIZscHtw1izwTY9OUNaAJDOCN2IiSpFUu1diAVL7TncL2bQqCBLYEOHawMOHS7WmcO8oV2/5vLw==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/flagsmith/-/flagsmith-4.0.2.tgz", + "integrity": "sha512-xRq9j/d62mIdqeQaEXI8cs8wirEZB8q9pvy01hjMMHtvyzlSsnh5ZTYuA+7704OHavPHE5muwxiLoVIG/0rhmw==" }, "node_modules/flagsmith-nodejs": { "version": "3.2.0", diff --git a/package.json b/package.json index d96ec0d1..d7c700d2 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "ajv": "^8.12.0", "cheerio": "^1.0.0-rc.12", "d3": "^7.8.5", - "flagsmith": "^3.20.0", + "flagsmith": "^4.0.2", "flagsmith-nodejs": "^3.1.1", "formik": "^2.4.5", "i18next": "^23.0.0",