Skip to content

Commit

Permalink
Merge pull request #742 from UTDNebula/dependabot/npm_and_yarn/crypto…
Browse files Browse the repository at this point in the history
…-js-4.2.0

build(deps): bump crypto-js from 4.1.1 to 4.2.0
  • Loading branch information
jasonappah authored Feb 13, 2024
2 parents f39733c + ca7e39b commit e8ce016
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
preview_url=$(vercel deploy \
--env DATABASE_URL="${{ steps.create_branch.outputs.db_url_with_pooler}}/neondb?pgbouncer=true&connect_timeout=15&pool_timeout=15" \
--build-env DIRECT_DATABASE_URL="${{ steps.create_branch.outputs.db_url}}/neondb?connect_timeout=10" \
--public --yes --token=${{ secrets.VERCEL_TOKEN }})
--public --yes --token="${{ secrets.VERCEL_TOKEN }}")
echo preview_url=$preview_url >> $GITHUB_OUTPUT
- name: Comment on Pull Request
Expand Down
73 changes: 52 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@mui/material": "^5.4.0",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/bundle-analyzer": "^13.1.6",
"@prisma/client": "^5.0.0",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "2.0.2",
Expand Down Expand Up @@ -81,6 +80,7 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@jest/globals": "^29.6.1",
"@prisma/client": "^5.9.1",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
Expand Down Expand Up @@ -113,7 +113,7 @@
"postcss": "^8.4.31",
"prettier": "^2.3.2",
"prettier-plugin-tailwindcss": "^0.2.2",
"prisma": "^5.0.0",
"prisma": "^5.9.1",
"react-styleguidist": "^13.0.0",
"start-server-and-test": "^2.0.0",
"storybook": "^7.5.2",
Expand Down

0 comments on commit e8ce016

Please sign in to comment.