diff --git a/package.json b/package.json index fd2a37deb34..f136e9f725f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ ], "dependencies": { "@hello-pangea/dnd": "^16.3.0", - "@types/lodash": "^4.14.194", + "@types/lodash": "^4.14.198", "@types/numeral": "^2.0.2", "@types/react-input-autosize": "^2.2.1", "@types/react-window": "^1.8.5", diff --git a/upcoming_changelogs/7126.md b/upcoming_changelogs/7126.md new file mode 100644 index 00000000000..2d978b94fba --- /dev/null +++ b/upcoming_changelogs/7126.md @@ -0,0 +1,3 @@ +**Dependency updates* + +- Updated `@types/lodash` to v4.14.198 diff --git a/yarn.lock b/yarn.lock index 97721144227..61387fcacf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4949,10 +4949,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.167", "@types/lodash@^4.14.194": - 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.14.167", "@types/lodash@^4.14.198": + version "4.14.198" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.198.tgz#4d27465257011aedc741a809f1269941fa2c5d4c" + integrity sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg== "@types/mdast@^3.0.0": version "3.0.3"