diff --git a/package-lock.json b/package-lock.json index 5cef29aea..3026f1365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "linkify-it": "^3.0.3", "lodash": "^4.17.21", "nextcloud-vue-collections": "^0.11.0", - "sanitize-html": "^2.13.0", + "sanitize-html": "^2.14.0", "vue": "^2.6.14", "vue-click-outside": "^1.1.0", "vue-material-design-icons": "^5.2.0", @@ -16092,10 +16092,9 @@ "peer": true }, "node_modules/sanitize-html": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.13.1.tgz", - "integrity": "sha512-ZXtKq89oue4RP7abL9wp/9URJcqQNABB5GGJ2acW1sdO8JTVl92f4ygD7Yc9Ze09VAZhnt2zegeU0tbNsdcLYg==", - "license": "MIT", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.14.0.tgz", + "integrity": "sha512-CafX+IUPxZshXqqRaG9ZClSlfPVjSxI0td7n07hk8QO2oO+9JDnlcL8iM8TWeOXOIBFgIOx6zioTzM53AOMn3g==", "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index a2f121cf7..d17442f9e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "linkify-it": "^3.0.3", "lodash": "^4.17.21", "nextcloud-vue-collections": "^0.11.0", - "sanitize-html": "^2.13.0", + "sanitize-html": "^2.14.0", "vue": "^2.6.14", "vue-click-outside": "^1.1.0", "vue-material-design-icons": "^5.2.0",