Commit Graph

13 Commits

Author SHA1 Message Date
dependabot[bot] 1958d42570
chore(deps): bump ejs from 2.7.4 to 3.1.7 in /functions
Bumps [ejs](https://github.com/mde/ejs) from 2.7.4 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v2.7.4...v3.1.7)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 19:46:15 +00:00
Ondrej Synacek a9e1377d3a
Merge pull request #17 from comatory/dependabot/npm_and_yarn/functions/lodash-4.17.21
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /functions
2021-09-22 07:44:01 +02:00
dependabot[bot] aaab943232
chore(deps): bump color-string from 1.5.4 to 1.6.0 in /functions
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.6.0)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 18:13:42 +00:00
dependabot[bot] 80d32dd4dd
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /functions
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 23:17:05 +00:00
dependabot[bot] e0eeeb3169
chore(deps): bump y18n from 4.0.0 to 4.0.1 in /functions
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 08:18:01 +00:00
Ondřej Synáček f74bf05904 fix: thrown error when connecting to Firebase database
Caused by invalid argument passing.
2020-12-26 20:01:39 +01:00
Ondrej Synacek 72bb455f2e
Merge pull request #5 from comatory/dependabot/npm_and_yarn/functions/date-and-time-0.14.2
Bump date-and-time from 0.14.1 to 0.14.2 in /functions
2020-12-25 14:15:20 +01:00
dependabot[bot] 62190ee7f0
Bump date-and-time from 0.14.1 to 0.14.2 in /functions
Bumps [date-and-time](https://github.com/knowledgecode/date-and-time) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/knowledgecode/date-and-time/releases)
- [Commits](https://github.com/knowledgecode/date-and-time/compare/v0.14.1...v0.14.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-24 22:03:37 +00:00
Ondřej Synáček e71f8476bb fix: argument name in functions logger 2020-12-23 22:19:29 +01:00
Ondřej Synáček 737620e2ca feature: add endpoint for logging instrumentation 2020-12-12 13:19:34 +01:00
Ondřej Synáček c55774eb39 feature: add loggers and save logs to DB when using Firebase 2020-11-15 21:33:47 +01:00
Ondřej Synáček a8c5d12a7b fix issues with deployment due to winston logging getting in the way 2020-11-15 15:13:49 +01:00
Ondřej Synáček a44468fd68 enable firebase configuration 2020-11-15 11:41:50 +01:00