diff --git a/client/package.json b/client/package.json index fe3eb5cb..410c471c 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ "js-md5": "0.7.3", "less": "4.1.2", "lodash": "4.17.21", - "moment": "2.29.2", + "moment": "2.29.4", "react": "17.0.2", "react-dom": "17.0.2", "react-router-dom": "6", @@ -22,8 +22,8 @@ "tdesign-react": "0.22.1" }, "devDependencies": { - "@types/lodash": "4.14.181", "@types/js-md5": "0.4.3", + "@types/lodash": "4.14.181", "@types/react": "17.0.44", "@types/react-dom": "17.0.15", "@types/validator": "13.7.2", @@ -31,6 +31,6 @@ "csstype": "3.0.10", "husky": "7.0.4", "typescript": "4.6.3", - "vite": "2.9.1" + "vite": "2.9.15" } }