diff --git a/package-lock.json b/package-lock.json index c5f3ae651..a22d6eb5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,8 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/user-event": "^14.4.3", "@types/dompurify": "^3.0.5", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.13", + "@types/node": "^22.8.7", "@types/qs": "^6.9.16", "@types/react": "^17.0.43", "@types/react-beautiful-dnd": "^13.1.4", @@ -4609,10 +4610,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", - "license": "MIT" + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==" }, "node_modules/@types/lodash.isempty": { "version": "4.4.9", diff --git a/package.json b/package.json index d1c4d3362..048d1c29e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/user-event": "^14.4.3", "@types/dompurify": "^3.0.5", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.13", "@types/node": "^22.8.7", "@types/qs": "^6.9.16", "@types/react": "^17.0.43",