diff --git a/web/package-lock.json b/web/package-lock.json index 1c95f50..dd351d5 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -2279,13 +2279,6 @@ "node": "^16.20 || ^18.18 || >= 20.17" } }, - "node_modules/@stoplight/spectral-functions/node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", - "dev": true, - "license": "MIT" - }, "node_modules/@stoplight/spectral-parsers": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.5.tgz", @@ -2360,13 +2353,6 @@ "node": "^16.20 || ^18.18 || >= 20.17" } }, - "node_modules/@stoplight/spectral-rulesets/node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", - "dev": true, - "license": "MIT" - }, "node_modules/@stoplight/spectral-runtime": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/@stoplight/spectral-runtime/-/spectral-runtime-1.1.5.tgz", diff --git a/web/package.json b/web/package.json index 8c8f727..e00e261 100644 --- a/web/package.json +++ b/web/package.json @@ -37,6 +37,7 @@ "vitest": "^4.1.0" }, "overrides": { - "picomatch": "^4.0.4" + "picomatch": "^4.0.4", + "lodash": ">=4.18.0" } }