Bump @xmldom/xmldom from 0.9.8 to 0.9.10 (#444)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-23 06:37:45 -07:00
committed by GitHub
parent 980f26f2f0
commit 7109db911a
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -4630,9 +4630,9 @@
} }
}, },
"node_modules/@xmldom/xmldom": { "node_modules/@xmldom/xmldom": {
"version": "0.9.8", "version": "0.9.10",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
"integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==", "integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=14.6" "node": ">=14.6"
@@ -16709,7 +16709,7 @@
"name": "@yaak/filter-xpath", "name": "@yaak/filter-xpath",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "^0.9.8", "@xmldom/xmldom": "^0.9.10",
"xpath": "^0.0.34" "xpath": "^0.0.34"
} }
}, },
@@ -16848,7 +16848,7 @@
"name": "@yaak/template-function-xml", "name": "@yaak/template-function-xml",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "^0.9.8", "@xmldom/xmldom": "^0.9.10",
"xpath": "^0.0.34" "xpath": "^0.0.34"
} }
}, },
+1 -1
View File
@@ -9,7 +9,7 @@
"dev": "yaakcli dev" "dev": "yaakcli dev"
}, },
"dependencies": { "dependencies": {
"@xmldom/xmldom": "^0.9.8", "@xmldom/xmldom": "^0.9.10",
"xpath": "^0.0.34" "xpath": "^0.0.34"
} }
} }
+1 -1
View File
@@ -11,7 +11,7 @@
"dev": "yaakcli dev" "dev": "yaakcli dev"
}, },
"dependencies": { "dependencies": {
"@xmldom/xmldom": "^0.9.8", "@xmldom/xmldom": "^0.9.10",
"xpath": "^0.0.34" "xpath": "^0.0.34"
} }
} }