Rebase to 2.0.20
This commit is contained in:
parent
365f5a3904
commit
f232771944
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/nodemon-v2.0.3-bundled.tar.gz
|
||||
/nodemon-v2.0.19-bundled.tar.gz
|
||||
/nodemon-v2.0.20-bundled.tar.gz
|
||||
|
@ -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
|
||||
@ -64,6 +64,10 @@ npm run test
|
||||
%{_bindir}/nodemon
|
||||
|
||||
%changelog
|
||||
* Fri Nov 18 2022 Jan Staněk <jstanek@redhat.com> - 2.0.20-1
|
||||
- Rebase to 2.0.20
|
||||
Resolves: CVE-2022-3517
|
||||
|
||||
* Wed Aug 31 2022 Jan Staněk <jstanek@redhat.com> - 2.0.19-1
|
||||
- Rebase to 2.0.19
|
||||
Resolves: CVE-2022-33987 rhbz#2073156 CVE-2021-33502 CVE-2021-3807 CVE-2020-28469
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nodemon-v2.0.19-bundled.tar.gz) = 0563a927bf29b7f20dcb741fb1aa4b62bccb498b1908d9ab66d9747eb56e608346a12dd674782798d491fb1b1e90581ee3290f932c352664cc223788de62f6b0
|
||||
SHA512 (nodemon-v2.0.20-bundled.tar.gz) = 51f71b6341dba1d6c6b02c1e44bb1aa0c8bcb43ef7319073e471884ca6b309696dc0134089f6e3a7a81999cd7da9cf89e7739a1f547d4ab45fba98bccc23256c
|
||||
|
Loading…
Reference in New Issue
Block a user