Skip to content

Commit

Permalink
chore(frontend): update remix libraries to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Nov 6, 2024
1 parent 7bce500 commit 29db8c0
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 140 deletions.
12 changes: 6 additions & 6 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
"@headlessui/react": "^1.7.18",
"@ory/client": "^1.9.0",
"@ory/integrations": "^1.1.5",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"graphql": "^16.8.1",
"ilp-packet": "3.1.4-alpha.2",
"isbot": "^5.1.2",
"json-canonicalize": "^1.0.6",
"pino": "^8.19.0",
"qs": "^6.11.2",
"json-canonicalize": "^1.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1",
"yaml": "^2.6.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.6.0",
"@remix-run/eslint-config": "^2.6.0",
"@remix-run/dev": "^2.13.1",
"@remix-run/eslint-config": "^2.13.1",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^20.12.5",
"@types/qs": "^6.9.14",
Expand Down
Loading

0 comments on commit 29db8c0

Please sign in to comment.