diff --git a/web/ui/mantine-ui/package.json b/web/ui/mantine-ui/package.json index 55cc0f4e8e..ce0263ea4e 100644 --- a/web/ui/mantine-ui/package.json +++ b/web/ui/mantine-ui/package.json @@ -34,7 +34,7 @@ "@tanstack/react-query": "^5.67.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", - "@types/lodash": "^4.17.13", + "@types/lodash": "^4.17.16", "@types/sanitize-html": "^2.13.0", "@uiw/react-codemirror": "^4.23.7", "clsx": "^2.1.1", diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index 3a9f6ea4ec..0b2b0ac2d3 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -48,7 +48,7 @@ "@tanstack/react-query": "^5.67.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", - "@types/lodash": "^4.17.13", + "@types/lodash": "^4.17.16", "@types/sanitize-html": "^2.13.0", "@uiw/react-codemirror": "^4.23.7", "clsx": "^2.1.1", @@ -2974,9 +2974,10 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", - "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==" + "version": "4.17.16", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.16.tgz", + "integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==", + "license": "MIT" }, "node_modules/@types/node": { "version": "22.5.4",