From f7cc11fdb9bee288d380ef0e1fa7dad4576bb8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 02:36:09 +0000 Subject: [PATCH] Build(deps): Bump sanitize-html from 2.13.1 to 2.14.0 Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.13.1 to 2.14.0. - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.13.1...2.14.0) --- updated-dependencies: - dependency-name: sanitize-html dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) 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",