Skip to content

Commit eab6c03

Browse files
chore: release 5.0.1 (#363)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c417bd commit eab6c03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ All notable changes to this project will be documented in this file. See [standa
1818

1919

2020
<a name="4.2.1"></a>
21+
### [5.0.1](https://www.github.com/yargs/yargs-parser/compare/v5.0.0...v5.0.1) (2021-03-10)
22+
23+
24+
### Bug Fixes
25+
26+
* **security:** address GHSA-p9pc-299p-vxgp ([#362](https://www.github.com/yargs/yargs-parser/issues/362)) ([1c417bd](https://www.github.com/yargs/yargs-parser/commit/1c417bd0b42b09c475ee881e36d292af4fa2cc36))
27+
2128
## [4.2.1](https://github.com/yargs/yargs-parser/compare/v4.2.0...v4.2.1) (2017-01-02)
2229

2330

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yargs-parser",
3-
"version": "5.0.0-security.0",
3+
"version": "5.0.1",
44
"description": "the mighty option parser used by yargs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)