Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit 2ffa518

Browse files
authored
Merge pull request #405 from mareklibra/assisted-ui-lib.auto.v1.5.9
Update openshift-assisted-ui-lib to 1.5.9
2 parents f7e5d90 + 6c88282 commit 2ffa518

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lodash": "^4.17.15",
4242
"netmask": "^1.0.6",
4343
"node-sass": "^4.13.1",
44-
"openshift-assisted-ui-lib": "^1.5.8-1",
44+
"openshift-assisted-ui-lib": "^1.5.9",
4545
"prettier": "^2.0.1",
4646
"prism-react-renderer": "^1.1.1",
4747
"react": "^16.13.0",

yarn.lock

+30-4
Original file line numberDiff line numberDiff line change
@@ -3400,6 +3400,13 @@ ci-info@^2.0.0:
34003400
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
34013401
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
34023402

3403+
cidr-regex@^3.1.1:
3404+
version "3.1.1"
3405+
resolved "https://registry.yarnpkg.com/cidr-regex/-/cidr-regex-3.1.1.tgz#ba1972c57c66f61875f18fd7dd487469770b571d"
3406+
integrity sha512-RBqYd32aDwbCMFJRL6wHOlDNYJsPNTt8vC82ErHF5vKt8QQzxm1FrkW8s/R5pVrXMf17sba09Uoy91PKiddAsw==
3407+
dependencies:
3408+
ip-regex "^4.1.0"
3409+
34033410
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
34043411
version "1.0.4"
34053412
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -5358,6 +5365,11 @@ file-uri-to-path@1.0.0:
53585365
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
53595366
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
53605367

5368+
filesize.js@^2.0.0:
5369+
version "2.0.0"
5370+
resolved "https://registry.yarnpkg.com/filesize.js/-/filesize.js-2.0.0.tgz#b212f8dfe35de64bca9b7141ca3ddb2e7413f139"
5371+
integrity sha512-dOngzfsRfjwTQkG3UPY3GI+OqbBj4mO1UW1FoDYN2SF/p7hACKXHKGjgA62ug4KtORXcXdlEKOXrgfzt+qB2Nw==
5372+
53615373
filesize@6.0.1:
53625374
version "6.0.1"
53635375
resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.0.1.tgz#f850b509909c7c86f7e450ea19006c31c2ed3d2f"
@@ -6452,6 +6464,11 @@ ip-regex@^2.1.0:
64526464
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
64536465
integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
64546466

6467+
ip-regex@^4.1.0:
6468+
version "4.3.0"
6469+
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5"
6470+
integrity sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==
6471+
64556472
ip@^1.1.0, ip@^1.1.5:
64566473
version "1.1.5"
64576474
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
@@ -6532,6 +6549,13 @@ is-ci@^2.0.0:
65326549
dependencies:
65336550
ci-info "^2.0.0"
65346551

6552+
is-cidr@^4.0.2:
6553+
version "4.0.2"
6554+
resolved "https://registry.yarnpkg.com/is-cidr/-/is-cidr-4.0.2.tgz#94c7585e4c6c77ceabf920f8cde51b8c0fda8814"
6555+
integrity sha512-z4a1ENUajDbEl/Q6/pVBpTR1nBjjEE1X7qb7bmWYanNnPoKAvUCPFKeXV6Fe4mgTkWKBqiHIcwsI3SndiO5FeA==
6556+
dependencies:
6557+
cidr-regex "^3.1.1"
6558+
65356559
is-color-stop@^1.0.0:
65366560
version "1.1.0"
65376561
resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
@@ -8695,13 +8719,15 @@ open@^7.0.2:
86958719
is-docker "^2.0.0"
86968720
is-wsl "^2.1.1"
86978721

8698-
openshift-assisted-ui-lib@^1.5.8-1:
8699-
version "1.5.8-1"
8700-
resolved "https://registry.yarnpkg.com/openshift-assisted-ui-lib/-/openshift-assisted-ui-lib-1.5.8-1.tgz#f8ba0c3db03597f06363fb1743ecc1864feb8e5e"
8701-
integrity sha512-Kn2kDqUPjeLV2HtWFrilYyK+NhhIHtmSn/dDaOFJOqAJ0zYbWf4rWnIZarggWBm29jfSiweZ1TBYDdYCF52AjQ==
8722+
openshift-assisted-ui-lib@^1.5.9:
8723+
version "1.5.9"
8724+
resolved "https://registry.yarnpkg.com/openshift-assisted-ui-lib/-/openshift-assisted-ui-lib-1.5.9.tgz#f22e5e46cc87ed8f84792e5386cdb801f6f1c7bc"
8725+
integrity sha512-l/8wkNt8o5iNlHOmXIc1glrEkWX3DKsfKOFwqmao4heLh5x++nwuRr+QPWc40BM6qMASLwoHaWZ1wxs7VhWAhA==
87028726
dependencies:
87038727
axios-case-converter "^0.6.0"
8728+
filesize.js "^2.0.0"
87048729
ip-address "^7.1.0"
8730+
is-cidr "^4.0.2"
87058731
is-in-subnet "^3.1.0"
87068732
unique-names-generator "^4.2.0"
87078733

0 commit comments

Comments
 (0)