diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 88baa6010..a7ac86c3b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,10 +27,10 @@ "@fortawesome/react-fontawesome": "^0.1", "@mantine/modals": "^4", "@mantine/notifications": "^4", - "@testing-library/jest-dom": "*", + "@testing-library/jest-dom": "latest", "@testing-library/react": "12", - "@testing-library/react-hooks": "*", - "@testing-library/user-event": "*", + "@testing-library/react-hooks": "latest", + "@testing-library/user-event": "latest", "@types/lodash": "^4", "@types/node": "^17", "@types/react": "^17", @@ -42,7 +42,7 @@ "eslint-config-react-app": "^7", "eslint-plugin-react-hooks": "^4", "husky": "^8", - "jsdom": "*", + "jsdom": "latest", "lodash": "^4", "moment": "^2.29", "prettier": "^2", @@ -53,9 +53,9 @@ "recharts": "^2", "sass": "^1", "typescript": "^4", - "vite": "*", - "vite-plugin-checker": "*", - "vitest": "*" + "vite": "latest", + "vite-plugin-checker": "latest", + "vitest": "latest" } }, "node_modules/@ampproject/remapping": {