diff --git a/func_calling/chals/web/philanthropy/philanthropy-front/package-lock.json b/func_calling/chals/web/philanthropy/philanthropy-front/package-lock.json index e281307..e6b2dc2 100644 --- a/func_calling/chals/web/philanthropy/philanthropy-front/package-lock.json +++ b/func_calling/chals/web/philanthropy/philanthropy-front/package-lock.json @@ -8,24 +8,24 @@ "name": "material-vite", "version": "5.0.0", "dependencies": { - "@emotion/react": "latest", - "@emotion/styled": "latest", - "@mui/icons-material": "latest", - "@mui/material": "latest", - "@mui/styles": "latest", - "axios": "latest", - "cross-env": "latest", - "jsonwebtoken": "latest", - "react": "latest", - "react-dom": "latest", - "react-router-dom": "latest", - "rimraf": "latest", - "terser": "latest", - "vite-plugin-javascript-obfuscator": "latest" + "@emotion/react": "*", + "@emotion/styled": "*", + "@mui/icons-material": "*", + "@mui/material": "*", + "@mui/styles": "*", + "axios": "*", + "cross-env": "*", + "jsonwebtoken": "*", + "react": "*", + "react-dom": "*", + "react-router-dom": "*", + "rimraf": "*", + "terser": "*", + "vite-plugin-javascript-obfuscator": "*" }, "devDependencies": { - "@vitejs/plugin-react": "latest", - "vite": "latest" + "@vitejs/plugin-react": "*", + "vite": "*" } }, "node_modules/@ampproject/remapping": { @@ -3420,9 +3420,9 @@ } }, "node_modules/rollup": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz", - "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "license": "MIT", "bin": { @@ -4391,7 +4391,8 @@ "@emotion/use-insertion-effect-with-fallbacks": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz", - "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==" + "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==", + "requires": {} }, "@emotion/utils": { "version": "1.2.1", @@ -4748,7 +4749,8 @@ "@mui/types": { "version": "7.2.4", "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.4.tgz", - "integrity": "sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==" + "integrity": "sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==", + "requires": {} }, "@mui/utils": { "version": "5.14.5", @@ -6133,9 +6135,9 @@ } }, "rollup": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz", - "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "requires": { "fsevents": "~2.3.2"