diff --git a/package-lock.json b/package-lock.json index 63fc61cb..43d16bce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19357,9 +19357,9 @@ } }, "node_modules/jiti": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.0.tgz", - "integrity": "sha512-VXe6RjJkBPj0ohtqaO8vSWP3ZhAKo66fKrFNCll4BTcwljPLz03pCbaNKfzGP5MbrCYcbJ7v0nOYYwUzTEIdXQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", "license": "MIT", "bin": { "jiti": "lib/jiti-cli.mjs" @@ -29500,7 +29500,7 @@ "autoprefixer": "^10.4.21", "eslint": "^9.36.0", "eslint-plugin-vue": "~10.5.0", - "jiti": "^2.6.0", + "jiti": "^2.6.1", "npm-run-all2": "^8.0.4", "prettier": "3.6.2", "release-it": "^19.0.5", diff --git a/services/frontend/package.json b/services/frontend/package.json index 3a78d4d6..02b9791d 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -49,7 +49,7 @@ "autoprefixer": "^10.4.21", "eslint": "^9.36.0", "eslint-plugin-vue": "~10.5.0", - "jiti": "^2.6.0", + "jiti": "^2.6.1", "npm-run-all2": "^8.0.4", "prettier": "3.6.2", "release-it": "^19.0.5",