Spaces:
Build error
Build error
deps: ditch firebase logger
Browse files- backend/functions/package-lock.json +104 -3
- backend/functions/package.json +1 -0
- thinapps-shared +1 -1
backend/functions/package-lock.json
CHANGED
|
@@ -62,6 +62,7 @@
|
|
| 62 |
"eslint-config-google": "^0.14.0",
|
| 63 |
"eslint-plugin-import": "^2.25.4",
|
| 64 |
"firebase-functions-test": "^3.0.0",
|
|
|
|
| 65 |
"replicate": "^0.16.1",
|
| 66 |
"typescript": "^5.5.4"
|
| 67 |
},
|
|
@@ -3274,7 +3275,7 @@
|
|
| 3274 |
"version": "1.0.0",
|
| 3275 |
"resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
|
| 3276 |
"integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
|
| 3277 |
-
"
|
| 3278 |
"engines": {
|
| 3279 |
"node": ">=8.0.0"
|
| 3280 |
}
|
|
@@ -4186,6 +4187,13 @@
|
|
| 4186 |
"color-support": "bin.js"
|
| 4187 |
}
|
| 4188 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4189 |
"node_modules/combined-stream": {
|
| 4190 |
"version": "1.0.8",
|
| 4191 |
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
@@ -4492,6 +4500,16 @@
|
|
| 4492 |
"url": "https://github.com/sponsors/ljharb"
|
| 4493 |
}
|
| 4494 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4495 |
"node_modules/dayjs": {
|
| 4496 |
"version": "1.11.10",
|
| 4497 |
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
|
|
@@ -5615,6 +5633,13 @@
|
|
| 5615 |
"node": ">=10"
|
| 5616 |
}
|
| 5617 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5618 |
"node_modules/fast-deep-equal": {
|
| 5619 |
"version": "3.1.3",
|
| 5620 |
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
@@ -5675,6 +5700,13 @@
|
|
| 5675 |
"node": ">=6"
|
| 5676 |
}
|
| 5677 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5678 |
"node_modules/fast-xml-parser": {
|
| 5679 |
"version": "4.5.0",
|
| 5680 |
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
|
|
@@ -6622,6 +6654,13 @@
|
|
| 6622 |
"node": ">= 0.4"
|
| 6623 |
}
|
| 6624 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6625 |
"node_modules/html-escaper": {
|
| 6626 |
"version": "2.0.2",
|
| 6627 |
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
|
@@ -8078,6 +8117,16 @@
|
|
| 8078 |
"url": "https://github.com/sponsors/panva"
|
| 8079 |
}
|
| 8080 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8081 |
"node_modules/js-tokens": {
|
| 8082 |
"version": "4.0.0",
|
| 8083 |
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
@@ -9761,7 +9810,7 @@
|
|
| 9761 |
"version": "2.1.2",
|
| 9762 |
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
| 9763 |
"integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
|
| 9764 |
-
"
|
| 9765 |
"engines": {
|
| 9766 |
"node": ">=14.0.0"
|
| 9767 |
}
|
|
@@ -10243,6 +10292,51 @@
|
|
| 10243 |
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 10244 |
}
|
| 10245 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10246 |
"node_modules/pino-std-serializers": {
|
| 10247 |
"version": "6.2.2",
|
| 10248 |
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",
|
|
@@ -11356,6 +11450,13 @@
|
|
| 11356 |
"resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz",
|
| 11357 |
"integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA=="
|
| 11358 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11359 |
"node_modules/semver": {
|
| 11360 |
"version": "7.6.3",
|
| 11361 |
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
@@ -11759,7 +11860,7 @@
|
|
| 11759 |
"version": "4.2.0",
|
| 11760 |
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
| 11761 |
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
| 11762 |
-
"
|
| 11763 |
"engines": {
|
| 11764 |
"node": ">= 10.x"
|
| 11765 |
}
|
|
|
|
| 62 |
"eslint-config-google": "^0.14.0",
|
| 63 |
"eslint-plugin-import": "^2.25.4",
|
| 64 |
"firebase-functions-test": "^3.0.0",
|
| 65 |
+
"pino-pretty": "^13.0.0",
|
| 66 |
"replicate": "^0.16.1",
|
| 67 |
"typescript": "^5.5.4"
|
| 68 |
},
|
|
|
|
| 3275 |
"version": "1.0.0",
|
| 3276 |
"resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
|
| 3277 |
"integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
|
| 3278 |
+
"devOptional": true,
|
| 3279 |
"engines": {
|
| 3280 |
"node": ">=8.0.0"
|
| 3281 |
}
|
|
|
|
| 4187 |
"color-support": "bin.js"
|
| 4188 |
}
|
| 4189 |
},
|
| 4190 |
+
"node_modules/colorette": {
|
| 4191 |
+
"version": "2.0.20",
|
| 4192 |
+
"resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
|
| 4193 |
+
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
|
| 4194 |
+
"dev": true,
|
| 4195 |
+
"license": "MIT"
|
| 4196 |
+
},
|
| 4197 |
"node_modules/combined-stream": {
|
| 4198 |
"version": "1.0.8",
|
| 4199 |
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
|
|
| 4500 |
"url": "https://github.com/sponsors/ljharb"
|
| 4501 |
}
|
| 4502 |
},
|
| 4503 |
+
"node_modules/dateformat": {
|
| 4504 |
+
"version": "4.6.3",
|
| 4505 |
+
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
|
| 4506 |
+
"integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
|
| 4507 |
+
"dev": true,
|
| 4508 |
+
"license": "MIT",
|
| 4509 |
+
"engines": {
|
| 4510 |
+
"node": "*"
|
| 4511 |
+
}
|
| 4512 |
+
},
|
| 4513 |
"node_modules/dayjs": {
|
| 4514 |
"version": "1.11.10",
|
| 4515 |
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
|
|
|
|
| 5633 |
"node": ">=10"
|
| 5634 |
}
|
| 5635 |
},
|
| 5636 |
+
"node_modules/fast-copy": {
|
| 5637 |
+
"version": "3.0.2",
|
| 5638 |
+
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.2.tgz",
|
| 5639 |
+
"integrity": "sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==",
|
| 5640 |
+
"dev": true,
|
| 5641 |
+
"license": "MIT"
|
| 5642 |
+
},
|
| 5643 |
"node_modules/fast-deep-equal": {
|
| 5644 |
"version": "3.1.3",
|
| 5645 |
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
|
|
| 5700 |
"node": ">=6"
|
| 5701 |
}
|
| 5702 |
},
|
| 5703 |
+
"node_modules/fast-safe-stringify": {
|
| 5704 |
+
"version": "2.1.1",
|
| 5705 |
+
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
|
| 5706 |
+
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
|
| 5707 |
+
"dev": true,
|
| 5708 |
+
"license": "MIT"
|
| 5709 |
+
},
|
| 5710 |
"node_modules/fast-xml-parser": {
|
| 5711 |
"version": "4.5.0",
|
| 5712 |
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
|
|
|
|
| 6654 |
"node": ">= 0.4"
|
| 6655 |
}
|
| 6656 |
},
|
| 6657 |
+
"node_modules/help-me": {
|
| 6658 |
+
"version": "5.0.0",
|
| 6659 |
+
"resolved": "https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz",
|
| 6660 |
+
"integrity": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==",
|
| 6661 |
+
"dev": true,
|
| 6662 |
+
"license": "MIT"
|
| 6663 |
+
},
|
| 6664 |
"node_modules/html-escaper": {
|
| 6665 |
"version": "2.0.2",
|
| 6666 |
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
|
|
|
| 8117 |
"url": "https://github.com/sponsors/panva"
|
| 8118 |
}
|
| 8119 |
},
|
| 8120 |
+
"node_modules/joycon": {
|
| 8121 |
+
"version": "3.1.1",
|
| 8122 |
+
"resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
|
| 8123 |
+
"integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==",
|
| 8124 |
+
"dev": true,
|
| 8125 |
+
"license": "MIT",
|
| 8126 |
+
"engines": {
|
| 8127 |
+
"node": ">=10"
|
| 8128 |
+
}
|
| 8129 |
+
},
|
| 8130 |
"node_modules/js-tokens": {
|
| 8131 |
"version": "4.0.0",
|
| 8132 |
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
|
|
| 9810 |
"version": "2.1.2",
|
| 9811 |
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
| 9812 |
"integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
|
| 9813 |
+
"devOptional": true,
|
| 9814 |
"engines": {
|
| 9815 |
"node": ">=14.0.0"
|
| 9816 |
}
|
|
|
|
| 10292 |
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 10293 |
}
|
| 10294 |
},
|
| 10295 |
+
"node_modules/pino-pretty": {
|
| 10296 |
+
"version": "13.0.0",
|
| 10297 |
+
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.0.0.tgz",
|
| 10298 |
+
"integrity": "sha512-cQBBIVG3YajgoUjo1FdKVRX6t9XPxwB9lcNJVD5GCnNM4Y6T12YYx8c6zEejxQsU0wrg9TwmDulcE9LR7qcJqA==",
|
| 10299 |
+
"dev": true,
|
| 10300 |
+
"license": "MIT",
|
| 10301 |
+
"dependencies": {
|
| 10302 |
+
"colorette": "^2.0.7",
|
| 10303 |
+
"dateformat": "^4.6.3",
|
| 10304 |
+
"fast-copy": "^3.0.2",
|
| 10305 |
+
"fast-safe-stringify": "^2.1.1",
|
| 10306 |
+
"help-me": "^5.0.0",
|
| 10307 |
+
"joycon": "^3.1.1",
|
| 10308 |
+
"minimist": "^1.2.6",
|
| 10309 |
+
"on-exit-leak-free": "^2.1.0",
|
| 10310 |
+
"pino-abstract-transport": "^2.0.0",
|
| 10311 |
+
"pump": "^3.0.0",
|
| 10312 |
+
"secure-json-parse": "^2.4.0",
|
| 10313 |
+
"sonic-boom": "^4.0.1",
|
| 10314 |
+
"strip-json-comments": "^3.1.1"
|
| 10315 |
+
},
|
| 10316 |
+
"bin": {
|
| 10317 |
+
"pino-pretty": "bin.js"
|
| 10318 |
+
}
|
| 10319 |
+
},
|
| 10320 |
+
"node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
| 10321 |
+
"version": "2.0.0",
|
| 10322 |
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
| 10323 |
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
| 10324 |
+
"dev": true,
|
| 10325 |
+
"license": "MIT",
|
| 10326 |
+
"dependencies": {
|
| 10327 |
+
"split2": "^4.0.0"
|
| 10328 |
+
}
|
| 10329 |
+
},
|
| 10330 |
+
"node_modules/pino-pretty/node_modules/sonic-boom": {
|
| 10331 |
+
"version": "4.2.0",
|
| 10332 |
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.0.tgz",
|
| 10333 |
+
"integrity": "sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==",
|
| 10334 |
+
"dev": true,
|
| 10335 |
+
"license": "MIT",
|
| 10336 |
+
"dependencies": {
|
| 10337 |
+
"atomic-sleep": "^1.0.0"
|
| 10338 |
+
}
|
| 10339 |
+
},
|
| 10340 |
"node_modules/pino-std-serializers": {
|
| 10341 |
"version": "6.2.2",
|
| 10342 |
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",
|
|
|
|
| 11450 |
"resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz",
|
| 11451 |
"integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA=="
|
| 11452 |
},
|
| 11453 |
+
"node_modules/secure-json-parse": {
|
| 11454 |
+
"version": "2.7.0",
|
| 11455 |
+
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz",
|
| 11456 |
+
"integrity": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==",
|
| 11457 |
+
"dev": true,
|
| 11458 |
+
"license": "BSD-3-Clause"
|
| 11459 |
+
},
|
| 11460 |
"node_modules/semver": {
|
| 11461 |
"version": "7.6.3",
|
| 11462 |
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
|
|
| 11860 |
"version": "4.2.0",
|
| 11861 |
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
| 11862 |
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
| 11863 |
+
"devOptional": true,
|
| 11864 |
"engines": {
|
| 11865 |
"node": ">= 10.x"
|
| 11866 |
}
|
backend/functions/package.json
CHANGED
|
@@ -82,6 +82,7 @@
|
|
| 82 |
"eslint-config-google": "^0.14.0",
|
| 83 |
"eslint-plugin-import": "^2.25.4",
|
| 84 |
"firebase-functions-test": "^3.0.0",
|
|
|
|
| 85 |
"replicate": "^0.16.1",
|
| 86 |
"typescript": "^5.5.4"
|
| 87 |
},
|
|
|
|
| 82 |
"eslint-config-google": "^0.14.0",
|
| 83 |
"eslint-plugin-import": "^2.25.4",
|
| 84 |
"firebase-functions-test": "^3.0.0",
|
| 85 |
+
"pino-pretty": "^13.0.0",
|
| 86 |
"replicate": "^0.16.1",
|
| 87 |
"typescript": "^5.5.4"
|
| 88 |
},
|
thinapps-shared
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit b80a917835031da9ab7073b6b4005402eece0746
|