roschaefer
628ec2a188
Follow @mogge 's PR review
2020-03-04 15:17:31 +01:00
Robert Schäfer
0185951834
Merge pull request #3205 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-server-testing-2.11.0
...
build(deps-dev): bump apollo-server-testing from 2.10.1 to 2.11.0 in /backend
2020-03-04 15:04:20 +01:00
roschaefer
7d9cbb3ce9
perf(neo4j): Improve currentUser read performance
2020-03-04 13:32:30 +01:00
dependabot-preview[bot]
44a7282336
build(deps-dev): bump apollo-server-testing in /backend
...
Bumps [apollo-server-testing](https://github.com/apollographql/apollo-server ) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/compare/apollo-server-testing@2.10.1...apollo-server-testing@2.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-04 11:57:08 +00:00
dependabot-preview[bot]
636b3eade8
build(deps): bump apollo-server from 2.10.1 to 2.11.0 in /backend
...
Bumps [apollo-server](https://github.com/apollographql/apollo-server ) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/compare/apollo-server@2.10.1...apollo-server@2.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-04 11:56:58 +00:00
Robert Schäfer
7e701f530a
Merge pull request #3202 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-server-express-2.11.0
...
build(deps): bump apollo-server-express from 2.10.1 to 2.11.0 in /backend
2020-03-04 12:54:55 +01:00
Robert Schäfer
fd32a3afb3
Merge pull request #3203 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-redis-subscriptions-2.2.1
...
build(deps): bump graphql-redis-subscriptions from 2.1.2 to 2.2.1 in /backend
2020-03-04 12:54:30 +01:00
dependabot-preview[bot]
c936386afd
build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend
...
Bumps [cross-env](https://github.com/kentcdodds/cross-env ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/kentcdodds/cross-env/releases )
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.0...v7.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-04 04:19:07 +00:00
dependabot-preview[bot]
8033eedeec
build(deps): bump graphql-redis-subscriptions in /backend
...
Bumps [graphql-redis-subscriptions](https://github.com/davidyaha/graphql-redis-subscriptions ) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/davidyaha/graphql-redis-subscriptions/releases )
- [Commits](https://github.com/davidyaha/graphql-redis-subscriptions/compare/v2.1.2...v2.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-04 04:18:38 +00:00
dependabot-preview[bot]
3b35487f06
build(deps): bump apollo-server-express in /backend
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server ) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/compare/apollo-server-express@2.10.1...apollo-server-express@2.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-04 04:18:20 +00:00
Robert Schäfer
44e3619534
Merge pull request #3172 from Human-Connection/dependabot/npm_and_yarn/backend/babel/core-7.8.6
...
build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend
2020-03-02 17:18:21 +01:00
mattwr18
0cdae364b8
Merge pull request #3197 from Human-Connection/update-user-at-password-reset
...
fix: Update user.updatedAt when password is reset
2020-03-02 16:18:25 +01:00
Robert Schäfer
2c69998321
Merge pull request #3174 from Human-Connection/dependabot/npm_and_yarn/backend/babel/register-7.8.6
...
build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend
2020-03-02 15:38:25 +01:00
dependabot-preview[bot]
1c0a58f5df
build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 in /backend
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.4 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 14:38:17 +00:00
mattwr18
1b7ff116d1
Update user.updatedAt when password is reset
...
- this is updating the user node, so it should update the updatedAt.
we recently ran into an issue where we weren't sure if a user had
successfully changed their password with the passwordReset, and needed
to look into it further to see if the PasswordReset had been used or not
to tell if it was successful.
2020-03-02 15:22:57 +01:00
dependabot-preview[bot]
c698cf8df9
build(deps): bump metascraper-soundcloud in /backend
...
Bumps [metascraper-soundcloud](https://github.com/microlinkhq/metascraper-soundcloud ) from 5.11.4 to 5.11.5.
- [Release notes](https://github.com/microlinkhq/metascraper-soundcloud/releases )
- [Commits](https://github.com/microlinkhq/metascraper-soundcloud/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 10:53:31 +00:00
Robert Schäfer
514dd59775
Merge pull request #3191 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-plugin-jest-23.8.1
...
build(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 in /backend
2020-03-02 11:05:22 +01:00
dependabot-preview[bot]
76591fd049
build(deps-dev): bump @babel/register from 7.8.3 to 7.8.6 in /backend
...
Bumps [@babel/register](https://github.com/babel/babel ) from 7.8.3 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 09:47:28 +00:00
Robert Schäfer
4eee4706b2
Merge pull request #3176 from Human-Connection/dependabot/npm_and_yarn/backend/wait-on-4.0.1
...
build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend
2020-03-02 10:46:04 +01:00
Robert Schäfer
9e09e36421
Merge pull request #3181 from Human-Connection/dependabot/npm_and_yarn/backend/babel/preset-env-7.8.6
...
build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend
2020-03-02 10:45:18 +01:00
Robert Schäfer
1d65ce3b3b
Merge pull request #3192 from Human-Connection/dependabot/npm_and_yarn/backend/sentry/node-5.13.1
...
build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend
2020-03-02 10:24:46 +01:00
dependabot-preview[bot]
0dd4b37222
build(deps-dev): bump eslint-plugin-jest in /backend
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 23.8.0 to 23.8.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.0...v23.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 09:13:11 +00:00
dependabot-preview[bot]
dc53720c24
build(deps): bump nodemailer from 6.4.3 to 6.4.4 in /backend
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 6.4.3 to 6.4.4.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.4.3...v6.4.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 04:19:30 +00:00
dependabot-preview[bot]
9774dc077c
build(deps): bump @sentry/node from 5.12.4 to 5.13.1 in /backend
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 5.12.4 to 5.13.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.12.4...5.13.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 04:18:55 +00:00
dependabot-preview[bot]
a7d89e0bef
build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 in /backend
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.4 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-28 04:19:57 +00:00
dependabot-preview[bot]
836878a6fb
build(deps): bump wait-on from 4.0.0 to 4.0.1 in /backend
...
Bumps [wait-on](https://github.com/jeffbski/wait-on ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/jeffbski/wait-on/releases )
- [Commits](https://github.com/jeffbski/wait-on/compare/v4.0.0...v4.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-28 04:18:50 +00:00
dependabot-preview[bot]
6e6a5c8fdb
build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/date-fns/date-fns/releases )
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md )
- [Commits](https://github.com/date-fns/date-fns/compare/v2.9.0...v2.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-26 10:58:46 +00:00
mattwr18
59eefd971f
Merge pull request #3162 from Human-Connection/dependabot/npm_and_yarn/backend/babel-eslint-10.1.0
...
build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend
2020-02-26 09:33:11 +01:00
dependabot-preview[bot]
868f6d1fe8
build(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0 in /backend
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.3 to 10.1.0.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.3...v10.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-26 04:18:10 +00:00
dependabot-preview[bot]
71777f5933
build(deps): bump uuid from 7.0.0 to 7.0.1 in /backend
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v7.0.0...v7.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-26 04:17:43 +00:00
Robert Schäfer
e3937a00b9
Merge pull request #3044 from Human-Connection/dependabot/npm_and_yarn/backend/xregexp-4.3.0
...
build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend
2020-02-25 16:39:11 +01:00
Robert Schäfer
9161c828d0
Merge pull request #3147 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-url-5.11.1
...
build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend
2020-02-25 16:38:38 +01:00
dependabot-preview[bot]
0410957d7d
build(deps): bump metascraper-url from 5.10.7 to 5.11.1 in /backend
...
Bumps [metascraper-url](https://github.com/microlinkhq/metascraper ) from 5.10.7 to 5.11.1.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.10.7...v5.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25 13:50:49 +00:00
dependabot-preview[bot]
839d31328e
build(deps): bump xregexp from 4.2.4 to 4.3.0 in /backend
...
Bumps [xregexp](https://github.com/slevithan/xregexp ) from 4.2.4 to 4.3.0.
- [Release notes](https://github.com/slevithan/xregexp/releases )
- [Commits](https://github.com/slevithan/xregexp/compare/v4.2.4...v4.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25 13:26:05 +00:00
roschaefer
c9caa5bf4c
Fix uuid deprecations
2020-02-25 13:16:48 +01:00
dependabot-preview[bot]
d581ace74c
build(deps): bump graphql-shield from 7.0.13 to 7.0.14 in /backend
...
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield ) from 7.0.13 to 7.0.14.
- [Release notes](https://github.com/maticzav/graphql-shield/releases )
- [Commits](https://github.com/maticzav/graphql-shield/compare/v7.0.13...v7.0.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25 10:32:18 +00:00
Robert Schäfer
01cdddb97b
Merge pull request #3148 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-title-5.11.1
...
build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend
2020-02-25 11:30:23 +01:00
Robert Schäfer
1e12dbf2ca
Merge pull request #3154 from Human-Connection/dependabot/npm_and_yarn/backend/helmet-3.21.3
...
build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend
2020-02-25 11:30:06 +01:00
dependabot-preview[bot]
89d44b0cc3
build(deps): bump uuid from 3.4.0 to 7.0.0 in /backend
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 3.4.0 to 7.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v7.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25 04:19:08 +00:00
dependabot-preview[bot]
91bf6ceef2
build(deps): bump helmet from 3.21.2 to 3.21.3 in /backend
...
Bumps [helmet](https://github.com/helmetjs/helmet ) from 3.21.2 to 3.21.3.
- [Release notes](https://github.com/helmetjs/helmet/releases )
- [Changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/helmetjs/helmet/compare/v3.21.2...v3.21.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25 04:18:37 +00:00
dependabot-preview[bot]
cd646a9623
build(deps): bump metascraper-title from 5.10.7 to 5.11.1 in /backend
...
Bumps [metascraper-title](https://github.com/microlinkhq/metascraper ) from 5.10.7 to 5.11.1.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.10.7...v5.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 21:33:17 +00:00
mattwr18
decc0dceb4
Merge pull request #3149 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-description-5.11.1
...
build(deps): bump metascraper-description from 5.11.0 to 5.11.1 in /backend
2020-02-24 22:32:19 +01:00
mattwr18
d644f9fc88
Merge pull request #3146 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-plugin-jest-23.8.0
...
build(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 in /backend
2020-02-24 22:31:58 +01:00
mattwr18
93522803bc
Merge pull request #3145 from Human-Connection/dependabot/npm_and_yarn/backend/sanitize-html-1.22.0
...
build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend
2020-02-24 22:31:40 +01:00
mattwr18
3f4c6c8f16
Merge pull request #3144 from Human-Connection/dependabot/npm_and_yarn/backend/nodemailer-6.4.3
...
build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend
2020-02-24 22:31:16 +01:00
dependabot-preview[bot]
d89a082d20
build(deps): bump metascraper-description in /backend
...
Bumps [metascraper-description](https://github.com/microlinkhq/metascraper ) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.11.0...v5.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 04:19:32 +00:00
dependabot-preview[bot]
8ba6df9abd
build(deps-dev): bump eslint-plugin-jest in /backend
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 23.7.0 to 23.8.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.7.0...v23.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 04:17:50 +00:00
dependabot-preview[bot]
03b08680e0
build(deps): bump sanitize-html from 1.21.1 to 1.22.0 in /backend
...
Bumps [sanitize-html](https://github.com/punkave/sanitize-html ) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/punkave/sanitize-html/releases )
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/1.22.0/CHANGELOG.md )
- [Commits](https://github.com/punkave/sanitize-html/compare/1.21.1...1.22.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 04:17:22 +00:00
dependabot-preview[bot]
137049d4c3
build(deps): bump nodemailer from 6.4.2 to 6.4.3 in /backend
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.4.2...v6.4.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 04:16:53 +00:00
dependabot-preview[bot]
61cd799df6
build(deps): bump metascraper-video from 5.10.7 to 5.11.1 in /backend
...
Bumps [metascraper-video](https://github.com/microlinkhq/metascraper ) from 5.10.7 to 5.11.1.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.10.7...v5.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 04:16:26 +00:00