Skip to content

Commit

Permalink
Merge pull request #76 from geniusyield/75-patch-vulns
Browse files Browse the repository at this point in the history
Fix #75: Updating dependencies to patch vulnerabilities
  • Loading branch information
sourabhxyz authored Feb 14, 2024
2 parents bc31698 + e7b5806 commit bb77af3
Show file tree
Hide file tree
Showing 2 changed files with 2,966 additions and 2,025 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"@types/react-helmet": "^6.1.6",
"axios": "^1.6.0",
"bech32": "^2.0.0",
"next": "13.5.1",
"next": "^13.5.1",
"next-themes": "^0.2.1",
"nextra": "^2.2.12",
"nextra-theme-docs": "^2.2.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.7"
},
"devDependencies": {
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.7.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.0",
"typescript": "4.9.5"
"typescript": "^4.9.5"
},
"lint-staged": {
"src/**/*.{ts,json,md}": [
Expand Down
Loading

0 comments on commit bb77af3

Please sign in to comment.