diff --git a/apps/account-ui/package.json b/apps/account-ui/package.json index bf2614f7a6..e6e5dc2f39 100644 --- a/apps/account-ui/package.json +++ b/apps/account-ui/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@types/react": "^17.0.45", "@types/react-dom": "^17.0.16", - "@vitejs/plugin-react": "^2.1.0", + "@vitejs/plugin-react": "^2.2.0", "vite": "^3.1.8", "vite-plugin-checker": "^0.5.1" } diff --git a/apps/admin-ui/package.json b/apps/admin-ui/package.json index 8e13e307e5..05fb972d1f 100644 --- a/apps/admin-ui/package.json +++ b/apps/admin-ui/package.json @@ -92,7 +92,7 @@ "@types/react-dom": "^17.0.16", "@types/react-router-dom": "^5.3.3", "@types/tar-fs": "^2.0.1", - "@vitejs/plugin-react": "^2.1.0", + "@vitejs/plugin-react": "^2.2.0", "babel-loader": "^9.0.0", "cypress": "^10.11.0", "decompress": "^4.2.1", diff --git a/package-lock.json b/package-lock.json index dac309d8fc..70bee241b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "devDependencies": { "@types/react": "^17.0.45", "@types/react-dom": "^17.0.16", - "@vitejs/plugin-react": "^2.1.0", + "@vitejs/plugin-react": "^2.2.0", "vite": "^3.1.8", "vite-plugin-checker": "^0.5.1" } @@ -170,7 +170,7 @@ "@types/react-dom": "^17.0.16", "@types/react-router-dom": "^5.3.3", "@types/tar-fs": "^2.0.1", - "@vitejs/plugin-react": "^2.1.0", + "@vitejs/plugin-react": "^2.2.0", "babel-loader": "^9.0.0", "cypress": "^10.11.0", "decompress": "^4.2.1", @@ -1790,11 +1790,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.18.6", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.19.6.tgz", + "integrity": "sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.19.0" }, "engines": { "node": ">=6.9.0" @@ -4405,16 +4406,17 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "2.1.0", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.2.0.tgz", + "integrity": "sha512-FFpefhvExd1toVRlokZgxgy2JtnBOdp4ZDsq7ldCWaqGSGn9UhWMAVm/1lxPL14JfNS5yGz+s9yFrQY6shoStA==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/core": "^7.18.13", - "@babel/plugin-transform-react-jsx": "^7.18.10", + "@babel/core": "^7.19.6", + "@babel/plugin-transform-react-jsx": "^7.19.0", "@babel/plugin-transform-react-jsx-development": "^7.18.6", "@babel/plugin-transform-react-jsx-self": "^7.18.6", - "@babel/plugin-transform-react-jsx-source": "^7.18.6", - "magic-string": "^0.26.2", + "@babel/plugin-transform-react-jsx-source": "^7.19.6", + "magic-string": "^0.26.7", "react-refresh": "^0.14.0" }, "engines": { @@ -16214,10 +16216,12 @@ } }, "@babel/plugin-transform-react-jsx-source": { - "version": "7.18.6", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.19.6.tgz", + "integrity": "sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.19.0" } }, "@babel/plugin-transform-react-pure-annotations": { @@ -18049,15 +18053,17 @@ } }, "@vitejs/plugin-react": { - "version": "2.1.0", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.2.0.tgz", + "integrity": "sha512-FFpefhvExd1toVRlokZgxgy2JtnBOdp4ZDsq7ldCWaqGSGn9UhWMAVm/1lxPL14JfNS5yGz+s9yFrQY6shoStA==", "dev": true, "requires": { - "@babel/core": "^7.18.13", - "@babel/plugin-transform-react-jsx": "^7.18.10", + "@babel/core": "^7.19.6", + "@babel/plugin-transform-react-jsx": "^7.19.0", "@babel/plugin-transform-react-jsx-development": "^7.18.6", "@babel/plugin-transform-react-jsx-self": "^7.18.6", - "@babel/plugin-transform-react-jsx-source": "^7.18.6", - "magic-string": "^0.26.2", + "@babel/plugin-transform-react-jsx-source": "^7.19.6", + "magic-string": "^0.26.7", "react-refresh": "^0.14.0" } }, @@ -18301,7 +18307,7 @@ "@patternfly/react-icons": "^4.92.6", "@types/react": "^17.0.45", "@types/react-dom": "^17.0.16", - "@vitejs/plugin-react": "^2.1.0", + "@vitejs/plugin-react": "^2.2.0", "i18next": "^22.0.2", "i18next-http-backend": "^2.0.0", "react": "^17.0.2", @@ -18405,7 +18411,7 @@ "@types/react-dom": "^17.0.16", "@types/react-router-dom": "^5.3.3", "@types/tar-fs": "^2.0.1", - "@vitejs/plugin-react": "^2.1.0", + "@vitejs/plugin-react": "^2.2.0", "babel-loader": "^9.0.0", "cypress": "^10.11.0", "dagre": "^0.8.5",