Skip to content

Commit

Permalink
fix: package vulnerability (#258)
Browse files Browse the repository at this point in the history
Fix package vulnerabilities
  • Loading branch information
andy-t-wang authored Jul 9, 2024
1 parent 4f3139c commit 6448840
Show file tree
Hide file tree
Showing 5 changed files with 5,566 additions and 3,376 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4
with:
version: 8

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4
with:
version: 8

Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
"dependencies": {
"browser-or-node": "3.0.0-pre.0",
"buffer": "^6.0.3",
"viem": "^1.19.11",
"viem": "^2.17.0",
"zustand": "^4.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"prettier": "^2.7.1",
"prettier-plugin-sort-imports-desc": "^1.0.0",
"tsup": "^7.2.0",
"tsup": "^8.1.0",
"typescript": "^5.3.2"
}
}
42 changes: 21 additions & 21 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,40 +60,40 @@
"react-dom": ">18.0.0"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-toast": "^1.1.3",
"@tailwindcss/forms": "^0.5.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@tailwindcss/forms": "^0.5.7",
"@worldcoin/idkit-core": "workspace:*",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^7.6.7",
"qrcode": "^1.5.1",
"framer-motion": "^7.10.3",
"qrcode": "^1.5.3",
"react-shadow": "^19.1.0",
"zustand": "^4.5"
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/qrcode": "^1.5.0",
"@types/qrcode": "^1.5.5",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"eslint": "8.54.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-compat": "^4.1.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.7.1",
"postcss": "^8.4.31",
"prettier": "^2.7.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.39",
"prettier": "^2.8.8",
"prettier-plugin-sort-imports-desc": "^1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.2.4",
"tsup": "^7.2.0",
"typescript": "^5.3.2"
"tailwindcss": "^3.4.4",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"http-server": "^14.1.1",
"prettier": "^2.8.8",
"prettier-plugin-sort-imports-desc": "^1.0.0",
"puppeteer": "^21.6.0",
"puppeteer": "^22.12.1",
"ts-node": "^10.9.2",
"tsup": "^7.2.0",
"tsup": "^8.1.0",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 6448840

Please sign in to comment.