diff --git a/ingestion/package-lock.json b/ingestion/package-lock.json index c985ff4..379c401 100644 --- a/ingestion/package-lock.json +++ b/ingestion/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@supabase/supabase-js": "^2.110.8", "entities": "^7.0.1", - "sanitize-html": "^2.17.6" + "sanitize-html": "^2.17.7" }, "devDependencies": { "@types/node": "^24.13.2", @@ -2234,9 +2234,9 @@ } }, "node_modules/sanitize-html": { - "version": "2.17.6", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.6.tgz", - "integrity": "sha512-M4bo9tfv1yfhQZZKkc6dL07ALrGJtfvNOuhX3hU9AVPR/uPQ+nKOJBqTYc7LfMQblTW04mtSWDJWEyLvygJsLA==", + "version": "2.17.7", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.7.tgz", + "integrity": "sha512-PGtEkc9cbnedU3s9TmzDbpsZ8w086g/0Q8k8/oIO1NLNU3i5k9yn835CrjJSajp1KMmkisbO1qPXxNKO3welAg==", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/ingestion/package.json b/ingestion/package.json index f30abec..afa0ee9 100644 --- a/ingestion/package.json +++ b/ingestion/package.json @@ -19,7 +19,7 @@ "dependencies": { "@supabase/supabase-js": "^2.110.8", "entities": "^7.0.1", - "sanitize-html": "^2.17.6" + "sanitize-html": "^2.17.7" }, "devDependencies": { "@types/node": "^24.13.2",