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