Skip to content

Commit 29507cd

Browse files
bexsoftBenjamin Perez
andauthored
Updated xml2js library (#2770)
## What does this do? Updated xml2js library for tests in console. Will fix this in minio-js as well in an upcoming PR ## How does it look? <img width="391" alt="Screenshot 2023-04-10 at 21 58 04" src="https://user-images.githubusercontent.com/33497058/231052457-dac4b376-d1b8-4fd2-80e2-10892f8a453d.png"> Signed-off-by: Benjamin Perez <[email protected]> Co-authored-by: Benjamin Perez <[email protected]>
1 parent 81e0c82 commit 29507cd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

portal-ui/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"lodash": "^4.17.21",
2020
"luxon": "^3.3.0",
2121
"mds": "https://github.com/minio/mds.git#v0.3.3",
22-
"minio": "^7.0.32",
2322
"react": "^18.1.0",
2423
"react-component-export-image": "^1.0.6",
2524
"react-copy-to-clipboard": "^5.0.2",
@@ -90,7 +89,8 @@
9089
"react-app-rewired": "^2.2.1",
9190
"react-scripts": "5.0.1",
9291
"testcafe": "^2.3.0",
93-
"typescript": "^4.4.3"
92+
"typescript": "^4.4.3",
93+
"minio": "^7.0.32"
9494
},
9595
"resolutions": {
9696
"nth-check": "^2.0.1",
@@ -105,7 +105,8 @@
105105
"react-scripts/**/json5": "^2.2.2",
106106
"react-scripts/**/debug": "^3.1.0",
107107
"recharts/**/d3-color": "^3.1.0",
108-
"websocket/debug": "^3.1.0"
108+
"websocket/debug": "^3.1.0",
109+
"minio/xml2js": "^0.5.0"
109110
},
110111
"main": "index.js"
111112
}

portal-ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12757,10 +12757,10 @@ xml-name-validator@^3.0.0:
1275712757
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
1275812758
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
1275912759

12760-
xml2js@^0.4.15:
12761-
version "0.4.23"
12762-
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
12763-
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
12760+
xml2js@^0.4.15, xml2js@^0.5.0:
12761+
version "0.5.0"
12762+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
12763+
integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
1276412764
dependencies:
1276512765
sax ">=0.6.0"
1276612766
xmlbuilder "~11.0.0"

0 commit comments

Comments
 (0)