diff --git a/web/package.json b/web/package.json index 9920bd45..4aaee59f 100644 --- a/web/package.json +++ b/web/package.json @@ -54,7 +54,7 @@ "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.10.0", - "@vitejs/plugin-react": "^4.2.1", + "@vitejs/plugin-react": "^4.3.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index bbd2f6b5..bab647cf 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -140,8 +140,8 @@ devDependencies: specifier: ^7.10.0 version: 7.10.0(eslint@8.57.0)(typescript@5.4.5) '@vitejs/plugin-react': - specifier: ^4.2.1 - version: 4.2.1(vite@5.2.11) + specifier: ^4.3.0 + version: 4.3.0(vite@5.2.11) autoprefixer: specifier: ^10.4.19 version: 10.4.19(postcss@8.4.38) @@ -1907,8 +1907,8 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true - /@vitejs/plugin-react@4.2.1(vite@5.2.11): - resolution: {integrity: sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==} + /@vitejs/plugin-react@4.3.0(vite@5.2.11): + resolution: {integrity: sha512-KcEbMsn4Dpk+LIbHMj7gDPRKaTMStxxWRkRmxsg/jVdFdJCZWt1SchZcf0M4t8lIKdwwMsEyzhrcOXRrDPtOBw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.2.0 || ^5.0.0