From 3d05bb01cd9bad93a9844f040eead3af4d68590a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:37:25 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-vue-jsx in /autobot-frontend Bumps [@vitejs/plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue-jsx) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue-jsx/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.5/packages/plugin-vue-jsx) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue-jsx" dependency-version: 5.1.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- autobot-frontend/package-lock.json | 10 +++++----- autobot-frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autobot-frontend/package-lock.json b/autobot-frontend/package-lock.json index 8e080c1ca..b61cc0636 100644 --- a/autobot-frontend/package-lock.json +++ b/autobot-frontend/package-lock.json @@ -52,7 +52,7 @@ "@types/statuses": "^2.0.6", "@types/tough-cookie": "^4.0.5", "@vitejs/plugin-vue": "^6.0.1", - "@vitejs/plugin-vue-jsx": "^5.0.1", + "@vitejs/plugin-vue-jsx": "^5.1.5", "@vitest/coverage-v8": "^3.2.4", "@vitest/eslint-plugin": "^1.2.7", "@vitest/ui": "^3.2.4", @@ -3216,9 +3216,9 @@ } }, "node_modules/@vitejs/plugin-vue-jsx": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.4.tgz", - "integrity": "sha512-70LmoVk9riR7qc4W2CpjsbNMWTPnuZb9dpFKX1emru0yP57nsc9k8nhLA6U93ngQapv5VDIUq2JatNfLbBIkrA==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.5.tgz", + "integrity": "sha512-jIAsvHOEtWpslLOI2MeElGFxH7M8pM83BU/Tor4RLyiwH0FM4nUW3xdvbw20EeU9wc5IspQwMq225K3CMnJEpA==", "dev": true, "license": "MIT", "dependencies": { @@ -3232,7 +3232,7 @@ "node": "^20.19.0 || >=22.12.0" }, "peerDependencies": { - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "vue": "^3.0.0" } }, diff --git a/autobot-frontend/package.json b/autobot-frontend/package.json index e66b9a667..87b29f968 100644 --- a/autobot-frontend/package.json +++ b/autobot-frontend/package.json @@ -82,7 +82,7 @@ "@types/statuses": "^2.0.6", "@types/tough-cookie": "^4.0.5", "@vitejs/plugin-vue": "^6.0.1", - "@vitejs/plugin-vue-jsx": "^5.0.1", + "@vitejs/plugin-vue-jsx": "^5.1.5", "@vitest/coverage-v8": "^3.2.4", "@vitest/eslint-plugin": "^1.2.7", "@vitest/ui": "^3.2.4",