diff --git a/taker-frontend/package.json b/taker-frontend/package.json index 046285a..e341e67 100644 --- a/taker-frontend/package.json +++ b/taker-frontend/package.json @@ -20,7 +20,7 @@ "@types/node": "^16.11.12", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", - "@vitejs/plugin-react": "^1.1.1", + "@vitejs/plugin-react": "^1.1.3", "framer-motion": "^5", "next": "^12.0.4", "react": "^17.0.2", diff --git a/taker-frontend/yarn.lock b/taker-frontend/yarn.lock index 12f2cb5..2af051a 100644 --- a/taker-frontend/yarn.lock +++ b/taker-frontend/yarn.lock @@ -2986,10 +2986,10 @@ "@rollup/pluginutils" "^4.1.1" react-refresh "^0.10.0" -"@vitejs/plugin-react@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-1.1.1.tgz#5a242c64fa0a588e5b203938e5bd6d05fa25edf2" - integrity sha512-IJSRD4culdwQ6cRK0D1mstV1vdvYSb2HK1JQ1FDo6Hr7j5ppWJEwBC2v/Gy0h/A1lMmi4AnXACY/d10EgbQNEA== +"@vitejs/plugin-react@^1.1.3": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-1.1.3.tgz#0a649db2ea4637fd188adb36502b59da05ff6303" + integrity sha512-xv8QujX/uR4ti8qpt0hMriM2bdpxX4jm4iU6GAZfCwHjh/ewkX/8DJgnmQpE0HSJmgz8dixyUnRJKi2Pf1nNoQ== dependencies: "@babel/core" "^7.16.0" "@babel/plugin-transform-react-jsx" "^7.16.0"