From e3aece36a1611b1a17b30c6e8f4671f3dadef68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:40:32 +0000 Subject: [PATCH] Bump the minor-and-patch-updates group across 1 directory with 2 updates Bumps the minor-and-patch-updates group with 2 updates in the /frontend directory: [vue](https://github.com/vuejs/core) and [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt). Updates `vue` from 3.5.39 to 3.5.40 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.5.39...v3.5.40) Updates `oxfmt` from 0.45.0 to 0.61.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.61.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: vue dependency-version: 3.5.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 7d05f01..fe99f14 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "tailwind-merge": "^3.6.0", "tailwindcss-primeui": "^0.6.1", "unplugin-vue-components": "^32.1.0", - "vue": "3.5.39", + "vue": "3.5.40", "vue-router": "^5.2.0" }, "devDependencies": { @@ -40,7 +40,7 @@ "eslint-plugin-vue": "~10.8.0", "jiti": "^2.7.0", "npm-run-all2": "^8.0.4", - "oxfmt": "^0.45.0", + "oxfmt": "^0.61.0", "oxlint": "~1.60.0", "typescript": "~6.0.3", "vite": "^8.1.5",