Resolves: RHBZ#1953991
Update to 2.0.7 to resolve CVE-2020-28469
This commit is contained in:
parent
05f85a1c69
commit
dd19e3f886
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/nodemon-v1.18.3-bundled.tar.gz
|
/nodemon-v1.18.3-bundled.tar.gz
|
||||||
/nodemon-v2.0.3-bundled.tar.gz
|
/nodemon-v2.0.3-bundled.tar.gz
|
||||||
|
/nodemon-v2.0.7-bundled.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
|
|
||||||
Name: nodejs-%{npm_name}
|
Name: nodejs-%{npm_name}
|
||||||
Version: 2.0.3
|
Version: 2.0.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple monitor script for use during development of a node.js app
|
Summary: Simple monitor script for use during development of a node.js app
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -76,6 +76,10 @@ npm run test
|
|||||||
%{_bindir}/nodemon
|
%{_bindir}/nodemon
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 11 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.7-1
|
||||||
|
- Resolves: RHBZ#1953991
|
||||||
|
- Update to 2.0.7 to resolve CVE-2020-28469
|
||||||
|
|
||||||
* Wed May 06 2020 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.3-1
|
* Wed May 06 2020 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.3-1
|
||||||
- Updated
|
- Updated
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user