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

Release 16.0.7 #462

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [16.0.7]

### Fixed

- Properly replace vulnerable dependency `request` with patched `@cypress/request` ([#459](https://github.com/MetaMask/web3-provider-engine/pull/459))

## [16.0.6]

### Fixed

- Replace vulnerable dependency `request` with patched `@cypress/request` ([#441](https://github.com/MetaMask/web3-provider-engine/pull/441))
- Replace vulnerable dependency `request` with patched `@cypress/request`([#441](https://github.com/MetaMask/web3-provider-engine/pull/441))
legobeat marked this conversation as resolved.
Show resolved Hide resolved
legobeat marked this conversation as resolved.
Show resolved Hide resolved
- Update `ws` from `^5.1.1` to `^7.5.9` ([#446](https://github.com/MetaMask/web3-provider-engine/pull/446))

## [16.0.5]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-provider-engine",
"version": "16.0.6",
"version": "16.0.7",
"description": "A JavaScript library for composing Ethereum provider objects using middleware modules",
"repository": "https://github.com/MetaMask/web3-provider-engine",
"main": "index.js",
Expand Down
Loading