diff --git a/package-lock.json b/package-lock.json index 3c5cac3d..74aa60d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4968,6 +4968,18 @@ "@sinonjs/commons": "^3.0.1" } }, + "node_modules/@standard-schema/spec": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", + "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", + "license": "MIT" + }, + "node_modules/@standard-schema/utils": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz", + "integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==", + "license": "MIT" + }, "node_modules/@swc/helpers": { "version": "0.5.18", "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.18.tgz", @@ -9172,7 +9184,6 @@ "version": "17.3.1", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz", "integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==", - "dev": true, "license": "BSD-2-Clause", "engines": { "node": ">=12" @@ -18239,6 +18250,33 @@ "node": ">= 0.8" } }, + "node_modules/vee-validate": { + "version": "5.0.0-beta.1", + "resolved": "https://registry.npmjs.org/vee-validate/-/vee-validate-5.0.0-beta.1.tgz", + "integrity": "sha512-Z9cyGtupC5L+9zBzrcw59OFAnHeWJUL/On2fbLSioRo1Evc717xbnx4oPYbH59VvUegYQ1hJZPregAAcH45KOA==", + "license": "MIT", + "dependencies": { + "@standard-schema/spec": "^1.0.0", + "@standard-schema/utils": "^0.3.0", + "@vue/devtools-api": "^7.5.2", + "type-fest": "^4.8.3" + }, + "peerDependencies": { + "vue": "^3.4.26" + } + }, + "node_modules/vee-validate/node_modules/type-fest": { + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/vite": { "version": "7.3.1", "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", @@ -20158,7 +20196,7 @@ }, "services/backend": { "name": "@deploystack/backend", - "version": "0.61.0", + "version": "0.61.2", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.2.0", @@ -20263,7 +20301,7 @@ }, "services/frontend": { "name": "@deploystack/frontend", - "version": "0.57.0", + "version": "0.57.1", "dependencies": { "@tailwindcss/vite": "^4.2.1", "@tanstack/vue-table": "^8.21.3", @@ -20279,7 +20317,7 @@ "reka-ui": "^2.8.0", "tailwind-merge": "^3.4.1", "tailwindcss-animate": "^1.0.7", - "vee-validate": "5.0.0-beta.0", + "vee-validate": "5.0.0-beta.1", "vue": "^3.5.28", "vue-echarts": "^8.0.1", "vue-router": "^5.0.2", @@ -20313,38 +20351,16 @@ "vue-tsc": "^3.2.4" } }, - "services/frontend/node_modules/type-fest": { - "version": "4.41.0", - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "services/frontend/node_modules/vee-validate": { - "version": "5.0.0-beta.0", - "license": "MIT", - "dependencies": { - "@standard-schema/spec": "^1.0.0", - "@standard-schema/utils": "^0.3.0", - "@vue/devtools-api": "^7.5.2", - "type-fest": "^4.8.3" - }, - "peerDependencies": { - "vue": "^3.4.26" - } - }, "services/satellite": { "name": "@deploystack/satellite", - "version": "0.22.0", + "version": "0.22.3", "dependencies": { "@fastify/http-proxy": "^11.4.1", "@fastify/swagger": "^9.7.0", "@fastify/swagger-ui": "^5.2.5", "@modelcontextprotocol/sdk": "^1.26.0", "@octokit/rest": "^22.0.1", + "dotenv": "^17.3.1", "fastify": "^5.7.4", "fuse.js": "^7.1.0", "gpt-tokenizer": "^3.4.0", @@ -20360,7 +20376,6 @@ "@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/parser": "^8.56.1", "copy-webpack-plugin": "^13.0.1", - "dotenv": "^17.3.1", "eslint": "^10.0.0", "node-loader": "^2.1.0", "nodemon": "^3.1.11", diff --git a/services/frontend/package.json b/services/frontend/package.json index e36482cf..0918165f 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -28,7 +28,7 @@ "reka-ui": "^2.8.0", "tailwind-merge": "^3.4.1", "tailwindcss-animate": "^1.0.7", - "vee-validate": "5.0.0-beta.0", + "vee-validate": "5.0.0-beta.1", "vue": "^3.5.28", "vue-echarts": "^8.0.1", "vue-router": "^5.0.2",