Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: , , , #1025

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - @tailwindcss/aspect-ratio from 0.4.0 to 0.4.2.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/aspect-ratio
  - @tailwindcss/forms from 0.5.2 to 0.5.8.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/forms
  - @tailwindcss/line-clamp from 0.4.0 to 0.4.4.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/line-clamp
  - @tailwindcss/typography from 0.5.4 to 0.5.15.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/typography

See this project in Snyk:
https://app.snyk.io/org/codetheist/project/7857c6d8-f901-42c3-a015-20d179784391?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 21, 2024
commit 8c30af15e34e7ed7a1548fc67b808fdd2352f9ad
84 changes: 42 additions & 42 deletions Template/Web Dev/package-lock.json

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

8 changes: 4 additions & 4 deletions Template/Web Dev/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4"
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15"
}
}