From b3707843817d0b09d9d7bf7f2686a91d45d49b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:37:28 +0000 Subject: [PATCH] (chore): Bump unleash-proxy-client from 3.0.0 to 3.1.0 Bumps [unleash-proxy-client](https://github.com/unleash/unleash-proxy-client-js) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/unleash/unleash-proxy-client-js/releases) - [Commits](https://github.com/unleash/unleash-proxy-client-js/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: unleash-proxy-client dependency-type: direct:production update-type: version-update:semver-minor ... 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 647a18a6..19ff5fda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "redux": "^4.2.1", "redux-thunk": "^2.4.2", "typesafe-actions": "^5.1.0", - "unleash-proxy-client": "^3.0.0", + "unleash-proxy-client": "^3.1.0", "victory-core": "^36.6.11", "xstate": "^4.38.2", "yaml": "^2.3.3" @@ -19674,9 +19674,9 @@ } }, "node_modules/unleash-proxy-client": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.0.0.tgz", - "integrity": "sha512-o9/UOTtvqpa0M3wPwd2YctMqRNO8ID32VCZHAhToJ+3Lh6Qdn1FUqrvyeQpycW/xKuqQNsYXH7W83qSy9Bb/UA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.1.0.tgz", + "integrity": "sha512-CV33Jl0sTmR9JfiDY7dSXde4qmaNwPFZVkbnHtuH0aarUO23hbFOnoEh7SfXYY8ZkGgBYlWRPbVjkbBWHjYWIw==", "dependencies": { "tiny-emitter": "^2.1.0", "uuid": "^9.0.1" diff --git a/package.json b/package.json index 6b65dec3..5024b11c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "redux": "^4.2.1", "redux-thunk": "^2.4.2", "typesafe-actions": "^5.1.0", - "unleash-proxy-client": "^3.0.0", + "unleash-proxy-client": "^3.1.0", "victory-core": "^36.6.11", "xstate": "^4.38.2", "yaml": "^2.3.3"