From 8ea4e1e4529ced5016512e7bc88b1b5073fadddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 17:05:37 +0000 Subject: [PATCH] chore(deps): bump synthetix-js from 2.59.0 to 2.60.0 Bumps [synthetix-js](https://github.com/Synthetixio/synthetix-js) from 2.59.0 to 2.60.0. - [Release notes](https://github.com/Synthetixio/synthetix-js/releases) - [Commits](https://github.com/Synthetixio/synthetix-js/compare/v2.59.0...v2.60.0) --- updated-dependencies: - dependency-name: synthetix-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb4ea43ab..7423fde0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "puppeteer-core": "10.4.0", "serve": "12.0.0", "start-server-and-test": "1.13.1", - "synthetix-js": "2.59.0" + "synthetix-js": "2.60.0" }, "bin": { "synpress": "synpress.js" @@ -22089,9 +22089,9 @@ } }, "node_modules/synthetix-js": { - "version": "2.59.0", - "resolved": "https://registry.npmjs.org/synthetix-js/-/synthetix-js-2.59.0.tgz", - "integrity": "sha512-NgZEwW4nCvz6WUZWpPLVYttcz7Ji4iMra0V3h+TY4cTz1hwVTnwXjnEXg9+RpstehWkcqa0HkG4HqXMfULzCMw==", + "version": "2.60.0", + "resolved": "https://registry.npmjs.org/synthetix-js/-/synthetix-js-2.60.0.tgz", + "integrity": "sha512-hxUcp9CLcsOQqrC2xiSYHh3/ov/2fwbiGyOcbwa0y4s7ybo6KTXhWEDPWOOpPIuUV5JMwS1QXtA9THCiqRDNgA==", "dependencies": { "@ledgerhq/hw-app-eth": "4.74.2", "@ledgerhq/hw-transport": "4.74.2", @@ -22103,7 +22103,7 @@ "ethers": "4.0.44", "hdkey": "1.1.1", "lodash": "4.17.15", - "synthetix": "2.59.0", + "synthetix": "2.60.0", "trezor-connect": "8.1.8", "walletlink": "2.0.2" } @@ -22411,9 +22411,9 @@ } }, "node_modules/synthetix-js/node_modules/synthetix": { - "version": "2.59.0", - "resolved": "https://registry.npmjs.org/synthetix/-/synthetix-2.59.0.tgz", - "integrity": "sha512-/xW/dJ/jSfMJCba94gLsc6ytHMchmsJ5JahrXwNCUvMrbqeYyEjwMY8Gf7RdUGVX+AJBzV7iUq465ljfLK91eQ==", + "version": "2.60.0", + "resolved": "https://registry.npmjs.org/synthetix/-/synthetix-2.60.0.tgz", + "integrity": "sha512-wWm3LN0drKlYayvGzBWZwoSG/VzE2euN3WzZD5Dg+UUVLlv7w1Fl79eyYRaCQAHJ5zK5mfBxt+SbNBlO9/4klA==", "dependencies": { "abi-decoder": "2.3.0", "commander": "8.1.0", @@ -43873,9 +43873,9 @@ } }, "synthetix-js": { - "version": "2.59.0", - "resolved": "https://registry.npmjs.org/synthetix-js/-/synthetix-js-2.59.0.tgz", - "integrity": "sha512-NgZEwW4nCvz6WUZWpPLVYttcz7Ji4iMra0V3h+TY4cTz1hwVTnwXjnEXg9+RpstehWkcqa0HkG4HqXMfULzCMw==", + "version": "2.60.0", + "resolved": "https://registry.npmjs.org/synthetix-js/-/synthetix-js-2.60.0.tgz", + "integrity": "sha512-hxUcp9CLcsOQqrC2xiSYHh3/ov/2fwbiGyOcbwa0y4s7ybo6KTXhWEDPWOOpPIuUV5JMwS1QXtA9THCiqRDNgA==", "requires": { "@ledgerhq/hw-app-eth": "4.74.2", "@ledgerhq/hw-transport": "4.74.2", @@ -43887,7 +43887,7 @@ "ethers": "4.0.44", "hdkey": "1.1.1", "lodash": "4.17.15", - "synthetix": "2.59.0", + "synthetix": "2.60.0", "trezor-connect": "8.1.8", "walletlink": "2.0.2" }, @@ -44137,9 +44137,9 @@ } }, "synthetix": { - "version": "2.59.0", - "resolved": "https://registry.npmjs.org/synthetix/-/synthetix-2.59.0.tgz", - "integrity": "sha512-/xW/dJ/jSfMJCba94gLsc6ytHMchmsJ5JahrXwNCUvMrbqeYyEjwMY8Gf7RdUGVX+AJBzV7iUq465ljfLK91eQ==", + "version": "2.60.0", + "resolved": "https://registry.npmjs.org/synthetix/-/synthetix-2.60.0.tgz", + "integrity": "sha512-wWm3LN0drKlYayvGzBWZwoSG/VzE2euN3WzZD5Dg+UUVLlv7w1Fl79eyYRaCQAHJ5zK5mfBxt+SbNBlO9/4klA==", "requires": { "abi-decoder": "2.3.0", "commander": "8.1.0", diff --git a/package.json b/package.json index f52dfd1b4..0c2dc1cee 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "puppeteer-core": "10.4.0", "serve": "12.0.0", "start-server-and-test": "1.13.1", - "synthetix-js": "2.59.0" + "synthetix-js": "2.60.0" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "2.1.5",