import UBI nodejs-nodemon-3.1.14-2.module+el8.10.0+24639+56878497

This commit is contained in:
AlmaLinux RelEng Bot 2026-08-13 00:54:27 -04:00
parent cfa633840f
commit e0369bc54f
2 changed files with 7 additions and 2 deletions

View File

@ -1 +1 @@
09b3dbdd89671f15c250e03658c5d76a2a55e697 SOURCES/nodemon-v3.1.14-bundled.tar.gz 3539ef67010b0be148e6355620126ff8e9650399 SOURCES/nodemon-v3.1.14-bundled.tar.gz

View File

@ -6,7 +6,7 @@
Name: nodejs-%{npm_name} Name: nodejs-%{npm_name}
Version: 3.1.14 Version: 3.1.14
Release: 1%{?dist} Release: 2%{?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
@ -69,6 +69,11 @@ npm run test
%{_bindir}/nodemon %{_bindir}/nodemon
%changelog %changelog
* Wed Aug 5 2026 Tomas Juhasz <tjuhasz@redhat.com> - 3.1.14-2
- Rebase npm/brace-expansion to 5.0.9
Fixes: CVE-2026-69152
Resolves: RHEL-223789
* Mon Mar 2 2026 Tomas Juhasz <tjuhasz@redhat.com> - 3.1.14-1 * Mon Mar 2 2026 Tomas Juhasz <tjuhasz@redhat.com> - 3.1.14-1
- Rebase to 3.1.14 - Rebase to 3.1.14
- Switch from using remys fork as a source to npm. - Switch from using remys fork as a source to npm.