Skip to content

Commit

Permalink
build: patch Vite to fix XSS vulnerability in rollup package
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisalley committed Oct 1, 2024
1 parent 02883f5 commit ffb0b70
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 194 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,22 @@
"@commitlint/types": "^19.5.0",
"@size-limit/preset-small-lib": "^10.0.3",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^15.0.7",
"@types/react": "^18.3.6",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.7",
"babel-preset-airbnb": "^5.0.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.0",
"husky": "^9.1.6",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"prettier": "3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -99,7 +99,7 @@
"size-limit": "^10.0.3",
"typescript": "^5.6.2",
"unified-prettier": "^2.0.1",
"vite": "^5.4.6",
"vite": "^5.4.8",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit ffb0b70

Please sign in to comment.