diff --git a/SPECS/nodejs/nodejs.spec b/SPECS/nodejs/nodejs.spec index bca4fd04819..07229a35072 100644 --- a/SPECS/nodejs/nodejs.spec +++ b/SPECS/nodejs/nodejs.spec @@ -1,12 +1,12 @@ # Retrieved from 'deps/npm/package.json' inside the sources tarball. -%define npm_version 8.5.0 +%define npm_version 8.11.0 Summary: A JavaScript runtime built on Chrome's V8 JavaScript engine. Name: nodejs # WARNINGS: MUST check and update the 'npm_version' macro for every version update of this package. # The version of NPM can be found inside the sources under 'deps/npm/package.json'. Version: 16.16.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD and MIT and Public Domain and naist-2003 Group: Applications/System Vendor: Microsoft Corporation @@ -114,6 +114,9 @@ make cctest %{_datadir}/systemtap/tapset/node.stp %changelog +* Thu Aug 18 2022 Cameron Baird - 16.16.0-2 +- Change npm_version to 8.11.0 to reflect the actual version of npm bundled with v16.16.0 + * Tue Aug 02 2022 Cameron Baird - 16.16.0-1 - Update to v16.16.0 (security update) to resolve CVE-2022-32213, CVE-2022-32214, CVE-2022-32215