Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions SPECS/nodejs/nodejs.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -114,6 +114,9 @@ make cctest
%{_datadir}/systemtap/tapset/node.stp

%changelog
* Thu Aug 18 2022 Cameron Baird <[email protected]> - 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 <[email protected]> - 16.16.0-1
- Update to v16.16.0 (security update) to resolve CVE-2022-32213, CVE-2022-32214, CVE-2022-32215

Expand Down