Skip to content

Commit 3e56005

Browse files
authored
Fix axios bug by downgrading, bump all dependents (#786)
1 parent df409c5 commit 3e56005

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

price_pusher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-pusher",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Pyth Price Pusher",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",

price_service/client/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-service-client",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Pyth price service client",
55
"author": {
66
"name": "Pyth Data Association"
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@pythnetwork/price-service-sdk": "*",
5252
"@types/ws": "^8.5.3",
53-
"axios": "^1.2.5",
53+
"axios": "^1.1.0",
5454
"axios-retry": "^3.4.0",
5555
"isomorphic-ws": "^4.0.1",
5656
"ts-log": "^2.2.4",

target_chains/aptos/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-aptos-js",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Pyth Network Aptos Utilities",
55
"homepage": "https://pyth.network",
66
"author": {

target_chains/cosmwasm/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-terra-js",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "Pyth Network Terra Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {

target_chains/ethereum/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-js",
3-
"version": "1.16.0",
3+
"version": "1.16.1",
44
"description": "Pyth Network EVM Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {

0 commit comments

Comments
 (0)