chore(deps): bump bad-words from 3.0.3 to 3.0.4 in /api-server

Bumps [bad-words](https://github.com/web-mech/badwords) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/web-mech/badwords/releases)
- [Changelog](https://github.com/web-mech/badwords/blob/master/CHANGELOG.md)
- [Commits](https://github.com/web-mech/badwords/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-27 05:07:03 +00:00
parent 98fd1008e3
commit 287b1585a3
2 changed files with 4 additions and 4 deletions

View File

@ -5498,9 +5498,9 @@
}
},
"bad-words": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/bad-words/-/bad-words-3.0.3.tgz",
"integrity": "sha512-To+nGz+U8SpEQieZ2kSadY/1hVO88UXAslCJuTgLjDOuGrs/tNW2BYwl0fctxcRLooe0nzYN1pGzgvRIrd0BeA==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/bad-words/-/bad-words-3.0.4.tgz",
"integrity": "sha512-v/Q9uRPH4+yzDVLL4vR1+S9KoFgOEUl5s4axd6NIAq8SV2mradgi4E8lma/Y0cw1ltVdvyegCQQKffCPRCp8fg==",
"requires": {
"badwords-list": "^1.0.0"
}

View File

@ -17,7 +17,7 @@
"@sentry/node": "^5.27.4",
"accepts": "^1.3.7",
"axios": "^0.21.0",
"bad-words": "^3.0.3",
"bad-words": "^3.0.4",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",