Skip to content

Commit

Permalink
chore(astro): Fix vulnerability caused by dset package (#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Oct 4, 2024
1 parent 00a9ddb commit 7c50da4
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 36 deletions.
2 changes: 2 additions & 0 deletions .changeset/stupid-cherries-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
8 changes: 4 additions & 4 deletions integration/templates/astro-hybrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.0",
"@astrojs/node": "^8.3.2",
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/node": "^8.3.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.11.5",
"astro": "^4.15.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.2"
Expand Down
10 changes: 5 additions & 5 deletions integration/templates/astro-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/node": "^8.3.2",
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/node": "^8.3.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.11.5",
"astro": "^4.15.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.4",
Expand Down
Loading

0 comments on commit 7c50da4

Please sign in to comment.