sanack / node-jq

Node.js wrapper for jq
MIT License
276 stars 51 forks source link

Bump tempfile package version #699

Closed vincentpazeller closed 1 month ago

vincentpazeller commented 3 months ago

Description

When installing current version of node-jq (4.4.0), an npm warning appears:

npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

It looks like node-jq is referencing an old version of tempfile which causes this warning.

npm version: 10.5.0

node-jq version: 4.4.0

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 6.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: