From 2ea7bec001daf4b7455e6b4d389a191f891704f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:16:57 +0000 Subject: [PATCH] Bump launchdarkly-js-client-sdk from 3.1.3 to 3.4.0 Bumps [launchdarkly-js-client-sdk](https://github.com/launchdarkly/js-client-sdk) from 3.1.3 to 3.4.0. - [Release notes](https://github.com/launchdarkly/js-client-sdk/releases) - [Changelog](https://github.com/launchdarkly/js-client-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchdarkly/js-client-sdk/compare/3.1.3...3.4.0) --- updated-dependencies: - dependency-name: launchdarkly-js-client-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ember-launch-darkly/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ember-launch-darkly/package.json b/ember-launch-darkly/package.json index 822baca..ffbf8c0 100644 --- a/ember-launch-darkly/package.json +++ b/ember-launch-darkly/package.json @@ -32,7 +32,7 @@ "@ember/test-helpers": "^2.9.3", "@embroider/addon-shim": "^1.8.5", "ember-window-mock": "^0.9.0", - "launchdarkly-js-client-sdk": "^3.1.1", + "launchdarkly-js-client-sdk": "^3.4.0", "tracked-maps-and-sets": "^3.0.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index cfea031..4460438 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7955,18 +7955,18 @@ latest-version@^7.0.0: dependencies: package-json "^8.1.0" -launchdarkly-js-client-sdk@^3.1.1: - version "3.1.3" - resolved "https://registry.yarnpkg.com/launchdarkly-js-client-sdk/-/launchdarkly-js-client-sdk-3.1.3.tgz#e046439f0e4f0bfd6d38b9eaa4420a6e40ffc0c7" - integrity sha512-/JR/ri8z3bEj9RFTTKDjd+con4F1MsWUea1MmBDtFj4gDA0l9NDm1KzhMKiIeoBdmB2rSaeFYe4CaYOEp8IryA== +launchdarkly-js-client-sdk@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/launchdarkly-js-client-sdk/-/launchdarkly-js-client-sdk-3.4.0.tgz#5b5959b548edac8a0f368eb40b079d942573d37b" + integrity sha512-3v1jKy1RECT0SG/3SGlyRO32vweoNxvWiJuIChRh/Zhk98cHpANuwameXVhwJ4WEDNZJTur73baaKAyatSP46A== dependencies: escape-string-regexp "^4.0.0" - launchdarkly-js-sdk-common "5.0.3" + launchdarkly-js-sdk-common "5.3.0" -launchdarkly-js-sdk-common@5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/launchdarkly-js-sdk-common/-/launchdarkly-js-sdk-common-5.0.3.tgz#345f899f5779be8b03d6599978c855eb838d8b7f" - integrity sha512-wKG8UsVbPVq8+7eavgAm5CVmulQWN6Ddod2ZoA3euZ1zPvJPwIQ2GrOYaCJr3cFrrMIX+nQyBJHBHYxUAPcM+Q== +launchdarkly-js-sdk-common@5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/launchdarkly-js-sdk-common/-/launchdarkly-js-sdk-common-5.3.0.tgz#336a54843f5ba3541632e10014e49dff45d41674" + integrity sha512-NI5wFF8qhjtpRb4KelGdnwNIOf/boLlbLiseV7uf1jxSeoM/L30DAz87RT8VhYCSGCo4LedGILQFednI/MKFkA== dependencies: base64-js "^1.3.0" fast-deep-equal "^2.0.1"