From 9051c83d7fabdb5d2570842efa0a4308f6e32c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:28:57 +0000 Subject: [PATCH] chore(all): bump jiti from 2.6.0 to 2.6.1 Bumps [jiti](https://github.com/unjs/jiti) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/unjs/jiti/releases) - [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/jiti/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: jiti dependency-version: 2.6.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- services/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",