Skip to content

Commit

Permalink
fix(http): add explicit dependency on chalk (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-white committed Apr 17, 2023
1 parent 32924f5 commit 55b07c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to Semantic Versioning.

# Unreleased

## Fixed

- Put `chalk` as an explicit dependency in the HTTP package [#x](https://github.com/stoplightio/prism/pull/x)
- Upgrade fast-xml-parser (thanks @spriggyjeff) [#2262](https://github.com/stoplightio/prism/pull/2262)

# 4.12.0 (2023.04.12)

## Added
Expand Down
1 change: 1 addition & 0 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ajv": "^8.4.0",
"ajv-formats": "^2.1.1",
"caseless": "^0.12.0",
"chalk": "^4.1.2",
"content-type": "^1.0.4",
"fp-ts": "^2.11.5",
"http-proxy-agent": "^5.0.0",
Expand Down

0 comments on commit 55b07c9

Please sign in to comment.