diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-22 08:58:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 08:58:44 +0100 |
commit | 9fc8e44a542d84408bbae96c347cd0176d8936e7 (patch) | |
tree | 55d4e342d6c05c0f968789a2796c825293476ee9 /settings/package.json | |
parent | af36746d7cbcdb9a5be1c6843bf2bc658678490b (diff) | |
parent | d1a7c55e8597c31d21479646168eb00c36693dd7 (diff) | |
download | nextcloud-server-9fc8e44a542d84408bbae96c347cd0176d8936e7.tar.gz nextcloud-server-9fc8e44a542d84408bbae96c347cd0176d8936e7.zip |
Merge pull request #13679 from nextcloud/dependabot/npm_and_yarn/settings/dompurify-1.0.9
Bump dompurify from 1.0.8 to 1.0.9 in /settings
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 63c2725992f..7322d9333ca 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", |