Spaces:
Build error
Build error
fix: block firebase runtime intrusion
Browse files- backend/functions/package-lock.json +4 -4
- backend/functions/package.json +1 -1
- thinapps-shared +1 -1
backend/functions/package-lock.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"archiver": "^6.0.1",
|
| 15 |
"axios": "^1.3.3",
|
| 16 |
"bcrypt": "^5.1.0",
|
| 17 |
-
"civkit": "^0.6.5-
|
| 18 |
"cors": "^2.8.5",
|
| 19 |
"dayjs": "^1.11.9",
|
| 20 |
"express": "^4.19.2",
|
|
@@ -3674,9 +3674,9 @@
|
|
| 3674 |
}
|
| 3675 |
},
|
| 3676 |
"node_modules/civkit": {
|
| 3677 |
-
"version": "0.6.5-
|
| 3678 |
-
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.6.5-
|
| 3679 |
-
"integrity": "sha512-
|
| 3680 |
"dependencies": {
|
| 3681 |
"lodash": "^4.17.21",
|
| 3682 |
"tslib": "^2.5.0"
|
|
|
|
| 14 |
"archiver": "^6.0.1",
|
| 15 |
"axios": "^1.3.3",
|
| 16 |
"bcrypt": "^5.1.0",
|
| 17 |
+
"civkit": "^0.6.5-67b9d36",
|
| 18 |
"cors": "^2.8.5",
|
| 19 |
"dayjs": "^1.11.9",
|
| 20 |
"express": "^4.19.2",
|
|
|
|
| 3674 |
}
|
| 3675 |
},
|
| 3676 |
"node_modules/civkit": {
|
| 3677 |
+
"version": "0.6.5-67b9d36",
|
| 3678 |
+
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.6.5-67b9d36.tgz",
|
| 3679 |
+
"integrity": "sha512-4hT7rXiKdbRRGWueG9uzttziyRVrBV+G80agFtvvmCEbWKsgFfWSjDRtxvwIhOGQ/RthoiRh+7Mtq8mOsIyBtg==",
|
| 3680 |
"dependencies": {
|
| 3681 |
"lodash": "^4.17.21",
|
| 3682 |
"tslib": "^2.5.0"
|
backend/functions/package.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"archiver": "^6.0.1",
|
| 35 |
"axios": "^1.3.3",
|
| 36 |
"bcrypt": "^5.1.0",
|
| 37 |
-
"civkit": "^0.6.5-
|
| 38 |
"cors": "^2.8.5",
|
| 39 |
"dayjs": "^1.11.9",
|
| 40 |
"express": "^4.19.2",
|
|
|
|
| 34 |
"archiver": "^6.0.1",
|
| 35 |
"axios": "^1.3.3",
|
| 36 |
"bcrypt": "^5.1.0",
|
| 37 |
+
"civkit": "^0.6.5-67b9d36",
|
| 38 |
"cors": "^2.8.5",
|
| 39 |
"dayjs": "^1.11.9",
|
| 40 |
"express": "^4.19.2",
|
thinapps-shared
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit b165c1cb0e21b7b8762a23b8ce88219aa532c293
|