From ecd6983f89759bfea8d545a7c03eb1123fe7c4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:21:47 +0000 Subject: [PATCH] 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 | 14 +++++++------- plugins/filter-xpath/package.json | 2 +- plugins/template-function-xml/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) mode change 100755 => 100644 plugins/template-function-xml/package.json diff --git a/package-lock.json b/package-lock.json index 11978a5e..0afa815a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "nodejs-file-downloader": "^4.13.0", "npm-run-all": "^4.1.5", "typescript": "^5.8.3", - "vite-plus": "latest", + "vite-plus": "*", "vitest": "npm:@voidzero-dev/vite-plus-test@latest" } }, @@ -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.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" @@ -16709,7 +16709,7 @@ "name": "@yaak/filter-xpath", "version": "0.1.0", "dependencies": { - "@xmldom/xmldom": "^0.9.8", + "@xmldom/xmldom": "^0.9.9", "xpath": "^0.0.34" } }, @@ -16846,7 +16846,7 @@ "name": "@yaak/template-function-xml", "version": "0.1.0", "dependencies": { - "@xmldom/xmldom": "^0.9.8", + "@xmldom/xmldom": "^0.9.9", "xpath": "^0.0.34" } }, @@ -16950,7 +16950,7 @@ "vite": "npm:@voidzero-dev/vite-plus-core@latest", "vite-plugin-static-copy": "^3.3.0", "vite-plugin-svgr": "^4.5.0", - "vite-plus": "latest" + "vite-plus": "*" } }, "src-web/node_modules/@rolldown/pluginutils": { diff --git a/plugins/filter-xpath/package.json b/plugins/filter-xpath/package.json index 792bc017..a5169735 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.9", "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..ea811cd0 --- 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.9", "xpath": "^0.0.34" } }