diff --git a/package-lock.json b/package-lock.json index f26207866..d65a3b0a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@testing-library/jest-dom": "^6.5.0", "@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.7.2", "@types/qs": "^6.9.16", "@types/react": "^17.0.43", @@ -4738,10 +4738,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 ca494b3ae..b9c7da9b8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@testing-library/jest-dom": "^6.5.0", "@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.7.2", "@types/qs": "^6.9.16", "@types/react": "^17.0.43",