From c8f639dfc0df90fd18e8aec48b4326a153e5235d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 02:13:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9e783b58..0bb32f5d 100644 --- a/package.json +++ b/package.json @@ -54,10 +54,10 @@ "katex": "^0.16.21", "lodash": "^4.17.21", "lru-cache": "^11.0.2", - "metascraper-description": "^5.46.5", - "metascraper-image": "^5.46.5", - "metascraper-title": "^5.46.5", - "metascraper-url": "^5.46.5", + "metascraper-description": "^5.46.18", + "metascraper-image": "^5.46.18", + "metascraper-title": "^5.46.18", + "metascraper-url": "^5.46.18", "moment": "^2.30.1", "postcss": "^8.5.3", "prismjs": "^1.30.0",