diff --git a/package.json b/package.json index 28a40915..1f841662 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@remix-run/dev": "*", "@remix-run/eslint-config": "*", "@testing-library/cypress": "^8.0.3", - "@testing-library/dom": "8.17.1", + "@testing-library/dom": "^8.18.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", @@ -67,13 +67,13 @@ "@types/react": "^18.0.20", "@types/react-dom": "^18.0.6", "@vitejs/plugin-react": "^2.1.0", - "@vitest/coverage-c8": "^0.23.2", + "@vitest/coverage-c8": "^0.23.4", "autoprefixer": "^10.4.11", "c8": "^7.12.0", "cookie": "^0.5.0", "cypress": "^10.8.0", "dotenv": "^16.0.2", - "esbuild": "^0.15.7", + "esbuild": "^0.15.8", "eslint": "^8.23.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-cypress": "^2.12.1", @@ -89,9 +89,9 @@ "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.0", "typescript": "^4.8.3", - "vite": "^3.1.2", + "vite": "^3.1.3", "vite-tsconfig-paths": "^3.5.0", - "vitest": "^0.23.2" + "vitest": "^0.23.4" }, "engines": { "node": ">=14"