From d8658b5c2829ba5c2d5541d6119e5a096d38216b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Mar 2024 15:15:18 +0000 Subject: [PATCH 1/2] fix: upgrade @types/lodash from 4.14.198 to 4.14.202 Snyk has created this PR to upgrade @types/lodash from 4.14.198 to 4.14.202. See this package in npm: See this project in Snyk: https://app.snyk.io/org/eui/project/782ac3a8-8bb4-4658-baa9-190d6cb035f1?utm_source=github-enterprise&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f4b95b6bac..f12c45f8797 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ ], "dependencies": { "@hello-pangea/dnd": "^16.3.0", - "@types/lodash": "^4.14.198", + "@types/lodash": "^4.14.202", "@types/numeral": "^2.0.2", "@types/react-window": "^1.8.5", "@types/refractor": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index c01f629af31..f4851673db5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4884,11 +4884,16 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.167", "@types/lodash@^4.14.198": +"@types/lodash@^4.14.167": 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/lodash@^4.14.202": + version "4.17.0" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3" + integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA== + "@types/mdast@^3.0.0": version "3.0.3" resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.3.tgz#2d7d671b1cd1ea3deb306ea75036c2a0407d2deb" @@ -20268,6 +20273,7 @@ string-template@~0.2.1: integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0= "string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.2.2, string-width@^4.2.3: + name string-width-cjs version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -22594,6 +22600,7 @@ worker-farm@^1.7.0: errno "~0.1.7" "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: + name wrap-ansi-cjs version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== From 978e489ec131e39ec4797b8be4b40fe9b0975e5a Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 18 Mar 2024 11:14:35 -0700 Subject: [PATCH 2/2] changelog --- changelogs/upcoming/7591.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/upcoming/7591.md diff --git a/changelogs/upcoming/7591.md b/changelogs/upcoming/7591.md new file mode 100644 index 00000000000..3fe73595116 --- /dev/null +++ b/changelogs/upcoming/7591.md @@ -0,0 +1,3 @@ +**Dependency updates** + +- Updated `@types/lodash` to v4.14.202