diff --git a/frontend-service/package-lock.json b/frontend-service/package-lock.json index 8fb4e14..95de9ec 100644 --- a/frontend-service/package-lock.json +++ b/frontend-service/package-lock.json @@ -22,7 +22,7 @@ "@sentry/vite-plugin": "=0.3.0", "@tailwindcss/typography": "=0.5.8", "@types/node": "=18.15.11", - "@vitejs/plugin-vue": "=4.0.0", + "@vitejs/plugin-vue": "=4.2.3", "@vitejs/plugin-vue-jsx": "=3.0.0", "@vue/eslint-config-prettier": "=7.0.0", "@vue/eslint-config-typescript": "=11.0.2", @@ -1565,9 +1565,9 @@ "license": "MIT" }, "node_modules/@vitejs/plugin-vue": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.0.0.tgz", - "integrity": "sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz", + "integrity": "sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==", "dev": true, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -6223,9 +6223,9 @@ "version": "0.12.0" }, "@vitejs/plugin-vue": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.0.0.tgz", - "integrity": "sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz", + "integrity": "sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==", "dev": true, "requires": {} }, diff --git a/frontend-service/package.json b/frontend-service/package.json index 59eb557..bab0700 100644 --- a/frontend-service/package.json +++ b/frontend-service/package.json @@ -24,7 +24,7 @@ "@sentry/vite-plugin": "=0.3.0", "@tailwindcss/typography": "=0.5.8", "@types/node": "=18.15.11", - "@vitejs/plugin-vue": "=4.0.0", + "@vitejs/plugin-vue": "=4.2.3", "@vitejs/plugin-vue-jsx": "=3.0.0", "@vue/eslint-config-prettier": "=7.0.0", "@vue/eslint-config-typescript": "=11.0.2",