From d2eb8082c0e746ffadd1afa92175672b81c78ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:38:29 +0000 Subject: [PATCH] Bump @pythnetwork/pyth-sdk-solidity from 2.2.0 to 2.3.0 Bumps [@pythnetwork/pyth-sdk-solidity](https://github.com/pyth-network/pyth-crosschain/tree/HEAD/target_chains/ethereum/sdk/solidity) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/pyth-network/pyth-crosschain/releases) - [Commits](https://github.com/pyth-network/pyth-crosschain/commits/v2.3.0/target_chains/ethereum/sdk/solidity) --- updated-dependencies: - dependency-name: "@pythnetwork/pyth-sdk-solidity" 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 4ca3e80..933740b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@openzeppelin/contracts": "^4.8.3", - "@pythnetwork/pyth-sdk-solidity": "^2.2.0", + "@pythnetwork/pyth-sdk-solidity": "^2.3.0", "hardhat-dependency-compiler": "^1.1.3" }, "devDependencies": { @@ -1872,9 +1872,9 @@ "integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==" }, "node_modules/@pythnetwork/pyth-sdk-solidity": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@pythnetwork/pyth-sdk-solidity/-/pyth-sdk-solidity-2.2.0.tgz", - "integrity": "sha512-LsRMmaf9MTflGSymqOJMepFk/3R7DyxMOJfLDB5RDSieyiq+RJ5IYIYnXAFsMrqkjibOtVxARcortHtE9VWwhw==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@pythnetwork/pyth-sdk-solidity/-/pyth-sdk-solidity-2.3.0.tgz", + "integrity": "sha512-P4B03Bclwlyey30kmamgcpGnO9DrN0/bhQmnuTzltB+1YSPAnQxIlUWnyXpCN5rKkLd7Ay2bXW4T0QP0uszORA==" }, "node_modules/@resolver-engine/core": { "version": "0.3.3", @@ -9007,9 +9007,9 @@ "integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==" }, "@pythnetwork/pyth-sdk-solidity": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@pythnetwork/pyth-sdk-solidity/-/pyth-sdk-solidity-2.2.0.tgz", - "integrity": "sha512-LsRMmaf9MTflGSymqOJMepFk/3R7DyxMOJfLDB5RDSieyiq+RJ5IYIYnXAFsMrqkjibOtVxARcortHtE9VWwhw==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@pythnetwork/pyth-sdk-solidity/-/pyth-sdk-solidity-2.3.0.tgz", + "integrity": "sha512-P4B03Bclwlyey30kmamgcpGnO9DrN0/bhQmnuTzltB+1YSPAnQxIlUWnyXpCN5rKkLd7Ay2bXW4T0QP0uszORA==" }, "@resolver-engine/core": { "version": "0.3.3", diff --git a/package.json b/package.json index 47b608c..53a42a5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@openzeppelin/contracts": "^4.8.3", - "@pythnetwork/pyth-sdk-solidity": "^2.2.0", + "@pythnetwork/pyth-sdk-solidity": "^2.3.0", "hardhat-dependency-compiler": "^1.1.3" } }