diff --git a/package-lock.json b/package-lock.json index a8c2e9e..c9e922f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "hasInstallScript": true, "dependencies": { - "@churchapps/apphelper": "0.3.07", + "@churchapps/apphelper": "0.3.09", "@mui/icons-material": "^5.14.7", "@mui/material": "^5.14.7", "@types/react-cropper": "^1.3.2", @@ -1950,11 +1950,11 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "node_modules/@churchapps/apphelper": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@churchapps/apphelper/-/apphelper-0.3.7.tgz", - "integrity": "sha512-gH65q8LtkeYZORttAV/MuXZNcghROIAoK7R8nOhaUxLXZc50Kzdk8rbt2siwjaAVZrCSaPil8Cts2qNLbF06Eg==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@churchapps/apphelper/-/apphelper-0.3.9.tgz", + "integrity": "sha512-dgO8fj1rvau4LhspRIkFpxYc4vAg/IboEnn6FccVi5hHkWixOIt5MQ/Rfr+TLI9625bgttCkWQK2UBouyizVDA==", "dependencies": { - "@churchapps/helpers": "^1.0.31", + "@churchapps/helpers": "^1.0.32", "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", @@ -2020,9 +2020,9 @@ } }, "node_modules/@churchapps/helpers": { - "version": "1.0.31", - "resolved": "https://registry.npmjs.org/@churchapps/helpers/-/helpers-1.0.31.tgz", - "integrity": "sha512-w1CcD4d1H8zvZru8ZePtI0mvBjmvh/lPBaCRzxn4T6Uw7ziIDAJFtBXos3NWkIzn5XVezAxfi6qIIRZShFu50A==", + "version": "1.0.32", + "resolved": "https://registry.npmjs.org/@churchapps/helpers/-/helpers-1.0.32.tgz", + "integrity": "sha512-UIP4wrs7sEAwLOnuBtWULPNOTORrn4u99VjERaU5RbVqAxP8hYfAlJ5YnbvVx+22/VmAINKannli5NOd0pKl4A==", "dependencies": { "axios": "^1.5.0", "date-fns": "^2.30.0", diff --git a/package.json b/package.json index 2641a14..54a349f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@churchapps/apphelper": "0.3.07", + "@churchapps/apphelper": "0.3.09", "@mui/icons-material": "^5.14.7", "@mui/material": "^5.14.7", "@types/react-cropper": "^1.3.2",