From 7109db911a01ec23e29eda462769166f4a5d7bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:37:45 -0700 Subject: [PATCH] Bump @xmldom/xmldom from 0.9.8 to 0.9.10 (#444) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- plugins/filter-xpath/package.json | 2 +- plugins/template-function-xml/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 plugins/template-function-xml/package.json diff --git a/package-lock.json b/package-lock.json index 2ed37032..28464d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4630,9 +4630,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.10", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz", + "integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==", "license": "MIT", "engines": { "node": ">=14.6" @@ -16709,7 +16709,7 @@ "name": "@yaak/filter-xpath", "version": "0.1.0", "dependencies": { - "@xmldom/xmldom": "^0.9.8", + "@xmldom/xmldom": "^0.9.10", "xpath": "^0.0.34" } }, @@ -16848,7 +16848,7 @@ "name": "@yaak/template-function-xml", "version": "0.1.0", "dependencies": { - "@xmldom/xmldom": "^0.9.8", + "@xmldom/xmldom": "^0.9.10", "xpath": "^0.0.34" } }, diff --git a/plugins/filter-xpath/package.json b/plugins/filter-xpath/package.json index 792bc017..94fa642c 100644 --- a/plugins/filter-xpath/package.json +++ b/plugins/filter-xpath/package.json @@ -9,7 +9,7 @@ "dev": "yaakcli dev" }, "dependencies": { - "@xmldom/xmldom": "^0.9.8", + "@xmldom/xmldom": "^0.9.10", "xpath": "^0.0.34" } } diff --git a/plugins/template-function-xml/package.json b/plugins/template-function-xml/package.json old mode 100755 new mode 100644 index b381b4ab..4d564f56 --- a/plugins/template-function-xml/package.json +++ b/plugins/template-function-xml/package.json @@ -11,7 +11,7 @@ "dev": "yaakcli dev" }, "dependencies": { - "@xmldom/xmldom": "^0.9.8", + "@xmldom/xmldom": "^0.9.10", "xpath": "^0.0.34" } }