Accepting request 875121 from home:adamm:branches:systemsmanagement:cockpit

- new version 238.1
  https://cockpit-project.org/blog/cockpit-238.html
  https://cockpit-project.org/blog/cockpit-237.html
- No longer recompress tarball at buildtime

OBS-URL: https://build.opensuse.org/request/show/875121
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=68
This commit is contained in:
Adam Majer 2021-02-25 13:24:23 +00:00 committed by Git OBS Bridge
parent fe634fd8df
commit fc5386d6bc
10 changed files with 1873 additions and 1695 deletions

View File

@ -3,19 +3,16 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="url">http://github.com/cockpit-project/cockpit.git</param>
<param name="scm">git</param>
<param name="revision">236</param>
<param name="revision">238.1</param>
</service>
<service name="node_modules" mode="manual">
<param name="cpio">node_modules.obscpio</param>
<param name="output">node_modules.spec.inc</param>
<param name="source-offset">1000</param>
</service>
<service mode="buildtime" name="tar">
<param name="obsinfo">cockpit.obsinfo</param>
</service>
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="buildtime" name="set_version">
<param name="basename">cockpit</param>
</service>

BIN
cockpit-236.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
cockpit-238.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Index: cockpit/package.json
Index: cockpit-238.1/package.json
===================================================================
--- cockpit.orig/package.json
+++ cockpit/package.json
--- cockpit-238.1.orig/package.json
+++ cockpit-238.1/package.json
@@ -8,7 +8,7 @@
"@patternfly/react-core": "4.84.4",
"@patternfly/react-styles": "4.7.24",
"@patternfly/react-table": "4.19.45",
"@patternfly/react-core": "4.97.2",
"@patternfly/react-styles": "4.8.2",
"@patternfly/react-table": "4.23.2",
- "@redhat/redhat-font": "git+https://github.com/RedHatOfficial/RedHatFont.git#2.2.0",
+ "@redhat/redhat-font": "2.2.0",
"@novnc/novnc": "1.2.0",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "1.9.0",
"deep-equal": "2.0.5",

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Feb 24 17:03:41 UTC 2021 - Adam Majer <adam.majer@suse.de>
- new version 238.1
https://cockpit-project.org/blog/cockpit-238.html
https://cockpit-project.org/blog/cockpit-237.html
- No longer recompress tarball at buildtime
-------------------------------------------------------------------
Thu Feb 4 16:18:13 UTC 2021 - Ludwig Nussel <lnussel@suse.de>

View File

@ -1,5 +1,5 @@
name: cockpit
version: 236
mtime: 1611240483
commit: 6735ae74fe25cff111189bc2851968d7f8f05a39
version: 238.1
mtime: 1613933302
commit: 58540c0666c61ef7e02c32ff8285caab35eb0754

View File

@ -58,21 +58,22 @@ Summary: Web Console for Linux servers
License: LGPL-2.1-or-later
URL: https://cockpit-project.org/
Version: 236
Version: 238.1
Release: 0
Source0: cockpit-%{version}.tar.xz
Source0: cockpit-%{version}.tar
Source1: cockpit.pam
Source2: cockpit-rpmlintrc
Source99: README.packaging
Source: package-lock.json
Source: node_modules.spec.inc
Source98: package-lock.json
Source97: node_modules.spec.inc
%include %{_sourcedir}/node_modules.spec.inc
Patch0: cockpit-redhatfont.diff
# in RHEL the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system})
# in RHEL 8 the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system})
# and cockpit-appstream (building optional packages like cockpit-{machines,pcp})
# This split does not apply to EPEL/COPR.
%if 0%{?rhel} && 0%{?epel} == 0
# In Fedora ELN/RHEL 9+ there is just one source package, which ships rpms in both BaseOS and AppStream
%if 0%{?rhel} == 8 && 0%{?epel} == 0
%if "%{name}" == "cockpit"
%define build_basic 1
@ -132,8 +133,6 @@ BuildRequires: gdb
BuildRequires: xmlto
# for rebuilding nodejs bits
BuildRequires: gcc-c++
BuildRequires: nodejs-devel-default
BuildRequires: npm
BuildRequires: sassc
BuildRequires: local-npm-registry
@ -164,9 +163,11 @@ Recommends: subscription-manager-cockpit
cp %SOURCE1 tools/cockpit.pam
#
local-npm-registry %{_sourcedir} install --also=dev
find node_modules -name \*.node -print -delete
%build
find node_modules -name \*.node -print -delete
touch node_modules/.stamp
exec 2>&1
PKG_NAME="Cockpit"
echo %version > .tarball
@ -280,7 +281,6 @@ find %{buildroot}%{_datadir}/cockpit/static -type f >> static.list
%if 0%{?build_basic} == 0
for pkg in base1 branding motd kdump networkmanager selinux shell sosreport ssh static systemd tuned users metrics; do
rm -r %{buildroot}/%{_datadir}/cockpit/$pkg
rm -rf %{buildroot}/usr/src/debug/%{_datadir}/cockpit/$pkg
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.cockpit-${pkg}.metainfo.xml
done
for data in doc locale man pixmaps polkit-1; do
@ -301,7 +301,7 @@ rm -f %{buildroot}%{_datadir}/metainfo/cockpit.appdata.xml
# when not building optional packages, remove their files
%if 0%{?build_optional} == 0
for pkg in apps machines packagekit pcp playground storaged; do
rm -rf %{buildroot}/%{_datadir}/cockpit/$pkg %{buildroot}/usr/src/debug/%{_datadir}/cockpit/$pkg
rm -rf %{buildroot}/%{_datadir}/cockpit/$pkg
done
# files from -tests
rm -r %{buildroot}/%{_prefix}/%{__lib}/cockpit-test-assets
@ -333,18 +333,6 @@ rm -f %{buildroot}%{_datadir}/pixmaps/cockpit-sosreport.png
%define find_debug_info %{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_include_minidebuginfo:-m} %{?_find_debuginfo_dwz_opts} %{?_find_debuginfo_opts} %{?_debugsource_packages:-S debugsourcefiles.list} "%{_builddir}/%{?buildsubdir}"
# Redefine how debug info is built to slip in our extra debug files
%define __debug_install_post \
%{find_debug_info} \
cat debug.partial >> %{_builddir}/%{?buildsubdir}/debugfiles.list \
%{nil}
# Build the package lists for debug package, and move debug files to installed locations
find %{buildroot}/usr/src/debug%{_datadir}/cockpit -type f -o -type l > debug.partial
sed -i "s|%{buildroot}/usr/src/debug||" debug.partial
sed -n 's/\.map\(\.gz\)\?$/\0/p' *.list >> debug.partial
sed -i '/\.map\(\.gz\)\?$/d' *.list
tar -C %{buildroot}/usr/src/debug -cf - . | tar -C %{buildroot} -xf -
%endif
# /suse_version
rm -rf %{buildroot}/usr/src/debug
@ -359,7 +347,7 @@ rm -f %{buildroot}%{_datadir}/pixmaps/cockpit-sosreport.png
%endif
mkdir -p %{buildroot}%{_datadir}/cockpit/devel/lib
cp -a pkg/lib/patternfly %{buildroot}%{_datadir}/cockpit/devel/lib
cp -a pkg/lib/* %{buildroot}%{_datadir}/cockpit/devel/lib
%if 0%{?build_basic}
%find_lang cockpit
@ -439,6 +427,7 @@ Provides: cockpit-shell = %{version}-%{release}
Provides: cockpit-systemd = %{version}-%{release}
Provides: cockpit-tuned = %{version}-%{release}
Provides: cockpit-users = %{version}-%{release}
Obsoletes: cockpit-dashboard
%if 0%{?rhel}
Provides: cockpit-networkmanager = %{version}-%{release}
Obsoletes: cockpit-networkmanager
@ -452,7 +441,6 @@ Recommends: setroubleshoot-server >= 3.3.3
Provides: cockpit-selinux = %{version}-%{release}
Provides: cockpit-sosreport = %{version}-%{release}
Requires: sos
Obsoletes: cockpit-dashboard
%endif
%if 0%{?fedora} >= 29
# 0.7.0 (actually) supports task cancellation.
@ -736,6 +724,7 @@ Summary: Cockpit user interface for packages
BuildArch: noarch
Requires: cockpit-bridge >= 186
Requires: PackageKit
Recommends: python3-tracer
%description -n cockpit-packagekit
The Cockpit components for installing OS updates and Cockpit add-ons,

BIN
node_modules.obscpio (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff

434
package-lock.json generated
View File

@ -6,12 +6,11 @@
"": {
"name": "CockpitDevelopmentDependencies",
"dependencies": {
"@novnc/novnc": "1.2.0",
"@patternfly/patternfly": "4.70.2",
"@patternfly/react-console": "4.2.7",
"@patternfly/react-core": "4.84.4",
"@patternfly/react-styles": "4.7.24",
"@patternfly/react-table": "4.19.45",
"@patternfly/patternfly": "4.87.3",
"@patternfly/react-console": "4.3.2",
"@patternfly/react-core": "4.97.2",
"@patternfly/react-styles": "4.8.2",
"@patternfly/react-table": "4.23.2",
"@redhat/redhat-font": "git+https://github.com/RedHatOfficial/RedHatFont.git#2.2.0",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "1.9.0",
@ -34,7 +33,7 @@
"remarkable": "2.0.1",
"throttle-debounce": "2.3.0",
"uuid": "7.0.3",
"xterm": "4.9.0"
"xterm": "4.10.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
@ -1926,18 +1925,18 @@
}
},
"node_modules/@patternfly/patternfly": {
"version": "4.70.2",
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.70.2.tgz",
"integrity": "sha512-XKCHnOjx1JThY3s98AJhsApSsGHPvEdlY7r+b18OecqUnmThVGw3nslzYYrwfCGlJ/xQtV5so29SduH2/uhHzA=="
"version": "4.87.3",
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.87.3.tgz",
"integrity": "sha512-hDNMPa7B1zKD8LWFZO4SS5hC/N+yvuci2sAn8HJd+EIbAvbMAUkRsyZ0/XO3BG3RVtpSlgq7q8x1pAHC/FTFuA=="
},
"node_modules/@patternfly/react-console": {
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/@patternfly/react-console/-/react-console-4.2.7.tgz",
"integrity": "sha512-99s4DgFvRx1fozJBCbDxbVt5OelcVm0ujqZqGGFPwMENnGOnwKHyoJDHCaDM0qrDdKmWMcO2KitiurEch15ytQ==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-console/-/react-console-4.3.2.tgz",
"integrity": "sha512-QAvgzSrRQiW+7h1GYEsRe4QTJnooTSTGHWex+a3JDE90MWFgwrCA1+FIjNR0uRFomi13WTaCLRt2K2wROmci0Q==",
"dependencies": {
"@novnc/novnc": "^1.2.0",
"@patternfly/patternfly": "4.70.2",
"@patternfly/react-core": "^4.88.0",
"@patternfly/patternfly": "4.87.3",
"@patternfly/react-core": "^4.97.2",
"@spice-project/spice-html5": "^0.2.1",
"@types/file-saver": "^2.0.1",
"file-saver": "^1.3.8",
@ -1950,14 +1949,14 @@
"react-dom": "^16.8.0 || ^17.0.0"
}
},
"node_modules/@patternfly/react-console/node_modules/@patternfly/react-core": {
"version": "4.90.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.90.2.tgz",
"integrity": "sha512-Ld4HCXYrVZR+ycWKvygmOEDyyMpb/pfZFklJiT/9ktSSSU9SfKwH2XmXotgjwBy1lYUoRYJ58xTpV19duouEoA==",
"node_modules/@patternfly/react-core": {
"version": "4.97.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.97.2.tgz",
"integrity": "sha512-Xl/l/+OjWVtWnbb9Kw//1bn+6KEM9aOc1nk+Vm6D8wlbuuz+RAFBc0rZjPWuq00YYnVA+sExESe0W2d3wdn/SQ==",
"dependencies": {
"@patternfly/react-icons": "^4.8.4",
"@patternfly/react-styles": "^4.7.29",
"@patternfly/react-tokens": "^4.9.26",
"@patternfly/react-icons": "^4.9.2",
"@patternfly/react-styles": "^4.8.2",
"@patternfly/react-tokens": "^4.10.2",
"focus-trap": "6.2.2",
"react-dropzone": "9.0.0",
"tippy.js": "5.1.2",
@ -1968,65 +1967,42 @@
"react-dom": "^16.8.0 || ^17.0.0"
}
},
"node_modules/@patternfly/react-console/node_modules/@patternfly/react-styles": {
"version": "4.7.29",
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-4.7.29.tgz",
"integrity": "sha512-eAO9xh2+IQHIBCihmwNuDVCeAWhGXIhbUNJEwZzvevYuH4Pnl0X8YaWoYmM2ZfL8ZdagRTLvjGW+hoZGkUyCBQ=="
},
"node_modules/@patternfly/react-core": {
"version": "4.84.4",
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.84.4.tgz",
"integrity": "sha512-GIv6zJl+NGYIrSm2pATQFggRt4ZFYUKVNbLSsna2x8+eYeZscqIUFSPmBM+eNpQkGaoJk254Lu09pgm4hM/b4g==",
"dependencies": {
"@patternfly/react-icons": "^4.7.22",
"@patternfly/react-styles": "^4.7.22",
"@patternfly/react-tokens": "^4.9.22",
"focus-trap": "6.2.2",
"react-dropzone": "9.0.0",
"tippy.js": "5.1.2",
"tslib": "1.13.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
},
"node_modules/@patternfly/react-icons": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.8.4.tgz",
"integrity": "sha512-nGrZ6F57drim7t5FlFz7YusHVs8xngiayB20oSsJeewppOZ3vJDVhHaiJjsIRMB9PcVOY99QT2wnyiY1eYPVyA==",
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.9.2.tgz",
"integrity": "sha512-3PY81A9mj9YyUpznSWhcWMKHRyGWNgZ1IDYqbMva7Q8wgd0fjsiTJ+5zAp4YQLo1mA8KwYX9v5s37hK8XiTbAA==",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
}
},
"node_modules/@patternfly/react-styles": {
"version": "4.7.24",
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-4.7.24.tgz",
"integrity": "sha512-5jkRks95zcIZnvg3C0xcc3tqQMMfMoh2W5MIQnQyYJAYaHe9XEPfzSVFD+apmFHoQvtK+oTLWHtmleMU6jUC6A=="
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-4.8.2.tgz",
"integrity": "sha512-JLVZTUYa8LIyASLvfiAgByLgNcg+OPkuXSh8Za5KdjqrBaNVQ3Wlul+oWQGwlGjbq7KSiyDg1oWemxOuLJH1VQ=="
},
"node_modules/@patternfly/react-table": {
"version": "4.19.45",
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-4.19.45.tgz",
"integrity": "sha512-HFOefgyZ8SGbLflGlEqefHrdxrV+X+x7+bBRvsB+zFZAYWDVau3Z6Pkv8gY5JselBsMywZYPb5juHBoBkzuezg==",
"version": "4.23.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-4.23.2.tgz",
"integrity": "sha512-QwiHDdyBbSg5Py8EQw7NbGcQh0gdBzNMdwGbmRqHgemlFT3/Ghk4wtrDN5DY6x7dkbGsJVz7FrN5jZalyeSGkA==",
"dependencies": {
"@patternfly/patternfly": "4.70.2",
"@patternfly/react-core": "^4.84.4",
"@patternfly/react-icons": "^4.7.22",
"@patternfly/react-styles": "^4.7.22",
"@patternfly/react-tokens": "^4.9.22",
"@patternfly/patternfly": "4.87.3",
"@patternfly/react-core": "^4.97.2",
"@patternfly/react-icons": "^4.9.2",
"@patternfly/react-styles": "^4.8.2",
"@patternfly/react-tokens": "^4.10.2",
"lodash": "^4.17.19",
"tslib": "1.13.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
}
},
"node_modules/@patternfly/react-tokens": {
"version": "4.9.26",
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-4.9.26.tgz",
"integrity": "sha512-SSbY6BaUb7ycXhvdBNk2yzOlteRUHnchHSYPBFvhUk+SqpsjQ7j13/ZTok6pcHXrcj3FaL9f82/ep4eTXPzmWg=="
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-4.10.2.tgz",
"integrity": "sha512-/G1MENPxVY7X9UUuieO79yfjJ3g6KjBUBsBQVKOQplCxuvcRCF1MpmQKAxfg9Yb804MbPY+IVzVD3c4u9S3Iww=="
},
"node_modules/@redhat/redhat-font": {
"version": "2.2.0",
@ -11378,7 +11354,239 @@
"validate-npm-package-name",
"which",
"worker-farm",
"write-file-atomic"
"write-file-atomic",
"agent-base",
"agentkeepalive",
"ansi-align",
"ansi-regex",
"ansi-styles",
"are-we-there-yet",
"asap",
"asn1",
"assert-plus",
"asynckit",
"aws-sign2",
"aws4",
"balanced-match",
"bcrypt-pbkdf",
"boxen",
"brace-expansion",
"buffer-from",
"builtins",
"byline",
"camelcase",
"capture-stack-trace",
"caseless",
"chalk",
"cidr-regex",
"cli-boxes",
"cliui",
"clone",
"code-point-at",
"color-convert",
"color-name",
"colors",
"combined-stream",
"concat-map",
"concat-stream",
"configstore",
"console-control-strings",
"copy-concurrently",
"core-util-is",
"create-error-class",
"cross-spawn",
"crypto-random-string",
"cyclist",
"dashdash",
"debug",
"decamelize",
"decode-uri-component",
"deep-extend",
"defaults",
"define-properties",
"delayed-stream",
"delegates",
"dot-prop",
"dotenv",
"duplexer3",
"duplexify",
"ecc-jsbn",
"emoji-regex",
"encoding",
"end-of-stream",
"env-paths",
"err-code",
"errno",
"es-abstract",
"es-to-primitive",
"es6-promise",
"es6-promisify",
"escape-string-regexp",
"execa",
"extend",
"extsprintf",
"fast-json-stable-stringify",
"flush-write-stream",
"forever-agent",
"form-data",
"from2",
"fs-minipass",
"fs.realpath",
"function-bind",
"gauge",
"genfun",
"get-caller-file",
"get-stream",
"getpass",
"global-dirs",
"got",
"har-schema",
"har-validator",
"has",
"has-flag",
"has-symbols",
"http-cache-semantics",
"http-proxy-agent",
"http-signature",
"https-proxy-agent",
"humanize-ms",
"iconv-lite",
"ignore-walk",
"import-lazy",
"ip",
"ip-regex",
"is-callable",
"is-ci",
"is-date-object",
"is-fullwidth-code-point",
"is-installed-globally",
"is-npm",
"is-obj",
"is-path-inside",
"is-redirect",
"is-regex",
"is-retry-allowed",
"is-stream",
"is-symbol",
"is-typedarray",
"isarray",
"isexe",
"isstream",
"jsbn",
"json-schema",
"json-stringify-safe",
"jsonparse",
"jsprim",
"latest-version",
"libnpmconfig",
"libnpmpublish",
"lodash._createset",
"lodash._root",
"lowercase-keys",
"make-dir",
"make-fetch-happen",
"mime-db",
"mime-types",
"minimatch",
"minimist",
"minizlib",
"ms",
"mute-stream",
"node-fetch-npm",
"npm-bundled",
"npm-logical-tree",
"npm-normalize-package-bin",
"npm-run-path",
"number-is-nan",
"oauth-sign",
"object-assign",
"object-keys",
"object.getownpropertydescriptors",
"os-homedir",
"os-tmpdir",
"p-finally",
"package-json",
"parallel-transform",
"path-exists",
"path-is-absolute",
"path-key",
"path-parse",
"performance-now",
"pify",
"prepend-http",
"process-nextick-args",
"promise-retry",
"promzard",
"proto-list",
"protoduck",
"prr",
"pseudomap",
"psl",
"pump",
"pumpify",
"punycode",
"qs",
"rc",
"registry-auth-token",
"registry-url",
"require-directory",
"require-main-filename",
"resolve-from",
"run-queue",
"safer-buffer",
"semver-diff",
"set-blocking",
"shebang-command",
"shebang-regex",
"signal-exit",
"smart-buffer",
"socks",
"socks-proxy-agent",
"spdx-correct",
"spdx-exceptions",
"spdx-expression-parse",
"spdx-license-ids",
"split-on-first",
"sshpk",
"stream-each",
"stream-iterate",
"stream-shift",
"strict-uri-encode",
"string_decoder",
"string-width",
"strip-ansi",
"strip-eof",
"strip-json-comments",
"supports-color",
"term-size",
"through",
"through2",
"timed-out",
"tough-cookie",
"tunnel-agent",
"tweetnacl",
"typedarray",
"unique-slug",
"unique-string",
"unzip-response",
"uri-js",
"url-parse-lax",
"util-deprecate",
"util-extend",
"util-promisify",
"verror",
"wcwidth",
"which-module",
"wide-align",
"widest-line",
"wrap-ansi",
"wrappy",
"xdg-basedir",
"xtend",
"y18n",
"yallist",
"yargs",
"yargs-parser"
],
"license": "Artistic-2.0",
"optional": true,
@ -22820,10 +23028,9 @@
}
},
"node_modules/xterm": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-4.9.0.tgz",
"integrity": "sha512-wGfqufmioctKr8VkbRuZbVDfjlXWGZZ1PWHy1yqqpGT3Nm6yaJx8lxDbSEBANtgaiVPTcKSp97sxOy5IlpqYfw==",
"license": "MIT"
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-4.10.0.tgz",
"integrity": "sha512-Wn66I8YpSVkgP3R95GjABC6Eb21pFfnCSnyIqKIIoUI13ohvwd0KGVzUDfyEFfSAzKbPJfrT2+vt7SfUXBZQKQ=="
},
"node_modules/xterm-addon-fit": {
"version": "0.2.1",
@ -24396,55 +24603,34 @@
}
},
"@patternfly/patternfly": {
"version": "4.70.2",
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.70.2.tgz",
"integrity": "sha512-XKCHnOjx1JThY3s98AJhsApSsGHPvEdlY7r+b18OecqUnmThVGw3nslzYYrwfCGlJ/xQtV5so29SduH2/uhHzA=="
"version": "4.87.3",
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.87.3.tgz",
"integrity": "sha512-hDNMPa7B1zKD8LWFZO4SS5hC/N+yvuci2sAn8HJd+EIbAvbMAUkRsyZ0/XO3BG3RVtpSlgq7q8x1pAHC/FTFuA=="
},
"@patternfly/react-console": {
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/@patternfly/react-console/-/react-console-4.2.7.tgz",
"integrity": "sha512-99s4DgFvRx1fozJBCbDxbVt5OelcVm0ujqZqGGFPwMENnGOnwKHyoJDHCaDM0qrDdKmWMcO2KitiurEch15ytQ==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-console/-/react-console-4.3.2.tgz",
"integrity": "sha512-QAvgzSrRQiW+7h1GYEsRe4QTJnooTSTGHWex+a3JDE90MWFgwrCA1+FIjNR0uRFomi13WTaCLRt2K2wROmci0Q==",
"requires": {
"@novnc/novnc": "^1.2.0",
"@patternfly/patternfly": "4.70.2",
"@patternfly/react-core": "^4.88.0",
"@patternfly/patternfly": "4.87.3",
"@patternfly/react-core": "^4.97.2",
"@spice-project/spice-html5": "^0.2.1",
"@types/file-saver": "^2.0.1",
"file-saver": "^1.3.8",
"tslib": "^1.11.1",
"xterm": "^4.8.1",
"xterm-addon-fit": "^0.2.1"
},
"dependencies": {
"@patternfly/react-core": {
"version": "4.90.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.90.2.tgz",
"integrity": "sha512-Ld4HCXYrVZR+ycWKvygmOEDyyMpb/pfZFklJiT/9ktSSSU9SfKwH2XmXotgjwBy1lYUoRYJ58xTpV19duouEoA==",
"requires": {
"@patternfly/react-icons": "^4.8.4",
"@patternfly/react-styles": "^4.7.29",
"@patternfly/react-tokens": "^4.9.26",
"focus-trap": "6.2.2",
"react-dropzone": "9.0.0",
"tippy.js": "5.1.2",
"tslib": "1.13.0"
}
},
"@patternfly/react-styles": {
"version": "4.7.29",
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-4.7.29.tgz",
"integrity": "sha512-eAO9xh2+IQHIBCihmwNuDVCeAWhGXIhbUNJEwZzvevYuH4Pnl0X8YaWoYmM2ZfL8ZdagRTLvjGW+hoZGkUyCBQ=="
}
}
},
"@patternfly/react-core": {
"version": "4.84.4",
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.84.4.tgz",
"integrity": "sha512-GIv6zJl+NGYIrSm2pATQFggRt4ZFYUKVNbLSsna2x8+eYeZscqIUFSPmBM+eNpQkGaoJk254Lu09pgm4hM/b4g==",
"version": "4.97.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.97.2.tgz",
"integrity": "sha512-Xl/l/+OjWVtWnbb9Kw//1bn+6KEM9aOc1nk+Vm6D8wlbuuz+RAFBc0rZjPWuq00YYnVA+sExESe0W2d3wdn/SQ==",
"requires": {
"@patternfly/react-icons": "^4.7.22",
"@patternfly/react-styles": "^4.7.22",
"@patternfly/react-tokens": "^4.9.22",
"@patternfly/react-icons": "^4.9.2",
"@patternfly/react-styles": "^4.8.2",
"@patternfly/react-tokens": "^4.10.2",
"focus-trap": "6.2.2",
"react-dropzone": "9.0.0",
"tippy.js": "5.1.2",
@ -24452,34 +24638,34 @@
}
},
"@patternfly/react-icons": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.8.4.tgz",
"integrity": "sha512-nGrZ6F57drim7t5FlFz7YusHVs8xngiayB20oSsJeewppOZ3vJDVhHaiJjsIRMB9PcVOY99QT2wnyiY1eYPVyA==",
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.9.2.tgz",
"integrity": "sha512-3PY81A9mj9YyUpznSWhcWMKHRyGWNgZ1IDYqbMva7Q8wgd0fjsiTJ+5zAp4YQLo1mA8KwYX9v5s37hK8XiTbAA==",
"requires": {}
},
"@patternfly/react-styles": {
"version": "4.7.24",
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-4.7.24.tgz",
"integrity": "sha512-5jkRks95zcIZnvg3C0xcc3tqQMMfMoh2W5MIQnQyYJAYaHe9XEPfzSVFD+apmFHoQvtK+oTLWHtmleMU6jUC6A=="
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-4.8.2.tgz",
"integrity": "sha512-JLVZTUYa8LIyASLvfiAgByLgNcg+OPkuXSh8Za5KdjqrBaNVQ3Wlul+oWQGwlGjbq7KSiyDg1oWemxOuLJH1VQ=="
},
"@patternfly/react-table": {
"version": "4.19.45",
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-4.19.45.tgz",
"integrity": "sha512-HFOefgyZ8SGbLflGlEqefHrdxrV+X+x7+bBRvsB+zFZAYWDVau3Z6Pkv8gY5JselBsMywZYPb5juHBoBkzuezg==",
"version": "4.23.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-4.23.2.tgz",
"integrity": "sha512-QwiHDdyBbSg5Py8EQw7NbGcQh0gdBzNMdwGbmRqHgemlFT3/Ghk4wtrDN5DY6x7dkbGsJVz7FrN5jZalyeSGkA==",
"requires": {
"@patternfly/patternfly": "4.70.2",
"@patternfly/react-core": "^4.84.4",
"@patternfly/react-icons": "^4.7.22",
"@patternfly/react-styles": "^4.7.22",
"@patternfly/react-tokens": "^4.9.22",
"@patternfly/patternfly": "4.87.3",
"@patternfly/react-core": "^4.97.2",
"@patternfly/react-icons": "^4.9.2",
"@patternfly/react-styles": "^4.8.2",
"@patternfly/react-tokens": "^4.10.2",
"lodash": "^4.17.19",
"tslib": "1.13.0"
}
},
"@patternfly/react-tokens": {
"version": "4.9.26",
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-4.9.26.tgz",
"integrity": "sha512-SSbY6BaUb7ycXhvdBNk2yzOlteRUHnchHSYPBFvhUk+SqpsjQ7j13/ZTok6pcHXrcj3FaL9f82/ep4eTXPzmWg=="
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-4.10.2.tgz",
"integrity": "sha512-/G1MENPxVY7X9UUuieO79yfjJ3g6KjBUBsBQVKOQplCxuvcRCF1MpmQKAxfg9Yb804MbPY+IVzVD3c4u9S3Iww=="
},
"@redhat/redhat-font": {
"version": "git+ssh://git@github.com/RedHatOfficial/RedHatFont.git#8bf337e2ffe366d02dd0b612f4cdc85b4528f9ab",
@ -40278,9 +40464,9 @@
"devOptional": true
},
"xterm": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-4.9.0.tgz",
"integrity": "sha512-wGfqufmioctKr8VkbRuZbVDfjlXWGZZ1PWHy1yqqpGT3Nm6yaJx8lxDbSEBANtgaiVPTcKSp97sxOy5IlpqYfw=="
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-4.10.0.tgz",
"integrity": "sha512-Wn66I8YpSVkgP3R95GjABC6Eb21pFfnCSnyIqKIIoUI13ohvwd0KGVzUDfyEFfSAzKbPJfrT2+vt7SfUXBZQKQ=="
},
"xterm-addon-fit": {
"version": "0.2.1",