Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @tensorflow/tfjs-converter from 3.12.0 to 4.20.0.
    See this package in npm: https://www.npmjs.com/package/@tensorflow/tfjs-converter
  - @tensorflow/tfjs-core from 3.11.0 to 4.20.0.
    See this package in npm: https://www.npmjs.com/package/@tensorflow/tfjs-core

See this project in Snyk:
https://app.snyk.io/org/aravindvnair99-github-marketplace/project/3e229b24-b2de-4c21-9d58-eebf425f44fc?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 9, 2024
1 parent dbe9a5b commit 4b9279d
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 45 deletions.
137 changes: 94 additions & 43 deletions functions/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 functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"dependencies": {
"@tensorflow/tfjs-automl": "^1.3.0",
"@tensorflow/tfjs-converter": "^3.12.0",
"@tensorflow/tfjs-core": "^3.11.0",
"@tensorflow/tfjs-converter": "^4.20.0",
"@tensorflow/tfjs-core": "^4.20.0",
"@tensorflow/tfjs-node": "^3.14.0",
"axios": "^0.25.0",
"busboy": "^0.3.1",
Expand Down

0 comments on commit 4b9279d

Please sign in to comment.