From 9e3123d65203451719ddfc4eff191a49d99ec977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 23:59:57 +0000 Subject: [PATCH] Bump xmldom and x2js in /dcc-portal-ui Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [x2js](https://github.com/x2js/x2js). These dependencies need to be updated together. Removes `xmldom` Updates `x2js` from 3.2.6 to 3.4.3 - [Release notes](https://github.com/x2js/x2js/releases) - [Changelog](https://github.com/x2js/x2js/blob/development/CHANGELOG.md) - [Commits](https://github.com/x2js/x2js/commits/3.4.3) --- updated-dependencies: - dependency-name: xmldom dependency-type: indirect - dependency-name: x2js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dcc-portal-ui/package-lock.json | 55 ++++++--------------------------- dcc-portal-ui/package.json | 2 +- dcc-portal-ui/yarn.lock | 20 ++++++------ 3 files changed, 20 insertions(+), 57 deletions(-) diff --git a/dcc-portal-ui/package-lock.json b/dcc-portal-ui/package-lock.json index 29e801609..e8e67f0d8 100644 --- a/dcc-portal-ui/package-lock.json +++ b/dcc-portal-ui/package-lock.json @@ -273,6 +273,11 @@ } } }, + "@xmldom/xmldom": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz", + "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==" + }, "Base64": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz", @@ -4921,43 +4926,6 @@ } } }, - "eslint-plugin-react": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz", - "integrity": "sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug==", - "dev": true, - "requires": { - "array-includes": "^3.0.3", - "doctrine": "^2.1.0", - "has": "^1.0.3", - "jsx-ast-utils": "^2.2.1", - "object.entries": "^1.1.0", - "object.fromentries": "^2.0.0", - "object.values": "^1.1.0", - "prop-types": "^15.7.2", - "resolve": "^1.12.0" - }, - "dependencies": { - "doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, - "resolve": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz", - "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==", - "dev": true, - "requires": { - "path-parse": "^1.0.6" - } - } - } - }, "eslint-scope": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", @@ -13727,11 +13695,11 @@ } }, "x2js": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/x2js/-/x2js-3.2.6.tgz", - "integrity": "sha512-AtIflg7LRYhayFwujlyujD0qi9C9XwMkV6fHFOhc6FPqTvuVSDbUeFimbd91zO9QophYJsnaW4mz6p/U/MQ9rA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/x2js/-/x2js-3.4.3.tgz", + "integrity": "sha512-+65+WHCaQ9E0Gb2FDz/tYRSRBGGvFsSMiWDGn8KbgJOLkJhZBMCU1lxuRMLyTcx/54IopT0rDQWCUz2f7FTsyQ==", "requires": { - "xmldom": "0.1.27" + "@xmldom/xmldom": "^0.7.4" } }, "xml-char-classes": { @@ -13740,11 +13708,6 @@ "integrity": "sha1-ZGV4SKIP/F31g6Qq2KJ3tFErvE0=", "dev": true }, - "xmldom": { - "version": "0.1.27", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", - "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" - }, "xmlhttprequest-ssl": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz", diff --git a/dcc-portal-ui/package.json b/dcc-portal-ui/package.json index f10a0dc36..be4f41a31 100644 --- a/dcc-portal-ui/package.json +++ b/dcc-portal-ui/package.json @@ -178,7 +178,7 @@ "restangular": "1.5.2", "singularitygs": "1.7.0", "urijs": "1.16.1", - "x2js": "^3.1.0", + "x2js": "^3.4.3", "zeroclipboard": "2.2.0" } } \ No newline at end of file diff --git a/dcc-portal-ui/yarn.lock b/dcc-portal-ui/yarn.lock index f47ad0635..f39ed0bd3 100644 --- a/dcc-portal-ui/yarn.lock +++ b/dcc-portal-ui/yarn.lock @@ -89,6 +89,11 @@ lodash.uniqby "^4.7.0" lodash.uniqueid "^4.0.1" +"@xmldom/xmldom@^0.7.4": + version "0.7.5" + resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d" + integrity sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A== + Base64@~0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/Base64/-/Base64-0.2.1.tgz#ba3a4230708e186705065e66babdd4c35cf60028" @@ -7823,23 +7828,18 @@ ws@1.0.1: options ">=0.0.5" ultron "1.0.x" -x2js@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/x2js/-/x2js-3.1.1.tgz#f7c4e6077c29470f2b0dd6714805871b25667119" - integrity sha1-98TmB3wpRw8rDdZxSAWHGyVmcRk= +x2js@^3.4.3: + version "3.4.3" + resolved "https://registry.yarnpkg.com/x2js/-/x2js-3.4.3.tgz#3f57537302ff269ad7043078188bb07bc8088af9" + integrity sha512-+65+WHCaQ9E0Gb2FDz/tYRSRBGGvFsSMiWDGn8KbgJOLkJhZBMCU1lxuRMLyTcx/54IopT0rDQWCUz2f7FTsyQ== dependencies: - xmldom "^0.1.19" + "@xmldom/xmldom" "^0.7.4" xml-char-classes@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/xml-char-classes/-/xml-char-classes-1.0.0.tgz#64657848a20ffc5df583a42ad8a277b4512bbc4d" integrity sha1-ZGV4SKIP/F31g6Qq2KJ3tFErvE0= -xmldom@^0.1.19: - version "0.1.27" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9" - integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk= - xmlhttprequest-ssl@1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz#3b7741fea4a86675976e908d296d4445961faa67"