diff --git a/package-lock.json b/package-lock.json index cef5eee..e543e7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@nextcloud/stylelint-config": "^3.0.0", "@nextcloud/vite-config": "^1.2.3", "@types/react-dom": "^18.3.0", - "@vitejs/plugin-react": "^4.2.1", + "@vitejs/plugin-react": "^4.3.1", "@vue/tsconfig": "^0.5.1", "prettier": "^3.2.5", "stylelint-config-css-modules": "^4.4.0", @@ -2612,16 +2612,16 @@ "peer": true }, "node_modules/@vitejs/plugin-react": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz", - "integrity": "sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz", + "integrity": "sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==", "dev": true, "dependencies": { - "@babel/core": "^7.23.5", - "@babel/plugin-transform-react-jsx-self": "^7.23.3", - "@babel/plugin-transform-react-jsx-source": "^7.23.3", + "@babel/core": "^7.24.5", + "@babel/plugin-transform-react-jsx-self": "^7.24.5", + "@babel/plugin-transform-react-jsx-source": "^7.24.1", "@types/babel__core": "^7.20.5", - "react-refresh": "^0.14.0" + "react-refresh": "^0.14.2" }, "engines": { "node": "^14.18.0 || >=16.0.0" diff --git a/package.json b/package.json index 3f51058..6b9d57b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/stylelint-config": "^3.0.0", "@nextcloud/vite-config": "^1.2.3", "@types/react-dom": "^18.3.0", - "@vitejs/plugin-react": "^4.2.1", + "@vitejs/plugin-react": "^4.3.1", "@vue/tsconfig": "^0.5.1", "prettier": "^3.2.5", "stylelint-config-css-modules": "^4.4.0",