diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-19 02:14:32 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-01-22 08:45:52 +0100 |
commit | d1a7c55e8597c31d21479646168eb00c36693dd7 (patch) | |
tree | d048eab91da45b4a48977e0423d79399a0993009 /settings/package.json | |
parent | 96567027dadae8e66e022d94c618e16dc3add1df (diff) | |
download | nextcloud-server-d1a7c55e8597c31d21479646168eb00c36693dd7.tar.gz nextcloud-server-d1a7c55e8597c31d21479646168eb00c36693dd7.zip |
Bump dompurify from 1.0.8 to 1.0.9 in /settings
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/1.0.8...1.0.9)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/package.json')
-rw-r--r-- | settings/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/package.json b/settings/package.json index bf7d85eb708..17732acd763 100644 --- a/settings/package.json +++ b/settings/package.json @@ -11,7 +11,7 @@ "build": "webpack --progress --hide-modules --config webpack.prod.js" }, "dependencies": { - "dompurify": "^1.0.8", + "dompurify": "^1.0.9", "lodash": "^4.17.11", "marked": "^0.6.0", "nextcloud-axios": "^0.1.3", |