diff --git a/dashboard/client/package-lock.json b/dashboard/client/package-lock.json index d30ac2c97523e..2cedb9b7aaf1c 100644 --- a/dashboard/client/package-lock.json +++ b/dashboard/client/package-lock.json @@ -16,7 +16,7 @@ "@reduxjs/toolkit": "^1.3.1", "@types/classnames": "^2.2.10", "@types/jest": "^27.5.2", - "@types/lodash": "^4.14.161", + "@types/lodash": "^4.17.5", "@types/lowlight": "^0.0.1", "@types/node": "13.9.5", "@types/numeral": "^0.0.26", @@ -3855,7 +3855,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.14.186", + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", "license": "MIT" }, "node_modules/@types/lowlight": { @@ -19603,7 +19605,9 @@ "version": "0.0.29" }, "@types/lodash": { - "version": "4.14.186" + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==" }, "@types/lowlight": { "version": "0.0.1" diff --git a/dashboard/client/package.json b/dashboard/client/package.json index 88e1a2deebcc9..2d0bf1c9a0015 100644 --- a/dashboard/client/package.json +++ b/dashboard/client/package.json @@ -11,7 +11,7 @@ "@reduxjs/toolkit": "^1.3.1", "@types/classnames": "^2.2.10", "@types/jest": "^27.5.2", - "@types/lodash": "^4.14.161", + "@types/lodash": "^4.17.5", "@types/lowlight": "^0.0.1", "@types/node": "13.9.5", "@types/numeral": "^0.0.26",