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

chore(deps): bump @tensorflow/tfjs-node from 3.14.0 to 4.19.0 in /functions #528

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps @tensorflow/tfjs-node from 3.14.0 to 4.19.0.

Release notes

Sourced from @​tensorflow/tfjs-node's releases.

tfjs-v4.19.0

Core (4.18.0 ==> 4.19.0)

Misc

Data (4.18.0 ==> 4.19.0)

Misc

Layers (4.18.0 ==> 4.19.0)

Features

Bug fixes

Misc

Converter (4.18.0 ==> 4.19.0)

Misc

  • Update lockfiles branch tfjs_4.19.0_lockfiles lock files. (#8264). Thanks, @​dbcp1.
  • Update monorepo to 4.19.0. (#8263). Thanks, @​dbcp1.

Node (4.18.0 ==> 4.19.0)

Misc

  • Update lockfiles branch tfjs_4.19.0_lockfiles lock files. (#8264). Thanks, @​dbcp1.
  • Update monorepo to 4.19.0. (#8263). Thanks, @​dbcp1.
  • Update installation steps for Windows / Mac OS X for tfjs-node in README.md (#8101). Thanks, @​gaikwadrahul8.

Wasm (4.18.0 ==> 4.19.0)

Misc

Cpu (4.18.0 ==> 4.19.0)

Misc

Webgl (4.18.0 ==> 4.19.0)

Misc

  • Update lockfiles branch tfjs_4.19.0_lockfiles lock files. (#8264). Thanks, @​dbcp1.
  • Update monorepo to 4.19.0. (#8263). Thanks, @​dbcp1.

... (truncated)

Commits
  • 4cd5760 Update lockfiles branch tfjs_4.19.0_lockfiles lock files. (#8264)
  • 5ca80fe Update monorepo to 4.19.0. (#8263)
  • 5092b04 Update installation steps for Windows / Mac OS X for tfjs-node in README.md (...
  • f224f1d Fix for windows installation #7341 (#8122)
  • b004ab6 Update broken link for MacOS Catalina guide in README.md (#8032)
  • 89a0b8f [converter] fixed py import for auto tracking (#7982)
  • f4271a5 [tfjs-node] fixed range issue for int32 tensor with size larger than 2 ^ 24 (...
  • 93e9af4 Build node addon before running tests (#7884)
  • 983dc16 Update TypeScript to 5.0.4 (#7681)
  • 80a8091 [wasm] Fix cos and tan for large float numbers (#7689)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by delhibabu, a new releaser for @​tensorflow/tfjs-node since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tensorflow/tfjs-node](https://github.com/tensorflow/tfjs/tree/HEAD/tfjs-node) from 3.14.0 to 4.19.0.
- [Release notes](https://github.com/tensorflow/tfjs/releases)
- [Changelog](https://github.com/tensorflow/tfjs/blob/master/cloudbuild-release.yml)
- [Commits](https://github.com/tensorflow/tfjs/commits/tfjs-v4.19.0/tfjs-node)

---
updated-dependencies:
- dependency-name: "@tensorflow/tfjs-node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

guardrails bot commented May 1, 2024

⚠️ We detected 8 security issues in this pull request:

Insecure File Management (1)
Severity Details Docs
High Title: Path Traversal from user input
path.join(os.tmpdir(), path.basename(req.files.file[0].fieldname)),
📚

More info on how to fix Insecure File Management in JavaScript.


Insecure Use of Crypto (1)
Severity Details Docs
Medium Title: Insecure use of random generator
result += characters.charAt(Math.floor(Math.random() * charactersLength));
📚

More info on how to fix Insecure Use of Crypto in JavaScript.


Vulnerable Libraries (6)
Severity Details
High pkg:npm/busboy@0.3.1 upgrade to: > 0.3.1
Critical pkg:npm/@tensorflow/tfjs-node@4.19.0 upgrade to: > 4.19.0
Critical pkg:npm/firebase-admin@11.3.0 upgrade to: > 11.3.0
High pkg:npm/firebase-functions@4.2.1 upgrade to: > 4.2.1
Medium pkg:npm/axios@0.25.0 upgrade to: 1.6.0
N/A pkg:npm/ejs@3.1.7 upgrade to: 3.1.10

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

Copy link

sonarcloud bot commented May 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

stale bot commented May 16, 2024

Automatically marked as stale due to lack of recent activity. Will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 16, 2024
Copy link

stale bot commented May 24, 2024

Automatically closed due to lack of recent activity. Tag @aravindvnair99 to reopen. Thank you for your contributions.

@stale stale bot closed this May 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/functions/tensorflow/tfjs-node-4.19.0 branch May 24, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/XS stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant