diff --git a/package-lock.json b/package-lock.json index 71c3a60b..e341aac4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "uuid-random": "^1.3.2", "verify-aws-sns-signature": "^0.1.0", "ws": "^8.9.0", - "xml2js": "^0.5.0" + "xml2js": "^0.6.2" }, "devDependencies": { "clear-module": "^4.1.2", @@ -10445,9 +10445,9 @@ } }, "node_modules/xml2js": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", - "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", + "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" @@ -18637,9 +18637,9 @@ "requires": {} }, "xml2js": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", - "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", + "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", "requires": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" diff --git a/package.json b/package.json index 270345b8..1ecc5b67 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "uuid-random": "^1.3.2", "verify-aws-sns-signature": "^0.1.0", "ws": "^8.9.0", - "xml2js": "^0.5.0" + "xml2js": "^0.6.2" }, "devDependencies": { "clear-module": "^4.1.2",