Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 115d609

Browse files
authoredMar 15, 2025··
bump axios version to fix snyk failure downstream (#73)
* bump axios version to fix snyk failure downstream * bump package patch version
1 parent 43297c0 commit 115d609

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed
 

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensor-hq/tensor-common",
3-
"version": "8.3.2",
3+
"version": "8.3.3",
44
"description": "Common utility methods used by Tensor.",
55
"sideEffects": false,
66
"module": "./dist/esm/index.js",
@@ -26,7 +26,7 @@
2626
"@solana/spl-account-compression": "^0.1.4",
2727
"@solana/spl-token": "^0.3.7",
2828
"@solana/web3.js": "^1.91.1",
29-
"axios": "^0.28.0",
29+
"axios": "^0.29.0",
3030
"big.js": "^6.2.1",
3131
"bn.js": "^5.2.1",
3232
"borsh": "^0.7.0",

‎yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ __metadata:
343343
"@types/chai": ^4.3.5
344344
"@types/mocha": ^10.0.1
345345
"@types/semaphore": ^1.1.1
346-
axios: ^0.28.0
346+
axios: ^0.29.0
347347
big.js: ^6.2.1
348348
bn.js: ^5.2.1
349349
borsh: ^0.7.0
@@ -653,14 +653,14 @@ __metadata:
653653
languageName: node
654654
linkType: hard
655655

656-
"axios@npm:^0.28.0":
657-
version: 0.28.1
658-
resolution: "axios@npm:0.28.1"
656+
"axios@npm:^0.29.0":
657+
version: 0.29.0
658+
resolution: "axios@npm:0.29.0"
659659
dependencies:
660-
follow-redirects: ^1.15.0
660+
follow-redirects: ^1.15.4
661661
form-data: ^4.0.0
662662
proxy-from-env: ^1.1.0
663-
checksum: 5115a38d79064d07437c5a28f15841e3607634040e3120ec06a2c4367a7d07cf213b16496eab53b6f58ebc5fb377a440ba9ed4782529b14449a1e285734bfb54
663+
checksum: b365fa0471ff62472521932c68f152e98650804c016fc6a9fe337a6cd67201141baf14d29161527cce5189b9eba8f14cb5781e02c56e69f56784e9a23385d7e7
664664
languageName: node
665665
linkType: hard
666666

@@ -1250,13 +1250,13 @@ __metadata:
12501250
languageName: node
12511251
linkType: hard
12521252

1253-
"follow-redirects@npm:^1.15.0":
1254-
version: 1.15.6
1255-
resolution: "follow-redirects@npm:1.15.6"
1253+
"follow-redirects@npm:^1.15.4":
1254+
version: 1.15.9
1255+
resolution: "follow-redirects@npm:1.15.9"
12561256
peerDependenciesMeta:
12571257
debug:
12581258
optional: true
1259-
checksum: a62c378dfc8c00f60b9c80cab158ba54e99ba0239a5dd7c81245e5a5b39d10f0c35e249c3379eae719ff0285fff88c365dd446fab19dee771f1d76252df1bbf5
1259+
checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6
12601260
languageName: node
12611261
linkType: hard
12621262

0 commit comments

Comments
 (0)
Please sign in to comment.