Files
yaak-mountain-loop/plugins/filter-xpath/package.json
dependabot[bot] ecd6983f89 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] <support@github.com>
2026-04-01 00:21:47 +00:00

16 lines
333 B
JSON

{
"name": "@yaak/filter-xpath",
"displayName": "XPath Filter",
"version": "0.1.0",
"private": true,
"description": "Filter response XML data using XPath expressions",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.9",
"xpath": "^0.0.34"
}
}