Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 457bc8c

Browse files
authored
upgrade to version v3.6.4 (#539)
1 parent 50fb516 commit 457bc8c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
### Minor Changes
88

9+
## 3.6.4
10+
11+
### Minor Changes
12+
13+
Updates dependencies to resolve critical and high-severity security vulnerabilities:
14+
15+
- **axios**: `^1.7.4``^1.12.0` (fixes SSRF and DoS vulnerabilities)
16+
- **rollup**: `^2.70.1``^2.79.2` (fixes XSS vulnerability)
17+
- **elliptic**: `6.5.7``6.6.1` (fixes 9 critical ECDSA vulnerabilities)
18+
919
## 3.6.3
1020

1121
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alchemy-sdk",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
44
"description": "Extended Ethers.js SDK for Alchemy APIs",
55
"author": "Alchemy",
66
"license": "MIT",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by injectVersion.js. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = '3.6.3';
3+
export const VERSION = '3.6.4';

0 commit comments

Comments
 (0)