diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-15 10:22:55 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-09-15 10:25:21 +0000 |
commit | 2b5e9c40d0a3992b352280aace02404f142c1eea (patch) | |
tree | a73c6e9a6e689ad70a3c4b3d603b30e0e1c312a6 /package-lock.json | |
parent | 5083c9c198773a09859db227803983eab2d14cce (diff) | |
download | nextcloud-server-2b5e9c40d0a3992b352280aace02404f142c1eea.tar.gz nextcloud-server-2b5e9c40d0a3992b352280aace02404f142c1eea.zip |
Bump dompurify from 1.0.11 to 2.0.0
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.11 to 2.0.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/1.0.11...2.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 9a9a4164b96..7228b84ec2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2759,9 +2759,9 @@ } }, "dompurify": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-1.0.11.tgz", - "integrity": "sha512-XywCTXZtc/qCX3iprD1pIklRVk/uhl8BKpkTxr+ZyMVUzSUg7wkQXRBp/euJ5J5moa1QvfpvaPQVP71z1O59dQ==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.0.tgz", + "integrity": "sha512-i8LWSIMDpGmv7AbOcQOyy54L4TrRhjs6yrSessoNeYspsAtgaKiiGeBAG5959qLfhGvyndkHeyZWxx0dd4iDxw==" }, "domutils": { "version": "1.5.1", |