diff --git a/.gitignore b/.gitignore
index 1d753d2..15b2ac3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/libuv-v1.41.0.tar.gz
+SOURCES/libuv-v1.42.0.tar.gz
diff --git a/.libuv.metadata b/.libuv.metadata
index 5501498..f762606 100644
--- a/.libuv.metadata
+++ b/.libuv.metadata
@@ -1 +1 @@
-ffa34fa71702e2d806517d853b7d87b24fcfa324 SOURCES/libuv-v1.41.0.tar.gz
+c78715261a1371381c8e2423995829e054daf906 SOURCES/libuv-v1.42.0.tar.gz
diff --git a/SPECS/libuv.spec b/SPECS/libuv.spec
index 2704380..4183ee2 100644
--- a/SPECS/libuv.spec
+++ b/SPECS/libuv.spec
@@ -5,8 +5,8 @@
 
 Name:           libuv
 Epoch:          1
-Version:        1.41.0
-Release:        3%{?dist}
+Version:        1.42.0
+Release:        1%{?dist}
 Summary:        Platform layer for node.js
 
 # the licensing breakdown is described in detail in the LICENSE file
@@ -81,6 +81,10 @@ install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3}
 %{_libdir}/%{name}.a
 
 %changelog
+* Fri Sep 17 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:1.42.0-1
+- Rebased, resolves CVE-2021-22918
+- Resolves: RHBZ#2005319, RHBZ#1979928
+
 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.41.0-3
 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
   Related: rhbz#1991688