diff --git a/package.json b/package.json index 739ab3dbc4..1a6be81766 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,15 @@ "@types/escape-string-regexp": "~2.0.1", "@types/json2csv": "~5.0.1", "@types/pouchdb-find": "~6.3.4", + "@types/lodash": "4.14.182", "bootstrap": "~5.1.0", "date-fns": "~2.28.0", "escape-string-regexp": "~4.0.0", "i18next": "~21.6.0", "i18next-browser-languagedetector": "~6.1.0", "i18next-xhr-backend": "~3.2.2", + "install": "~0.13.0", "json2csv": "~5.0.1", - "lodash": "^4.17.15", "node-sass": "~7.0.0", "pouchdb": "~7.2.1", "pouchdb-adapter-memory": "~7.2.1", @@ -69,8 +70,8 @@ "@testing-library/react-hooks": "~7.0.0", "@testing-library/user-event": "~12.8.3", "@types/jest": "~27.0.3", - "@types/lodash": "^4.14.150", - "@types/node": "~17.0.0", + "@types/lodash": "4.14.182", + "@types/node": "~15.6.1", "@types/pouchdb": "~6.4.0", "@types/react": "~17.0.0", "@types/react-dom": "~17.0.0", @@ -83,7 +84,7 @@ "@types/validator": "~13.7.0", "@typescript-eslint/eslint-plugin": "~3.10.0", "@typescript-eslint/parser": "~3.10.0", - "chalk": "^5.0.0", + "chalk": "~4.1.2", "commitizen": "~4.2.0", "commitlint-config-cz": "~0.13.0", "cross-env": "~7.0.0",