diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-23 22:59:44 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-23 22:59:44 +0100 |
| commit | ce7e89a5c4d8fb17f55b8825de69308f9aef5fd7 (patch) | |
| tree | 622053ee29908bdb49a5601ec81be4a0b070f1f6 | |
| parent | 41b16ec20744371e8831637ac2ff048a706f2841 (diff) | |
Fix effing dependency issues
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | 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" } } |
