diff --git a/frontend/distiller/package-lock.json b/frontend/distiller/package-lock.json index a643e608..8f2997f5 100644 --- a/frontend/distiller/package-lock.json +++ b/frontend/distiller/package-lock.json @@ -18,7 +18,7 @@ "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/humanize-duration": "^3.27.1", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.14.201", "@types/luxon": "^3.3.0", "@types/node": "^20.9.0", "@types/react": "^18.2.14", @@ -1969,9 +1969,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.14.191", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.191.tgz", - "integrity": "sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==" + "version": "4.14.201", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz", + "integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==" }, "node_modules/@types/luxon": { "version": "3.3.0", @@ -5341,9 +5341,9 @@ } }, "@types/lodash": { - "version": "4.14.191", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.191.tgz", - "integrity": "sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==" + "version": "4.14.201", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz", + "integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==" }, "@types/luxon": { "version": "3.3.0", diff --git a/frontend/distiller/package.json b/frontend/distiller/package.json index a5793c14..5cd4e5c7 100644 --- a/frontend/distiller/package.json +++ b/frontend/distiller/package.json @@ -13,7 +13,7 @@ "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/humanize-duration": "^3.27.1", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.14.201", "@types/luxon": "^3.3.0", "@types/node": "^20.9.0", "@types/react": "^18.2.14",