Skip to content

Commit

Permalink
Fix pre-seed for ovirt-engine-ui-extensions
Browse files Browse the repository at this point in the history
Fix the pre-seed for change:
    - https://gerrit.ovirt.org/115328

Change-Id: If75072520c4f84b67cc911df9e6b0897a7fe39e4
Signed-off-by: Sharon Gratch <[email protected]>
  • Loading branch information
sgratch committed Jun 21, 2021
1 parent 4840d62 commit 5a394a6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
6 changes: 5 additions & 1 deletion ovirt-engine-nodejs-modules.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ovirt-engine-nodejs-modules
Version: 2.0.52
Version: 2.0.53
Release: 1%{?dist}
Summary: Node.js modules required to build oVirt JavaScript applications
Group: Virtualization/Management
Expand Down Expand Up @@ -42,6 +42,10 @@ install -m 755 %{_yarn} %{dest}/bin/yarn
%{_datadir}/%{name}

%changelog
* Mon Jun 21 2021 Sharon Gratch <[email protected]> - 2.0.53-1
Fix the pre-seed for change:
- https://gerrit.ovirt.org/115328

* Mon Jun 21 2021 Sharon Gratch <[email protected]> - 2.0.52-1
Add the pre-seed for change:
- https://gerrit.ovirt.org/115328
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
"webpack-merge": "^4.2.2"
},
"resolutions": {
"glob-parent": "5.1.2",
"path-parse": "1.0.7",
"ua-parser-js": "0.7.22",
"underscore": "1.13.1"
"glob-parent": "^5.1.2",
"path-parse": "^1.0.7",
"ua-parser-js": "^0.7.22",
"underscore": "^1.13.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5852,7 +5852,7 @@ git-log-parser@^1.2.0:
through2 "~2.0.0"
traverse "~0.6.6"

glob-parent@5.1.2, glob-parent@^3.1.0, glob-parent@^5.1.0:
glob-parent@^3.1.0, glob-parent@^5.1.0, glob-parent@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
Expand Down Expand Up @@ -7545,7 +7545,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==

jquery@>=1.7, jquery@>=1.7.0, "jquery@>=1.7.1 <4.0.0", jquery@>=1.8, "jquery@^1.8.3 || ^2.0 || ^3.0", jquery@^3.4.1, jquery@~3.4.1:
jquery@>=1.7, jquery@>=1.7.0, "jquery@>=1.7.1 <4.0.0", "jquery@^1.8.3 || ^2.0 || ^3.0", jquery@^3.4.1, jquery@~3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==
Expand Down Expand Up @@ -9647,7 +9647,7 @@ path-key@^3.0.0, path-key@^3.1.0:
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==

[email protected].7, path-parse@^1.0.6:
path-parse@^1.0.6, path-parse@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
Expand Down Expand Up @@ -9729,7 +9729,7 @@ [email protected], patternfly@^3.59.4:
"@types/c3" "^0.6.0"
bootstrap-datepicker "^1.7.1"
bootstrap-sass "^3.4.0"
bootstrap-select "^1.12.2"
bootstrap-select "1.12.2"
bootstrap-slider "^9.9.0"
bootstrap-switch "3.3.4"
bootstrap-touchspin "~3.1.1"
Expand Down Expand Up @@ -12612,10 +12612,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

[email protected].22, ua-parser-js@^0.7.18:
version "0.7.22"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3"
integrity sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q==
ua-parser-js@^0.7.18, ua-parser-js@^0.7.22:
version "0.7.28"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==

[email protected]:
version "3.4.10"
Expand Down

0 comments on commit 5a394a6

Please sign in to comment.