diff --git a/package-lock.json b/package-lock.json index c141001f..25535e90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "fs-extra": "11.3.2", "inquirer": "8.2.6", "js-yaml": "4.1.1", - "lodash": "4.17.21", + "lodash": "4.18.1", "npm-tool-version-check": "1.2.0", "nunjucks": "3.2.4", "picomatch": "4.0.3", @@ -1636,6 +1636,12 @@ "node": ">=12.0.0" } }, + "node_modules/@stoplight/spectral-core/node_modules/lodash": { + "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/@stoplight/spectral-formats": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.6.0.tgz", @@ -1671,6 +1677,12 @@ "node": ">=12" } }, + "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==", + "license": "MIT" + }, "node_modules/@stoplight/spectral-parsers": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.3.tgz", @@ -3943,7 +3955,6 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -5552,9 +5563,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "license": "MIT" }, "node_modules/lodash.memoize": { "version": "4.1.2", diff --git a/package.json b/package.json index 460ca07c..64969935 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "fs-extra": "11.3.2", "inquirer": "8.2.6", "js-yaml": "4.1.1", - "lodash": "4.17.21", + "lodash": "4.18.1", "npm-tool-version-check": "1.2.0", "nunjucks": "3.2.4", "picomatch": "4.0.3",