Skip to content

Commit

Permalink
fix: sites/partners/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NANOID-8492085
  • Loading branch information
snyk-bot committed Dec 16, 2024
1 parent ed31fa5 commit 8bb8705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/partners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"dayjs": "^1.10.7",
"dotenv": "^8.2.0",
"markdown-to-jsx": "^6.11.4",
"nanoid": "^3.1.12",
"nanoid": "^3.3.8",
"next": "^13.2.4",
"qs": "^6.10.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^6.15.5",
"swr": "^2.1.2",
"tailwindcss": "2.2.10",
"tailwindcss": "3.0.11",
"tough-cookie": "4.1.3",
"winston": "^3.13.0"
},
Expand Down

0 comments on commit 8bb8705

Please sign in to comment.