From 41368341cef360d58c22bc4cfc2c0360d6d69c81 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 11:10:10 +0000 Subject: [PATCH] Bump unleash-client from 3.3.5 to 3.4.0 Bumps [unleash-client](https://github.com/Unleash/unleash-client-node) from 3.3.5 to 3.4.0. - [Release notes](https://github.com/Unleash/unleash-client-node/releases) - [Changelog](https://github.com/Unleash/unleash-client-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/Unleash/unleash-client-node/compare/v3.3.5...v3.4.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89af7a5..e25f07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6208,13 +6208,13 @@ "dev": true }, "unleash-client": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/unleash-client/-/unleash-client-3.3.5.tgz", - "integrity": "sha512-O15Ft2kz4Oyuk8kqPweoW1MA3dDNPexLQ0SGhuXMg+eOTMI5zTyago8ivbh/OKYVL1R4+mxg6Ob/X1MNZubEPw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/unleash-client/-/unleash-client-3.4.0.tgz", + "integrity": "sha512-ADyhNDNHzS/5dEg58pE9eaEE2cXRbTQrw5AsDRSyDu7bkbppymSoQy6kbLPsx/iVOm4+ZKY+XNqh5+jsi+A0SA==", "requires": { "ip": "^1.1.5", "murmurhash3js": "^3.0.1", - "request": "^2.88.0" + "request": "^2.88.2" } }, "unset-value": {