From cde0ecbb807511da0cf18abdbc63116f28ecb963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:45:25 +0000 Subject: [PATCH] Bump xml-encryption from 3.0.2 to 3.1.0 (#772) Bumps [xml-encryption](https://github.com/auth0/node-xml-encryption) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/auth0/node-xml-encryption/releases) - [Commits](https://github.com/auth0/node-xml-encryption/commits/v3.1.0) --- updated-dependencies: - dependency-name: xml-encryption dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6c0510..b2124c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@xmldom/xmldom": "0.9.7", "xml-crypto": "6.0.0", - "xml-encryption": "3.0.2", + "xml-encryption": "3.1.0", "xml2js": "0.6.2", "xmlbuilder": "15.1.1" }, @@ -7321,17 +7321,14 @@ } }, "node_modules/xml-encryption": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.2.tgz", - "integrity": "sha512-VxYXPvsWB01/aqVLd6ZMPWZ+qaj0aIdF+cStrVJMcFj3iymwZeI0ABzB3VqMYv48DkSpRhnrXqTUkR34j+UDyg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.1.0.tgz", + "integrity": "sha512-PV7qnYpoAMXbf1kvQkqMScLeQpjCMixddAKq9PtqVrho8HnYbBOWNfG0kA4R7zxQDo7w9kiYAyzS/ullAyO55Q==", "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.8.5", "escape-html": "^1.0.3", "xpath": "0.0.32" - }, - "engines": { - "node": ">=12" } }, "node_modules/xml-encryption/node_modules/@xmldom/xmldom": { diff --git a/package.json b/package.json index 8f525d1..8b4d853 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@xmldom/xmldom": "0.9.7", "xml-crypto": "6.0.0", - "xml-encryption": "3.0.2", + "xml-encryption": "3.1.0", "xml2js": "0.6.2", "xmlbuilder": "15.1.1" },