Rebase to 3.0.1
This commit is contained in:
parent
66086a2ae4
commit
8dd7a38d67
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/nodemon-v2.0.15-bundled.tar.gz
|
||||
/nodemon-v2.0.19-bundled.tar.gz
|
||||
/nodemon-v2.0.20-bundled.tar.gz
|
||||
/nodemon-v3.0.1-bundled.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global enable_tests 0
|
||||
|
||||
Name: nodejs-%{npm_name}
|
||||
Version: 2.0.20
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple monitor script for use during development of a node.js app
|
||||
License: MIT
|
||||
URL: https://www.npmjs.com/package/nodemon
|
||||
@ -75,6 +75,10 @@ npm run test
|
||||
%{_bindir}/nodemon
|
||||
|
||||
%changelog
|
||||
* Fri Aug 18 2023 Dominik Rehák <drehak@redhat.com> - 3.0.1-1
|
||||
- Rebase to 3.0.1
|
||||
Resolves: CVE-2022-25883
|
||||
|
||||
* Mon Feb 27 2023 Jan Staněk <jstanek@redhat.com> - 2.0.20-3
|
||||
- Patch bundled glob-parent
|
||||
Resolves: CVE-2021-35065
|
||||
|
0
nodemon-tarball.sh
Normal file → Executable file
0
nodemon-tarball.sh
Normal file → Executable file
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nodemon-v2.0.20-bundled.tar.gz) = d4b2d939f4dda8b3e3f325610abe1e65b35e9f4437d2282581a155c51c49a0a75b0586040b39fb1e4057bec7b0c0dfca91ee42ecf8130a07495ddbdea06cbca0
|
||||
SHA512 (nodemon-v3.0.1-bundled.tar.gz) = b07011e30eca257985e3aac98c58cde05bbb0ffc4e11b458dbe6280031c75fb7b0134b205ec1bd701d8e9cf4099329b703a4d53233fdbe5a79ec54ed182411b8
|
||||
|
Loading…
Reference in New Issue
Block a user