Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 06ac733

Browse files
authored
Release 16.0.6 (#449)
1 parent d0d93b9 commit 06ac733

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [16.0.6]
10+
11+
### Fixed
12+
13+
- Replace vulnerable dependency `request` with patched `@cypress/request` ([#441](https://github.com/MetaMask/web3-provider-engine/pull/441))
14+
- Update `ws` from `^5.1.1` to `^7.5.9` ([#446](https://github.com/MetaMask/web3-provider-engine/pull/446))
15+
916
## [16.0.5]
1017

1118
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-provider-engine",
3-
"version": "16.0.5",
3+
"version": "16.0.6",
44
"description": "A JavaScript library for composing Ethereum provider objects using middleware modules",
55
"repository": "https://github.com/MetaMask/web3-provider-engine",
66
"main": "index.js",

0 commit comments

Comments
 (0)