From 0bca8bd9f5576070cee46f33405042bfeaf94ddd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:41:33 +0200 Subject: [PATCH] Bump @types/lodash to ^4.14.198 (#38887) --- package.json | 2 +- packages/typescript-to-proptypes/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8e22115b426b11..d875bc652113ea 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@slack/web-api": "^6.9.0", "@types/enzyme": "^3.10.13", "@types/fs-extra": "^11.0.1", - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.198", "@types/mocha": "^10.0.1", "@types/node": "^18.17.15", "@types/prettier": "^2.7.3", diff --git a/packages/typescript-to-proptypes/package.json b/packages/typescript-to-proptypes/package.json index 895e981d4b01cb..7c6c3f78380406 100644 --- a/packages/typescript-to-proptypes/package.json +++ b/packages/typescript-to-proptypes/package.json @@ -37,7 +37,7 @@ "@types/babel__core": "^7.20.1", "@types/chai": "^4.3.5", "@types/doctrine": "^0.0.6", - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.198", "@types/node": "^18.17.15", "@types/prettier": "^2.7.3", "@types/react": "^18.2.21", diff --git a/yarn.lock b/yarn.lock index 9cdeabee2df95e..0b9715b67aa282 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3753,10 +3753,10 @@ dependencies: "@types/lodash" "*" -"@types/lodash@*", "@types/lodash@^4.14.197": - version "4.14.197" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.197.tgz#e95c5ddcc814ec3e84c891910a01e0c8a378c54b" - integrity sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g== +"@types/lodash@*", "@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/markdown-to-jsx@^7.0.1": version "7.0.1"