Skip to content

Commit

Permalink
Fix security issues from dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
PakmanGames committed Dec 20, 2024
1 parent d2c4c26 commit 786121d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 48 deletions.
106 changes: 59 additions & 47 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@fortawesome/react-fontawesome": "^0.2.2",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.7.1",
"next": "14.2.13",
"next": "^14.2.15",
"react": "^18",
"react-dom": "^18",
"react-simple-typewriter": "^5.0.1"
Expand All @@ -25,5 +25,8 @@
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"overrides": {
"nanoid": "^3.3.8"
}
}

0 comments on commit 786121d

Please sign in to comment.