Skip to content

Commit

Permalink
Fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
artiphishle committed Feb 22, 2024
1 parent 1faa4ae commit 08cdd15
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 49 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ npm-debug.log*
node_modules/

# Next.js
.*.env
.*.env.local
.env
.env.local
.env.prod
.next/
.swc/
.vercel
Expand All @@ -20,4 +21,4 @@ coverage/
*.pem

# TypeScript
*.tsbuildinfo
*.tsbuildinfo
93 changes: 47 additions & 46 deletions package-lock.json

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

0 comments on commit 08cdd15

Please sign in to comment.