Rebase to 3.0.1
Resolves: CVE-2022-25883
This commit is contained in:
parent
7271ac2e79
commit
5d3fa4b4d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/nodemon-v2.0.3-bundled.tar.gz
|
/nodemon-v2.0.3-bundled.tar.gz
|
||||||
/nodemon-v2.0.19-bundled.tar.gz
|
/nodemon-v2.0.19-bundled.tar.gz
|
||||||
/nodemon-v2.0.20-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
|
%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
|
||||||
@ -21,6 +21,7 @@ BuildRequires: npm
|
|||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple monitor script for use during development of a node.js app.
|
Simple monitor script for use during development of a node.js app.
|
||||||
|
|
||||||
@ -63,6 +64,10 @@ npm run test
|
|||||||
%{_bindir}/nodemon
|
%{_bindir}/nodemon
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 23 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 3.0.1-1
|
||||||
|
- Rebase to 3.0.1
|
||||||
|
- Resolves: CVE-2022-25883
|
||||||
|
|
||||||
* Mon Mar 27 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.20-3
|
* Mon Mar 27 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.20-3
|
||||||
- Patch bundled glob-parent
|
- Patch bundled glob-parent
|
||||||
- Resolves: CVE-2021-35065
|
- Resolves: CVE-2021-35065
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (nodemon-v2.0.20-bundled.tar.gz) = 283399e33bd3467d64024e0b8568e75f520aa7bf7d615c06b154911e7edf890f7cf05c226b95d49c3066fb94e8f46e1ada7e052eae4c7ed1402552c0181ea849
|
SHA512 (nodemon-v3.0.1-bundled.tar.gz) = 06d02ed86ee940542c205587510a620da35bdebc765840bed84df3a2576ffb59dc96aea734a9e86caf3ce6540aa3476bf559e06fea18761fca1d1c20defc5b3c
|
||||||
|
Loading…
Reference in New Issue
Block a user