import nodejs-nodemon-2.0.20-1.module+el8.7.0+17282+f47dd33b

This commit is contained in:
CentOS Sources 2022-12-06 10:26:24 -05:00 committed by Stepan Oksanichenko
parent f1ba7427e5
commit 53e9d84c09
3 changed files with 7 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 @@
6a9dc0df5e74be93986f4d56bffab14a54d88b2d SOURCES/nodemon-v2.0.19-bundled.tar.gz
1be1ce910230ecac54d90ff85e3fcf1f3fe87e4d 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: 1%{?dist}
Summary: Simple monitor script for use during development of a node.js app
License: MIT
@ -73,6 +73,10 @@ npm run test
%{_bindir}/nodemon
%changelog
* Wed Nov 09 2022 Jan Staněk <jstanek@redhat.com> - 2.0.20-1
- Rebase to 2.0.20
Resolves: CVE-2022-3517
* Tue Jul 19 2022 Jan Staněk <jstanek@redhat.com> - 2.0.19-1
- Rebase to 2.0.19
Resolves: CVE-2022-33987