import nodejs-nodemon-2.0.20-2.module+el8.7.0+17528+a329cd47

This commit is contained in:
CentOS Sources 2023-01-09 09:24:40 -05:00 committed by Stepan Oksanichenko
parent 58cb8a57ce
commit 2329510d74
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/nodemon-v2.0.19-bundled.tar.gz
SOURCES/nodemon-v2.0.20-bundled.tar.gz

View File

@ -1 +1 @@
42c5643620d4acafa81da9e3d5e99a95020a9e1c SOURCES/nodemon-v2.0.19-bundled.tar.gz
f558d7dc37c745ca2983daebe6868df6ee46c00a SOURCES/nodemon-v2.0.20-bundled.tar.gz

View File

@ -5,7 +5,7 @@
%global enable_tests 0
Name: nodejs-%{npm_name}
Version: 2.0.19
Version: 2.0.20
Release: 2%{?dist}
Summary: Simple monitor script for use during development of a node.js app
License: MIT
@ -73,6 +73,14 @@ npm run test
%{_bindir}/nodemon
%changelog
* Mon Dec 12 2022 Jan Staněk <jstanek@redhat.com> - 2.0.20-2
- Record remaining CVEs fixed by current rebase
Resolves: CVE-2021-44906
* Wed Nov 09 2022 Jan Staněk <jstanek@redhat.com> - 2.0.20-1
- Rebase to 2.0.20
Resolves: CVE-2022-3517
* Wed Aug 03 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.19-2
- Switched from autosetup
- Removed CODE_OF_CONDUCT.md and faq.md which is not present in npmjs package, might switch to GH sources in the future