Skip to content

Commit 051df52

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-8492085
1 parent 79b2e6d commit 051df52

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"isomorphic-dompurify": "^2.16.0",
8585
"lowlight": "^3.1.0",
8686
"lucide-react": "^0.451.0",
87-
"nanoid": "^5.0.7",
87+
"nanoid": "^5.0.9",
8888
"next": "^14.2.10",
8989
"next-auth": "^4.24.9",
9090
"next-safe-action": "^7.9.4",

0 commit comments

Comments
 (0)