Skip to content

Commit

Permalink
Change dependency to avoid vulnrability
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Oct 20, 2023
1 parent e051036 commit 363fcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@babel/traverse": "7.23",
"@babel/traverse": ">=7.23.2",
"@tsndr/cloudflare-worker-jwt": "^2.2.5",
"astro-compress": "^2.0.15",
"semver-sort": "^1.0.0"
Expand Down

1 comment on commit 363fcf9

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://8afeefe9.quiltmc-org.pages.dev

Please sign in to comment.