diff --git a/.gitignore b/.gitignore
index 46f0b0f..a0ed92a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,8 +7,8 @@ SOURCES/ffi-1.15.5.gem
 SOURCES/mustermann-2.0.2.gem
 SOURCES/open4-1.3.4-1.gem
 SOURCES/pcs-0.11.3.tar.gz
-SOURCES/pcs-web-ui-0.1.14.tar.gz
-SOURCES/pcs-web-ui-node-modules-0.1.14.tar.xz
+SOURCES/pcs-web-ui-0.1.14.1.tar.gz
+SOURCES/pcs-web-ui-node-modules-0.1.14.1.tar.xz
 SOURCES/pyagentx-0.4.pcs.2.tar.gz
 SOURCES/rack-2.2.6.2.gem
 SOURCES/rack-protection-2.2.4.gem
diff --git a/.pcs.metadata b/.pcs.metadata
index d40fda6..a1fda83 100644
--- a/.pcs.metadata
+++ b/.pcs.metadata
@@ -7,8 +7,8 @@
 f5f804366823c1126791dfefd98dd0539563785c SOURCES/mustermann-2.0.2.gem
 41a7fe9f8e3e02da5ae76c821b89c5b376a97746 SOURCES/open4-1.3.4-1.gem
 c16c4623928ba85b0b94b8cbdec6396be85d3672 SOURCES/pcs-0.11.3.tar.gz
-4f518dcca24972f19d3e377931595602106f049d SOURCES/pcs-web-ui-0.1.14.tar.gz
-b3e77ed1e3bb07b8e0ed34ae80fc88b9be0f49a4 SOURCES/pcs-web-ui-node-modules-0.1.14.tar.xz
+8230681464db03850ce69ba54bcb8ecad67e409d SOURCES/pcs-web-ui-0.1.14.1.tar.gz
+5594665cf6dd3c8cfff579f91f7ef82ae5a338bd SOURCES/pcs-web-ui-node-modules-0.1.14.1.tar.xz
 3176b2f2b332c2b6bf79fe882e83feecf3d3f011 SOURCES/pyagentx-0.4.pcs.2.tar.gz
 872e3dadb596908640d003c55073590dd78f77c5 SOURCES/rack-2.2.6.2.gem
 5347315a7283f0b04443e924ed4eaa17807432c8 SOURCES/rack-protection-2.2.4.gem
diff --git a/SPECS/pcs.spec b/SPECS/pcs.spec
index a8946cd..725b874 100644
--- a/SPECS/pcs.spec
+++ b/SPECS/pcs.spec
@@ -1,6 +1,6 @@
 Name: pcs
 Version: 0.11.3
-Release: 4%{?dist}.2
+Release: 4%{?dist}.3
 # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
 # https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
 # GPLv2: pcs
@@ -24,8 +24,8 @@ ExclusiveArch: i686 x86_64 s390x ppc64le aarch64
 %global pcs_source_name %{name}-%{version_or_commit}
 
 # ui_commit can be determined by hash, tag or branch
-%global ui_commit 0.1.14
-%global ui_modules_version 0.1.14
+%global ui_commit 0.1.14.1
+%global ui_modules_version 0.1.14.1
 %global ui_src_name pcs-web-ui-%{ui_commit}
 
 %global pcs_snmp_pkg_name  pcs-snmp
@@ -545,6 +545,10 @@ run_all_tests
 %license pyagentx_LICENSE.txt
 
 %changelog
+* Fri Mar 24 2023 Michal Pospisil <mpospisi@redhat.com> - 0.11.3-4.el9_1.3
+- Fixed a vulnerability in pcs-web-ui-node-modules
+- Resolves: rhbz#2179900
+
 * Thu Jan 26 2023 Michal Pospisil <mpospisi@redhat.com> - 0.11.3-4.el9_1.2
 - Updated bundled rubygems: mustermann, rack, rack_protection, sinatra, tilt
 - Added license for rubygem ruby2_keywords