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:
  - @google/generative-ai from 0.2.0 to 0.17.1.
    See this package in npm: https://www.npmjs.com/package/@google/generative-ai
  - @vueuse/core from 10.7.2 to 10.11.1.
    See this package in npm: https://www.npmjs.com/package/@vueuse/core
  - marked from 12.0.0 to 12.0.2.
    See this package in npm: https://www.npmjs.com/package/marked
  - vue-data-ui from 2.0.54 to 2.2.70.
    See this package in npm: https://www.npmjs.com/package/vue-data-ui

See this project in Snyk:
https://app.snyk.io/org/anomaly-1/project/412be8c1-e89b-4334-b8af-ee5d0c470f4b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 16, 2024
1 parent 7ebd7c4 commit db158ab
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 36 deletions.
72 changes: 40 additions & 32 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"vue-router": "^4.2.5"
},
"dependencies": {
"@google/generative-ai": "^0.2.0",
"@vueuse/core": "^10.7.2",
"@google/generative-ai": "^0.17.1",
"@vueuse/core": "^10.11.1",
"animejs": "^3.2.2",
"dotenv": "^16.4.5",
"marked": "^12.0.0",
"marked": "^12.0.2",
"particles.js": "^2.0.0",
"vue-data-ui": "^2.0.54",
"vue-data-ui": "^2.2.70",
"vue-nutrition-label": "^1.6.7"
}
}

0 comments on commit db158ab

Please sign in to comment.