Skip to content

[Snyk] Upgrade: , , , #1010

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

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 19, 2024
commit 8d1ac321d7b7467055446035099903f57974ef25
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"
}
}