From 8a942b66dcc847ec5189bd66efc7b398f222586c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 01:39:39 +0000 Subject: [PATCH] build(deps): bump @splitsoftware/splitio from 10.17.1 to 10.19.0 Bumps [@splitsoftware/splitio](https://github.com/splitio/javascript-client) from 10.17.1 to 10.19.0. - [Release notes](https://github.com/splitio/javascript-client/releases) - [Changelog](https://github.com/splitio/javascript-client/blob/development/CHANGES.txt) - [Commits](https://github.com/splitio/javascript-client/compare/10.17.1...10.19.0) --- updated-dependencies: - dependency-name: "@splitsoftware/splitio" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 92 +++++++++++++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 66 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78e815b..1460f44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -235,19 +235,17 @@ "dev": true }, "@splitsoftware/splitio": { - "version": "10.17.1", - "resolved": "https://registry.npmjs.org/@splitsoftware/splitio/-/splitio-10.17.1.tgz", - "integrity": "sha512-hkpDVrFY31pymkUJ7IVF3JbYjyCv1AT+SjR/VKZxCzytZpUedlbmpCDcZADWPCROAYnI5++uQJIF/4WtPrAlKQ==", + "version": "10.19.0", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio/-/splitio-10.19.0.tgz", + "integrity": "sha512-mO+t6oOoZtJS28Ca1oR6f1lkppw3ZnK0vgb7GMGDmHYpQbj1x6Ih8mWoNaAY6q2hm9uybgwKlyQIDlHXx1Y9Rw==", "requires": { - "@babel/runtime": "^7.13.10", + "@splitsoftware/splitio-commons": "1.4.0", "@types/google.analytics": "0.0.40", - "events": "3.1.0", + "@types/ioredis": "^4.28.0", "eventsource": "^1.0.7", "ioredis": "^4.28.0", - "ip": "1.1.5", "js-yaml": "3.13.1", - "node-fetch": "^2.6.1", - "object-assign": "^4.1.1", + "node-fetch": "^2.6.7", "unfetch": "^4.2.0" }, "dependencies": { @@ -267,6 +265,29 @@ "argparse": "^1.0.7", "esprima": "^4.0.0" } + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + } + } + }, + "@splitsoftware/splitio-commons": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-1.4.0.tgz", + "integrity": "sha512-i/gXbtzUMKotva66mkPpa8g49v+gR4AbA/ZTKBGFi4CN+blwFO/10YQQWro8Gm9YJIB1mTXdplem6XkeBUzISA==", + "requires": { + "tslib": "^2.3.1" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -284,6 +305,14 @@ "hoist-non-react-statics": "^3.3.0" } }, + "@types/ioredis": { + "version": "4.28.10", + "resolved": "https://registry.npmjs.org/@types/ioredis/-/ioredis-4.28.10.tgz", + "integrity": "sha512-69LyhUgrXdgcNDv7ogs1qXZomnfOEnSmrmMFqKgt1XMJxmoOSG/u3wYy13yACIfKuMJ8IhKgHafDO3sx19zVQQ==", + "requires": { + "@types/node": "*" + } + }, "@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", @@ -1052,15 +1081,10 @@ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true }, - "events": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", - "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==" - }, "eventsource": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz", - "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.1.tgz", + "integrity": "sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA==", "optional": true, "requires": { "original": "^1.0.0" @@ -1349,9 +1373,9 @@ } }, "ioredis": { - "version": "4.28.3", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.3.tgz", - "integrity": "sha512-9JOWVgBnuSxpIgfpjc1OeY1OLmA4t2KOWWURTDRXky+eWO0LZhI33pQNT9gYxANUXfh5p/zYephYni6GPRsksQ==", + "version": "4.28.5", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.5.tgz", + "integrity": "sha512-3GYo0GJtLqgNXj4YhrisLaNNvWSNwSS2wS4OELGfGxH8I69+XfNdnmV1AyN+ZqMh0i7eX+SWjrwFKDBDgfBC1A==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", @@ -1366,11 +1390,6 @@ "standard-as-callback": "^2.1.0" } }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, "is-bigint": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", @@ -2337,6 +2356,11 @@ "is-number": "^7.0.0" } }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, "tsconfig-paths": { "version": "3.12.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz", @@ -2412,9 +2436,9 @@ } }, "url-parse": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz", - "integrity": "sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg==", + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", "optional": true, "requires": { "querystringify": "^2.1.1", @@ -2445,6 +2469,20 @@ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", "dev": true }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index cfef975..9500d3a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@reduxjs/toolkit": "^1.7.1", - "@splitsoftware/splitio": "^10.17.1", + "@splitsoftware/splitio": "^10.19.0", "next": "12.0.8", "next-redux-wrapper": "^7.0.5", "react": "17.0.2",