From 7f4134f24e5c501af6ac2f635081f0bea8269dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:23:40 +0000 Subject: [PATCH] Build(deps): Bump @xmldom/xmldom from 0.9.8 to 0.9.9 Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.8 to 0.9.9. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.9.8...0.9.9) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.9 dependency-type: direct:production ... 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 c8db49e..ed5e075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4987,9 +4987,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.8", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", - "integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==", + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz", + "integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==", "license": "MIT", "engines": { "node": ">=14.6" @@ -18071,7 +18071,7 @@ "version": "0.0.3", "license": "EUPL-1.2", "dependencies": { - "@xmldom/xmldom": "^0.9.8", + "@xmldom/xmldom": "^0.9.9", "express": "^5.1.0", "handlebars": "^4.7.8", "lodash": "^4.17.21", diff --git a/packages/saml-mock/package.json b/packages/saml-mock/package.json index 6eccd1c..eea4464 100644 --- a/packages/saml-mock/package.json +++ b/packages/saml-mock/package.json @@ -21,7 +21,7 @@ "access": "public" }, "dependencies": { - "@xmldom/xmldom": "^0.9.8", + "@xmldom/xmldom": "^0.9.9", "express": "^5.1.0", "handlebars": "^4.7.8", "lodash": "^4.17.21",