Files
yaak-mountain-loop/plugins/template-function-xml/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

18 lines
403 B
JSON

{
"name": "@yaak/template-function-xml",
"displayName": "XML Template Functions",
"version": "0.1.0",
"private": true,
"description": "Template functions for working with XML data",
"main": "build/index.js",
"types": "src/index.ts",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.9",
"xpath": "^0.0.34"
}
}