Skip to content

Commit 75d5fa6

Browse files
committed
chore(deps): patch Dependabot security advisories
npm (pnpm-lock.yaml): - axios: bump direct dep ^1.15.0 -> ^1.15.2; override >=1.15.0 -> >=1.15.2 - brace-expansion: refresh override >=4.0.0 <5.0.5:5.0.5 -> <5.0.6:5.0.6 - ip-address: add <=10.1.0:10.1.1 (new advisory) - uuid: add 11.1.0:11.1.1 (new advisory) pip (uv.lock): - urllib3: add >=2.7.0 to tool.uv override-dependencies (was 2.6.3)
1 parent c05ccff commit 75d5fa6

4 files changed

Lines changed: 59 additions & 38 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/runtime": "^7.26.10",
1616
"@kamino-finance/klend-sdk": "^3.2.7",
1717
"@solana/web3.js": "^1.95.2",
18-
"axios": "^1.15.0",
18+
"axios": "^1.15.2",
1919
"base-x": "^3.0.11",
2020
"brace-expansion": "^1.1.13",
2121
"dotenv": "^16.4.5",
@@ -27,11 +27,13 @@
2727
"bigint-buffer": "npm:bigint-buffer-fixed@^1.1.5",
2828
"tar": ">=7.5.11",
2929
"minimatch": ">=3.1.4",
30-
"axios": ">=1.15.0",
31-
"axios@1.14.1": "1.15.0",
30+
"axios": ">=1.15.2",
31+
"axios@1.14.1": "1.15.2",
3232
"axios@0.30.4": "0.30.3",
3333
"brace-expansion@<1.1.13": "1.1.13",
34-
"brace-expansion@>=4.0.0 <5.0.5": "5.0.5",
34+
"brace-expansion@>=4.0.0 <5.0.6": "5.0.6",
35+
"ip-address@<=10.1.0": "10.1.1",
36+
"uuid@11.1.0": "11.1.1",
3537
"plain-crypto-js@4.2.1": "0.0.0-security",
3638
"lodash": ">=4.18.1",
3739
"bn.js": ">=5.2.3",

pnpm-lock.yaml

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dev = [
2323
override-dependencies = [
2424
"aiohttp>=3.13.4",
2525
"Pygments>=2.20.0",
26+
"urllib3>=2.7.0",
2627
]
2728

2829
[tool.ruff]

uv.lock

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

0 commit comments

Comments
 (0)