diff --git a/package-lock.json b/package-lock.json index 4a68144..c732507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "axios": "^1.6.5", "github-slugger": "^2.0.0", "hastscript": "^9.0.0", - "html-entities": "^2.4.0", + "html-entities": "^2.5.2", "open-graph-scraper": "^6.8.2", "qs": "^6.13.0", "rehype-autolink-headings": "^6.1.1", @@ -5932,9 +5932,9 @@ } }, "node_modules/html-entities": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", - "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", + "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 7f7d893..e979044 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "axios": "^1.6.5", "github-slugger": "^2.0.0", "hastscript": "^9.0.0", - "html-entities": "^2.4.0", + "html-entities": "^2.5.2", "open-graph-scraper": "^6.8.2", "qs": "^6.13.0", "rehype-autolink-headings": "^6.1.1",