diff --git a/search-query-enhancer/package.json b/search-query-enhancer/package.json index caf1a5188..4f2ffa8fc 100644 --- a/search-query-enhancer/package.json +++ b/search-query-enhancer/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@types/form-data": "2.2.1", - "@types/lodash": "4.14.179", + "@types/lodash": "4.17.24", "@types/node-fetch": "3.0.2", "@types/sinon": "10.0.11", "@types/sprintf-js": "1.1.2", @@ -35,7 +35,7 @@ "clean-webpack-plugin": "4.0.0", "form-data": "4.0.0", "jest-junit": "13.0.0", - "lodash": "4.17.21", + "lodash": "4.18.1", "node-fetch": "3.2.2", "path": "0.12.7", "sinon": "13.0.1", diff --git a/search-query-enhancer/yarn.lock b/search-query-enhancer/yarn.lock index 7ef7b8fe6..1ef785ddc 100644 --- a/search-query-enhancer/yarn.lock +++ b/search-query-enhancer/yarn.lock @@ -656,10 +656,10 @@ resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== -"@types/lodash@4.14.179": - version "4.14.179" - resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.179.tgz" - integrity sha512-uwc1x90yCKqGcIOAT6DwOSuxnrAbpkdPsUOZtwrXb4D/6wZs+6qG7QnIawDuZWg0sWpxl+ltIKCaLoMlna678w== +"@types/lodash@4.17.24": + version "4.17.24" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.24.tgz#4ae334fc62c0e915ca8ed8e35dcc6d4eeb29215f" + integrity sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ== "@types/minimatch@*": version "3.0.3" @@ -3822,7 +3822,12 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "^3.0.0" -lodash@4.17.21, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.7.0: +lodash@4.18.1: + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" + integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== + +lodash@^4.17.15, lodash@^4.17.5, lodash@^4.7.0: version "4.17.21" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==