Skip to content

Commit

Permalink
chore(deps): update vite to resolve vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 6, 2024
1 parent 691a66e commit 78b32c0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions examples/component-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/component-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^4.1.0",
"cypress": "13.6.1",
"vite": "^4.5.0"
"vite": "4.5.1"
}
}
8 changes: 4 additions & 4 deletions examples/wait-on-vite/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/wait-on-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"private": true,
"devDependencies": {
"cypress": "13.6.1",
"vite": "^4.5.0"
"vite": "4.5.1"
}
}

0 comments on commit 78b32c0

Please sign in to comment.