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",