From d53544fd3049f2cb9a4182d32f4c9f7e0d9a2293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:16:09 +0000 Subject: [PATCH] chore(deps): bump xml-crypto from 1.4.1 to 2.0.0 Bumps [xml-crypto](https://github.com/yaronn/xml-crypto) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/yaronn/xml-crypto/releases) - [Commits](https://github.com/yaronn/xml-crypto/compare/v1.4.1...v2.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++++--- package.json | 2 +- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f583f81..344076f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6306,6 +6306,22 @@ "strip-bom": "^3.0.0", "uuid": "^3.1.0", "xml-crypto": "^1.4.0" + }, + "dependencies": { + "xml-crypto": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-1.5.3.tgz", + "integrity": "sha512-uHkmpUtX15xExe5iimPmakAZN+6CqIvjmaJTy4FwqGzaTjrKRBNeqMh8zGEzVNgW0dk6beFYpyQSgqV/J6C5xA==", + "requires": { + "xmldom": "0.1.27", + "xpath": "0.0.27" + } + }, + "xmldom": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", + "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" + } } }, "source-map": { @@ -7078,9 +7094,9 @@ "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==" }, "xml-crypto": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-1.4.1.tgz", - "integrity": "sha512-Q1S0v/txfWBtgCilON/ALqvNSJ4MY5qkGQgyqmed39zN+B4hfQDnlM6elm34PvbexDXk8ldXp7AI4jkahy5DVg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-2.0.0.tgz", + "integrity": "sha512-/a04qr7RpONRZHOxROZ6iIHItdsQQjN3sj8lJkYDDss8tAkEaAs0VrFjb3tlhmS5snQru5lTs9/5ISSMdPDHlg==", "requires": { "xmldom": "0.1.27", "xpath": "0.0.27" diff --git a/package.json b/package.json index 9fb339e..ed0d902 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "pem": "^1.14.4", "soap": "^0.31.0", "uuid": "^3.4.0", - "xml-crypto": "^1.4.1", + "xml-crypto": "^2.0.0", "xmldom": "^0.3.0" } }