From ce7e89a5c4d8fb17f55b8825de69308f9aef5fd7 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 23 Feb 2026 22:59:44 +0100 Subject: Fix effing dependency issues --- package-lock.json | 6 +++--- package.json | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 844e49a..c162542 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4929,9 +4929,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/longest-streak": { diff --git a/package.json b/package.json index 7e3eb88..3a89cad 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "check": "astro check" }, "dependencies": { - "@astrojs/check": "^0.9.6", + "@astrojs/check": "^0.9.2", "@astrojs/mdx": "^4.3.13", "@astrojs/rss": "4.0.15", "@astrojs/sitemap": "^3.7.0", @@ -30,5 +30,8 @@ }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "*" + }, + "overrides": { + "lodash": "^4.17.21" } } -- cgit v1.3