import CS nodejs-nodemon-3.0.1-1.module_el8+662+3a9a9b60
This commit is contained in:
parent
58733ccfba
commit
215b43d82f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/nodemon-v2.0.20-bundled.tar.gz
|
SOURCES/nodemon-v3.0.1-bundled.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
5d22c6e6d6f9c7b8f22a0286ec5e23eb1e6c3947 SOURCES/nodemon-v2.0.20-bundled.tar.gz
|
c100f2de26d7386dcfd7609445d9a01cd23e3a58 SOURCES/nodemon-v3.0.1-bundled.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
|
|
||||||
Name: nodejs-%{npm_name}
|
Name: nodejs-%{npm_name}
|
||||||
Version: 2.0.20
|
Version: 3.0.1
|
||||||
Release: 3%{?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
|
||||||
URL: https://www.npmjs.com/package/nodemon
|
URL: https://www.npmjs.com/package/nodemon
|
||||||
@ -75,6 +75,10 @@ npm run test
|
|||||||
%{_bindir}/nodemon
|
%{_bindir}/nodemon
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 27 2023 Jan Staněk <jstanek@redhat.com> - 2.0.20-3
|
||||||
- Patch bundled glob-parent
|
- Patch bundled glob-parent
|
||||||
Resolves: CVE-2021-35065
|
Resolves: CVE-2021-35065
|
||||||
|
Loading…
Reference in New Issue
Block a user