From e52f925fba7e7a581d45988d2590d02ef0e51622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 01:05:14 +0000 Subject: [PATCH] Build(deps): Bump xml-encryption from 5.0.0 to 6.0.0 Bumps [xml-encryption](https://github.com/auth0/node-xml-encryption) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/auth0/node-xml-encryption/releases) - [Changelog](https://github.com/auth0/node-xml-encryption/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-xml-encryption/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: xml-encryption dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/saml-mock/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0e4b73..51fb0c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18713,16 +18713,16 @@ "lodash": "^4.18.1", "moment": "^2.30.1", "xml-crypto": "^6.1.2", - "xml-encryption": "^5.0.0" + "xml-encryption": "^6.0.0" }, "devDependencies": { "@node-saml/passport-saml": "^5.1.0" } }, "packages/saml-mock/node_modules/xml-encryption": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-5.0.0.tgz", - "integrity": "sha512-9XUEdUcXiim15WsQ37P+z0CD3uTytLoWoGL/PhRqA5ZqmDhKMtiyMJcn1pT1+kBBtCTSqBaiPs+ILdiD7nQuQA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-6.0.0.tgz", + "integrity": "sha512-H1g837VnPwvSSXTNAUirXbYQp5jgAuKerKYmrJOycJ8S+3PZdMXc+Ut6odnVcO/yGAvXuEf+H/ntKt4Qi7MmOw==", "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.8.13", diff --git a/packages/saml-mock/package.json b/packages/saml-mock/package.json index 7ee26e1..87a1e99 100644 --- a/packages/saml-mock/package.json +++ b/packages/saml-mock/package.json @@ -27,7 +27,7 @@ "lodash": "^4.18.1", "moment": "^2.30.1", "xml-crypto": "^6.1.2", - "xml-encryption": "^5.0.0" + "xml-encryption": "^6.0.0" }, "devDependencies": { "@node-saml/passport-saml": "^5.1.0"