From 982432e1e62a67af2c5436d15154ce37c115929b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:09:58 +0000 Subject: [PATCH] Bump synthetix from 2.88.1 to 2.93.1 Bumps [synthetix](https://github.com/Synthetixio/synthetix) from 2.88.1 to 2.93.1. - [Release notes](https://github.com/Synthetixio/synthetix/releases) - [Changelog](https://github.com/Synthetixio/synthetix/blob/develop/cannonfile.release.toml) - [Commits](https://github.com/Synthetixio/synthetix/compare/v2.88.1...v2.93.1) --- updated-dependencies: - dependency-name: synthetix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e129fee..145d9bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-config-prettier": "^8.3.0", "graph-cli": "^0.0.1", "mustache": "4.2.0", - "synthetix": "2.88.1" + "synthetix": "2.93.1" }, "bin": { "snxData": "bin.js" @@ -10269,9 +10269,9 @@ } }, "node_modules/synthetix": { - "version": "2.88.1", - "resolved": "https://registry.npmjs.org/synthetix/-/synthetix-2.88.1.tgz", - "integrity": "sha512-64+1Hbpd/qa40q14BOIzcHT7TKVboaEdRF5T63IEnELqEhujs2NHo3xJSBPjAixB0MlTDAmuI1LJLhT7DmEv+Q==", + "version": "2.93.1", + "resolved": "https://registry.npmjs.org/synthetix/-/synthetix-2.93.1.tgz", + "integrity": "sha512-gYdJMFg15an6TguM5bQHcshcj9Ko+b806LowHMAMNYsEF/B3Z6vaMmjbfFNm2CQruhoUq+8aHGIBcCOYiwxweQ==", "dependencies": { "@nomiclabs/hardhat-etherscan": "^3.1.0", "abi-decoder": "^2.3.0", @@ -19242,9 +19242,9 @@ } }, "synthetix": { - "version": "2.88.1", - "resolved": "https://registry.npmjs.org/synthetix/-/synthetix-2.88.1.tgz", - "integrity": "sha512-64+1Hbpd/qa40q14BOIzcHT7TKVboaEdRF5T63IEnELqEhujs2NHo3xJSBPjAixB0MlTDAmuI1LJLhT7DmEv+Q==", + "version": "2.93.1", + "resolved": "https://registry.npmjs.org/synthetix/-/synthetix-2.93.1.tgz", + "integrity": "sha512-gYdJMFg15an6TguM5bQHcshcj9Ko+b806LowHMAMNYsEF/B3Z6vaMmjbfFNm2CQruhoUq+8aHGIBcCOYiwxweQ==", "requires": { "@nomiclabs/hardhat-etherscan": "^3.1.0", "abi-decoder": "^2.3.0", diff --git a/package.json b/package.json index 3b982e22..29245f98 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-prettier": "^8.3.0", "graph-cli": "^0.0.1", "mustache": "4.2.0", - "synthetix": "2.88.1" + "synthetix": "2.93.1" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "4.32.0",