diff --git a/package-lock.json b/package-lock.json index c664daa17..7f39f7785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,8 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", "@types/dompurify": "^3.0.5", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.9", + "@types/node": "^22.7.2", "@types/qs": "^6.9.15", "@types/react": "^17.0.43", "@types/react-beautiful-dnd": "^13.1.4", @@ -4469,9 +4470,9 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" }, "node_modules/@types/lodash": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", - "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==" + "version": "4.17.9", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz", + "integrity": "sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==" }, "node_modules/@types/lodash.isempty": { "version": "4.4.9", diff --git a/package.json b/package.json index a94fdee4a..77515df32 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", "@types/dompurify": "^3.0.5", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.9", "@types/node": "^22.7.2", "@types/qs": "^6.9.15", "@types/react": "^17.0.43",