Skip to content

Commit b2a87f8

Browse files
author
github-actions
committed
Release derivatives-trading-options v15.0.3
### Changed (2) - Update `@binance/common` library to version `2.3.10`. - Resolve security vulnerabilities on `handlebars` (bump version from `4.7.8` to `4.7.9`) and `brace-expansion` (bump version from `1.1.12` to `1.1.13`).
1 parent 29a1608 commit b2a87f8

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

clients/derivatives-trading-options/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 15.0.3 - 2026-03-30
4+
5+
### Changed (2)
6+
7+
- Update `@binance/common` library to version `2.3.10`.
8+
- Resolve security vulnerabilities on `handlebars` (bump version from `4.7.8` to `4.7.9`) and `brace-expansion` (bump version from `1.1.12` to `1.1.13`).
9+
310
## 15.0.2 - 2026-03-26
411

512
### Changed (2)

clients/derivatives-trading-options/package-lock.json

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

clients/derivatives-trading-options/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@binance/derivatives-trading-options",
33
"description": "Official Binance Derivatives Trading (COIN-M Futures) Connector - A lightweight library that provides a convenient interface to Binance's COINN-M Futures REST API, WebSocket API and WebSocket Streams.",
4-
"version": "15.0.2",
4+
"version": "15.0.3",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",
@@ -51,7 +51,7 @@
5151
"typescript-eslint": "^8.24.0"
5252
},
5353
"dependencies": {
54-
"@binance/common": "2.3.8",
54+
"@binance/common": "2.3.10",
5555
"@types/ws": "^8.5.5",
5656
"axios": "^1.7.4",
5757
"ws": "^8.17.1"

0 commit comments

Comments
 (0)