From 927e9b1e95a8a6b3697866e0bc0d531efbc0f511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 01:29:51 +0000 Subject: [PATCH] build(deps): bump @splitsoftware/splitio from 10.17.1 to 10.17.2 Bumps [@splitsoftware/splitio](https://github.com/splitio/javascript-client) from 10.17.1 to 10.17.2. - [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.17.2) --- updated-dependencies: - dependency-name: "@splitsoftware/splitio" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 +++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78e815b..805b0ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -235,9 +235,9 @@ "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.17.2", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio/-/splitio-10.17.2.tgz", + "integrity": "sha512-R1BGE4dEGxsdWh+l4EeYo3neNyXy8PZAyB/iqIvWWT7uDvZX1juymkM8KFp2Fj4LYVifDvqKJyEM+RvG6LA/ig==", "requires": { "@babel/runtime": "^7.13.10", "@types/google.analytics": "0.0.40", @@ -246,7 +246,7 @@ "ioredis": "^4.28.0", "ip": "1.1.5", "js-yaml": "3.13.1", - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.7", "object-assign": "^4.1.1", "unfetch": "^4.2.0" }, @@ -267,6 +267,14 @@ "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" + } } } }, @@ -2337,6 +2345,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", @@ -2445,6 +2458,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..21e31cb 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.17.2", "next": "12.0.8", "next-redux-wrapper": "^7.0.5", "react": "17.0.2",