diff --git a/client/package.json b/client/package.json index 0bed64415..b99730e78 100644 --- a/client/package.json +++ b/client/package.json @@ -64,7 +64,7 @@ "@testing-library/jest-dom": "^6.1.6", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.10", - "@types/lodash": "^4.14.195", + "@types/lodash": "^4.17.0", "@types/node": "^20.6.2", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.17", diff --git a/client/yarn.lock b/client/yarn.lock index 54f50a603..ad775cb00 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2836,10 +2836,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/lodash@^4.14.195": - version "4.14.195" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.195.tgz#bafc975b252eb6cea78882ce8a7b6bf22a6de632" - integrity sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg== +"@types/lodash@^4.17.0": + version "4.17.0" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3" + integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA== "@types/mime@^1": version "1.3.2"