diff --git a/README.md b/README.md index b01c6a9..38266ef 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,3 @@ We encourage pull requests and other contributions from the community. Check out * [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides * [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ "LaunchDarkly API Documentation") for our API documentation * [blog.launchdarkly.com](https://blog.launchdarkly.com/ "LaunchDarkly Blog Documentation") for the latest product updates - * [Feature Flagging Guide](https://github.com/launchdarkly/featureflags/ "Feature Flagging Guide") for best practices and strategies diff --git a/package-lock.json b/package-lock.json index 4f97149..ac63810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6220,18 +6220,18 @@ "dev": true }, "launchdarkly-js-client-sdk": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/launchdarkly-js-client-sdk/-/launchdarkly-js-client-sdk-2.19.0.tgz", - "integrity": "sha512-wt5jQVFcTfietLsgHm2hFPenIx4vejCctrsi4KnjcI1mTWW9fWhpGqFVbQWfuezePr4xp8+1Ldol+lpe9c0DhA==", + "version": "2.19.1", + "resolved": "https://registry.npmjs.org/launchdarkly-js-client-sdk/-/launchdarkly-js-client-sdk-2.19.1.tgz", + "integrity": "sha512-75KSckqH0OSVQbjzgTJk5B/a5XT5Z5nruAPqFn2wj38rF/9hxwWH2XcVc7R+6q0m88RuLUZ1AV9tr5TMKVBd/A==", "requires": { "escape-string-regexp": "^1.0.5", - "launchdarkly-js-sdk-common": "3.3.0" + "launchdarkly-js-sdk-common": "3.3.1" } }, "launchdarkly-js-sdk-common": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/launchdarkly-js-sdk-common/-/launchdarkly-js-sdk-common-3.3.0.tgz", - "integrity": "sha512-YZNwD9t7qL530Diz+thetn+9qVHzz+m421i4RAlMhWcximr9UCA9ZktuBa1ry1Fca1+wLNWXKI4Es94lTZSOVw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/launchdarkly-js-sdk-common/-/launchdarkly-js-sdk-common-3.3.1.tgz", + "integrity": "sha512-8YZcMtn7mf/e62iBopNcG9k6FLrFBHaAbUzRMOTeouOyVx8/M967I5E7zKbqlfMIsPSE6yjxik2yvpO1+oAz8w==", "requires": { "base64-js": "^1.3.0", "fast-deep-equal": "^2.0.1", diff --git a/package.json b/package.json index df29ec0..b4bd7a8 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "typescript": "~3.8.3" }, "dependencies": { - "launchdarkly-js-client-sdk": "2.19.0", + "launchdarkly-js-client-sdk": "2.19.1", "lodash.camelcase": "^4.3.0", "uuid": "^3.3.2" },