From 6f33dbd606712ed850c7ec985848d2dfc1e3545c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 06:51:30 +0000 Subject: [PATCH] chore(deps): update dependency @vitejs/plugin-vue to ^4.3.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f02b0c5d..61289595 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", - "@vitejs/plugin-vue": "^4.2.3", + "@vitejs/plugin-vue": "^4.3.3", "@vitest/ui": "^0.34.1", "@vue/eslint-config-prettier": "^8.0.0", "axios": "^1.4.0", @@ -817,9 +817,9 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz", - "integrity": "sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.3.3.tgz", + "integrity": "sha512-ssxyhIAZqB0TrpUg6R0cBpCuMk9jTIlO1GNSKKQD6S8VjnXi6JXKfUXjSsxey9IwQiaRGsO1WnW9Rkl1L6AJVw==", "dev": true, "engines": { "node": "^14.18.0 || >=16.0.0" diff --git a/frontend/package.json b/frontend/package.json index 75d295d7..81e03675 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", - "@vitejs/plugin-vue": "^4.2.3", + "@vitejs/plugin-vue": "^4.3.3", "@vitest/ui": "^0.34.1", "@vue/eslint-config-prettier": "^8.0.0", "axios": "^1.4.0",