Skip to content

Commit

Permalink
chore(deps): update dependency vite to v4.5.3 [security] (#3473)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency vite to v4.5.3 [security]

* chore: add changeset

* refactor: use vite range version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Carlos Cortizas <carlos.martines@commercetools.com>
  • Loading branch information
renovate[bot] and CarlosCortizasCT committed Apr 4, 2024
1 parent 5fa5dd6 commit 4708993
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 19 deletions.
8 changes: 8 additions & 0 deletions .changeset/chilly-dolphins-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@commercetools-frontend/application-shell': patch
'@commercetools-frontend/mc-scripts': patch
---

Update vite dependency.

Fixes [this vulnerability](https://github.com/vitejs/vite/security/advisories/GHSA-8jhw-289h-jh2g).
2 changes: 1 addition & 1 deletion packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"terser-webpack-plugin": "5.3.10",
"thread-loader": "3.0.4",
"url": "^0.11.0",
"vite": "4.5.2",
"vite": "~4.5.3",
"webpack": "5.91.0",
"webpack-bundle-analyzer": "4.10.1",
"webpack-dev-server": "4.15.2",
Expand Down
33 changes: 17 additions & 16 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"uuid": "9.0.1",
"vite": "4.5.2"
"vite": "~4.5.3"
}
}
2 changes: 1 addition & 1 deletion website-components-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@types/react-dom": "^17.0.19",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "4.2.1",
"vite": "4.5.2"
"vite": "~4.5.3"
}
}

0 comments on commit 4708993

Please sign in to comment.