浏览代码

Bump xml2js and aws-sdk (#7005)

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) and [aws-sdk](https://github.com/aws/aws-sdk-js). These dependencies needed to be updated together.

Updates `xml2js` from 0.4.19 to 0.5.0
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases)
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.19...0.5.0)

Updates `aws-sdk` from 2.1174.0 to 2.1354.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1174.0...v2.1354.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: aws-sdk
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 年之前
父节点
当前提交
a99e97be36
共有 1 个文件被更改,包括 14 次插入8 次删除
  1. 14 8
      package-lock.json

+ 14 - 8
package-lock.json

@@ -5564,9 +5564,10 @@
 			"optional": true
 		},
 		"node_modules/aws-sdk": {
-			"version": "2.1174.0",
+			"version": "2.1354.0",
+			"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1354.0.tgz",
+			"integrity": "sha512-3aDxvyuOqMB9DqJguCq6p8momdsz0JR1axwkWOOCzHA7a35+Bw+WLmqt3pWwRjR1tGIwkkZ2CvGJObYHsOuw3w==",
 			"dev": true,
-			"license": "Apache-2.0",
 			"optional": true,
 			"dependencies": {
 				"buffer": "4.9.2",
@@ -5578,7 +5579,7 @@
 				"url": "0.10.3",
 				"util": "^0.12.4",
 				"uuid": "8.0.0",
-				"xml2js": "0.4.19"
+				"xml2js": "0.5.0"
 			},
 			"engines": {
 				"node": ">= 10.0.0"
@@ -19184,19 +19185,24 @@
 			}
 		},
 		"node_modules/xml2js": {
-			"version": "0.4.19",
+			"version": "0.5.0",
+			"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
+			"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
 			"dev": true,
-			"license": "MIT",
 			"optional": true,
 			"dependencies": {
 				"sax": ">=0.6.0",
-				"xmlbuilder": "~9.0.1"
+				"xmlbuilder": "~11.0.0"
+			},
+			"engines": {
+				"node": ">=4.0.0"
 			}
 		},
 		"node_modules/xmlbuilder": {
-			"version": "9.0.7",
+			"version": "11.0.1",
+			"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
+			"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
 			"dev": true,
-			"license": "MIT",
 			"optional": true,
 			"engines": {
 				"node": ">=4.0"