From 7d40df64a6628552dfab01b7617c8c536be6919a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:00:13 +0000 Subject: [PATCH] chore: update dependency xmlbuilder to v15 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44f4fd84..9601e8ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "strong-globalize": "^6.0.6", "uuid": "^13.0.0", "xml-crypto": "^3.2.1", - "xmlbuilder": "^10.1.1" + "xmlbuilder": "^15.1.1" }, "devDependencies": { "@babel/cli": "^7.28.6", @@ -4343,6 +4343,7 @@ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -10830,12 +10831,12 @@ } }, "node_modules/xmlbuilder": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-10.1.1.tgz", - "integrity": "sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz", + "integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==", "license": "MIT", "engines": { - "node": ">=4.0" + "node": ">=8.0" } }, "node_modules/xpath": { diff --git a/package.json b/package.json index 6b580929..54d77a70 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "strong-globalize": "^6.0.6", "uuid": "^13.0.0", "xml-crypto": "^3.2.1", - "xmlbuilder": "^10.1.1" + "xmlbuilder": "^15.1.1" }, "repository": { "type": "git",