From eb888be2917ef0d8748323857b384fa705102db5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 00:16:09 +0000 Subject: [PATCH] Bump @types/lodash to ^4.14.198 --- 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 a48c9aa4441aac..af073c758e03b2 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.14", "@types/prettier": "^2.7.3", diff --git a/packages/typescript-to-proptypes/package.json b/packages/typescript-to-proptypes/package.json index d2c1279ee26f36..8bbe3fcc114081 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.14", "@types/prettier": "^2.7.3", "@types/react": "^18.2.21", diff --git a/yarn.lock b/yarn.lock index 3b0b7403f13e4b..b5d2ffbf2805c5 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"