Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @tailwindcss/typography from 0.5.13 to 0.5.15.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/typography
  - nuxt from 2.17.3 to 2.18.1.
    See this package in npm: https://www.npmjs.com/package/nuxt
  - three from 0.164.1 to 0.168.0.
    See this package in npm: https://www.npmjs.com/package/three

See this project in Snyk:
https://app.snyk.io/org/mayko780/project/5367eb11-4312-4383-ac86-a129c525df32?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent 263529e commit f3b4fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"dependencies": {
"@nuxt/content": "^1.15.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.13",
"nuxt": "^2.15.6",
"@tailwindcss/typography": "^0.5.15",
"nuxt": "^2.18.1",
"particles.js": "^2.0.0",
"three": "^0.164.1"
"three": "^0.168.0"
},
"devDependencies": {
"@nuxtjs/pwa": "^3.3.5",
Expand Down

0 comments on commit f3b4fc8

Please sign in to comment.