Rebase to 3.0.1
Resolves: CVE-2022-25883
This commit is contained in:
parent
e09a596752
commit
32a3113cd1
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/nodemon-v2.0.15-bundled.tar.gz
|
/nodemon-v2.0.15-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: 2%{?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,17 +21,6 @@ BuildRequires: npm
|
|||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%if 0%{?enable_tests}
|
|
||||||
BuildRequires: npm(async)
|
|
||||||
BuildRequires: npm(coffee-script)
|
|
||||||
BuildRequires: npm(husky)
|
|
||||||
BuildRequires: npm(istanbul)
|
|
||||||
BuildRequires: npm(jscs)
|
|
||||||
BuildRequires: npm(mocha)
|
|
||||||
BuildRequires: npm(proxyquire)
|
|
||||||
BuildRequires: npm(semantic-release)
|
|
||||||
BuildRequires: npm(should)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%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.
|
||||||
@ -75,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 20 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.20-2
|
* Mon Mar 20 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.20-2
|
||||||
- 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) = d5da874cf3712bfe77bbed0eb0ecb4c8aec19b4cbba965c659c5eaefa86c6bec9063bd134a1268f739a287bad82b0eeaf912db22a4f0c1fb28645728ba5ac864
|
SHA512 (nodemon-v3.0.1-bundled.tar.gz) = 4411c9533cbde380179aa8e3a2bd46e5eee10a607058a075e695f6723d1b12be213eec1d885cb41383adb40fe0ee1dd596ede56c1554a4fea2bb742444a60fd8
|
||||||
|
Loading…
Reference in New Issue
Block a user