From 4e66a73677f6eb799feac38fe9594fae60dd2d9b Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 29 Oct 2025 15:37:46 -0700 Subject: [PATCH] npm i --- package-lock.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1edc593..b4d52f7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,6 +33,7 @@ "plugins/template-function-hash", "plugins/template-function-json", "plugins/template-function-prompt", + "plugins/template-function-random", "plugins/template-function-regex", "plugins/template-function-request", "plugins/template-function-response", @@ -4222,6 +4223,10 @@ "resolved": "plugins/template-function-prompt", "link": true }, + "node_modules/@yaak/template-function-random": { + "resolved": "plugins/template-function-random", + "link": true + }, "node_modules/@yaak/template-function-regex": { "resolved": "plugins/template-function-regex", "link": true @@ -18531,12 +18536,6 @@ } } }, - "node_modules/xml-beautify": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/xml-beautify/-/xml-beautify-1.2.3.tgz", - "integrity": "sha512-VsYpkqoVawIP84pi00XukPsgQHqOhgrpwTHlXqqRMAgYZ1u+Yw3KHIUhO1Igf19d5CQ5h6ExJT1hFCJRLmzADg==", - "license": "MIT" - }, "node_modules/xpath": { "version": "0.0.34", "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz", @@ -18923,6 +18922,10 @@ "name": "@yaak/template-function-prompt", "version": "0.1.0" }, + "plugins/template-function-random": { + "name": "@yaak/template-function-random", + "version": "0.1.0" + }, "plugins/template-function-regex": { "name": "@yaak/template-function-regex", "version": "0.1.0" @@ -19096,7 +19099,6 @@ "uuid": "^11.1.0", "vkbeautify": "^0.99.3", "whatwg-mimetype": "^4.0.0", - "xml-beautify": "^1.2.3", "yaml": "^2.6.1" }, "devDependencies": {