From 5b69c8fc002a8e3248cca0cfa34040c127842c5e Mon Sep 17 00:00:00 2001 From: Srushti Gangireddy Date: Mon, 26 Aug 2024 09:10:37 -0500 Subject: [PATCH] [risk=low[[no ticket] [Snyk] fix: upgrade @types/lodash from 4.17.6 to 4.17.7 (#8749) Co-authored-by: snyk-bot --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 6a1b83f83f6..44e84c4c699 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,7 +37,7 @@ "@terra-ui-packages/core-utils": "0.3.0", "@types/color": "^3.0.5", "@types/js-cookie": "^2.2.2", - "@types/lodash": "^4.17.6", + "@types/lodash": "^4.17.7", "@types/node": "^10.12.11", "@types/react": "18.2.0", "@types/react-dom": "18.2.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index eb9ba12e6fa..0eab740cd82 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2394,10 +2394,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/lodash@^4.17.6": - version "4.17.6" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.6.tgz#193ced6a40c8006cfc1ca3f4553444fb38f0e543" - integrity sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA== +"@types/lodash@^4.17.7": + version "4.17.7" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.7.tgz#2f776bcb53adc9e13b2c0dfd493dfcbd7de43612" + integrity sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA== "@types/mime@*", "@types/mime@^1": version "1.3.5"