Upgrade deps

This commit is contained in:
Gregory Schier
2024-09-06 06:39:57 -07:00
parent af9c5c0294
commit 6ce1369a88
19 changed files with 56 additions and 55 deletions

View File

@@ -9,7 +9,7 @@
"version": "0.0.1",
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"@yaakapp/api": "^0.1.13",
"@yaakapp/api": "^0.1.14",
"jsonpath-plus": "^9.0.0",
"xpath": "^0.0.34"
},
@@ -741,9 +741,9 @@
}
},
"node_modules/@yaakapp/api": {
"version": "0.1.13",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.1.13.tgz",
"integrity": "sha512-FSYPHZV0mP967w63VXi9zYP81hPo3vjSW3/UElJLuF/8ig6WmG4p1q2oYos4Ik267Z3qSQAGN5dPMfuk3DAnBA==",
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.1.15.tgz",
"integrity": "sha512-4nrImM9r4Afih0CcG6PWtGA6Luap/Ki5ZVl56WejWA8WPpy8AhEpC0KErpJChNzzqRjgK9ZEWdQNsBHppzAs8A==",
"dependencies": {
"@types/node": "^22.0.0"
}

View File

@@ -3,10 +3,10 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli src/index.ts"
"build": "yaakcli build ./src/index.ts"
},
"dependencies": {
"@yaakapp/api": "^0.1.13",
"@yaakapp/api": "^0.1.14",
"jsonpath-plus": "^9.0.0",
"xpath": "^0.0.34",
"@xmldom/xmldom": "^0.8.10"