Skip to content

Commit

Permalink
Merge pull request #28 from rustymotors/renovate/npm-vite-vulnerability
Browse files Browse the repository at this point in the history
chore(deps): update dependency vite to v5 [security]
  • Loading branch information
drazisil authored Oct 7, 2024
2 parents 16f7cd0 + 4782964 commit 8efa23a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 46 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "2.0.4",
"vite": "5.3.6",
"vitest": "^2.0.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "2.0.4",
"vite": "5.3.6",
"vitest": "^2.0.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "2.0.4",
"vite": "5.3.6",
"vitest": "^2.0.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0",
"vite": "^2.0.4",
"vite": "^5.0.0",
"vitest": "^2.0.4"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
Expand Down
56 changes: 14 additions & 42 deletions pnpm-lock.yaml

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

0 comments on commit 8efa23a

Please sign in to comment.