meeki007 / node-red-contrib-facial-recognition

Provides a node-red node for Facial Detection & Facial Recognition
Apache License 2.0
8 stars 3 forks source link

Dependency Issue with agent-base <6.0.0 and Node-RED 2.0 #22

Closed sammachin closed 3 years ago

sammachin commented 3 years ago

Hi,

We've detected that your node has a dependency on an old version of agent-base (<6.0.0) , These old versions were patching a core node.js function in a way that could break other libraries - including one we started using in Node-RED 2.0 for the HTTP Request node. Therefore any users that upgrade to Node-RED 2.0 and have your node installed (or later try to install it) will get errors when using the http-request node.

Could you please take a look at your dependencies and see if you can update the versions so that you are no longer dependent on agent-base before version 6.0.0

Note this could be a module that you are using has a dependency on agent-base so you might need to check for updates to that module, to help you we've attached your nodes dependency tree below

More details on this issue and the warning message that is now displayed in Node-RED 2.0.2 are on the forum at link https://discourse.nodered.org/t/node-red-2-0-2-released/48767

└─ node-red-contrib-facial-recognition@0.29.105
   ├─ @tensorflow&#x2F;tfjs-node@2.8.6
   │  ├─ adm-zip@0.4.16
   │  ├─ node-pre-gyp@0.14.0
   │  │  ├─ detect-libc@1.0.3
   │  │  ├─ mkdirp@0.5.5
   │  │  │  └─ minimist@1.2.5
   │  │  ├─ nopt@4.0.3
   │  │  │  ├─ abbrev@1.1.1
   │  │  │  └─ osenv@0.1.5
   │  │  │     ├─ os-homedir@1.0.2
   │  │  │     └─ os-tmpdir@1.0.2
   │  │  ├─ npmlog@4.1.2
   │  │  │  ├─ are-we-there-yet@1.1.5
   │  │  │  │  ├─ delegates@1.0.0
   │  │  │  │  └─ readable-stream@2.3.7
   │  │  │  │     ├─ core-util-is@1.0.2
   │  │  │  │     ├─ inherits@2.0.4
   │  │  │  │     ├─ isarray@1.0.0
   │  │  │  │     ├─ process-nextick-args@2.0.1
   │  │  │  │     ├─ safe-buffer@5.1.2
   │  │  │  │     ├─ util-deprecate@1.0.2
   │  │  │  │     └─ string_decoder@1.1.1
   │  │  │  │        └─ safe-buffer@5.1.2
   │  │  │  ├─ gauge@2.7.4
   │  │  │  │  ├─ aproba@1.2.0
   │  │  │  │  ├─ console-control-strings@1.1.0
   │  │  │  │  ├─ has-unicode@2.0.1
   │  │  │  │  ├─ object-assign@4.1.1
   │  │  │  │  ├─ string-width@1.0.2
   │  │  │  │  │  ├─ code-point-at@1.1.0
   │  │  │  │  │  ├─ strip-ansi@3.0.1
   │  │  │  │  │  └─ is-fullwidth-code-point@1.0.0
   │  │  │  │  │     └─ number-is-nan@1.0.1
   │  │  │  │  ├─ signal-exit@3.0.3
   │  │  │  │  ├─ wide-align@1.1.3
   │  │  │  │  │  └─ string-width@2.1.1
   │  │  │  │  │     ├─ is-fullwidth-code-point@2.0.0
   │  │  │  │  │     └─ strip-ansi@4.0.0
   │  │  │  │  │        └─ ansi-regex@3.0.0
   │  │  │  │  └─ strip-ansi@3.0.1
   │  │  │  │     └─ ansi-regex@2.1.1
   │  │  │  ├─ console-control-strings@1.1.0
   │  │  │  └─ set-blocking@2.0.0
   │  │  ├─ needle@2.8.0
   │  │  │  ├─ iconv-lite@0.4.24
   │  │  │  │  └─ safer-buffer@2.1.2
   │  │  │  ├─ debug@3.2.7
   │  │  │  └─ sax@1.2.4
   │  │  ├─ rimraf@2.7.1
   │  │  ├─ npm-packlist@1.4.8
   │  │  │  ├─ npm-bundled@1.1.2
   │  │  │  │  └─ npm-normalize-package-bin@1.0.1
   │  │  │  ├─ ignore-walk@3.0.4
   │  │  │  │  └─ minimatch@3.0.4
   │  │  │  └─ npm-normalize-package-bin@1.0.1
   │  │  ├─ semver@5.7.1
   │  │  ├─ tar@4.4.13
   │  │  └─ rc@1.2.8
   │  │     ├─ deep-extend@0.6.0
   │  │     ├─ ini@1.3.8
   │  │     ├─ strip-json-comments@2.0.1
   │  │     └─ minimist@1.2.5
   │  ├─ https-proxy-agent@2.2.4
   │  │  ├─ agent-base@4.3.0
   │  │  │  └─ es6-promisify@5.0.0
   │  │  │     └─ es6-promise@4.2.8
   │  │  └─ debug@3.2.7
   │  │     └─ ms@2.1.3
   │  ├─ google-protobuf@3.17.3
   │  ├─ @tensorflow&#x2F;tfjs-core@2.8.6
   │  │  ├─ @types&#x2F;offscreencanvas@2019.3.0
   │  │  ├─ @types&#x2F;seedrandom@2.4.27
   │  │  ├─ @types&#x2F;webgl-ext@0.0.30
   │  │  ├─ node-fetch@2.6.1
   │  │  └─ seedrandom@2.4.3
   │  ├─ progress@2.0.3
   │  ├─ @tensorflow&#x2F;tfjs@2.8.6
   │  │  ├─ @tensorflow&#x2F;tfjs-converter@2.8.6
   │  │  ├─ @tensorflow&#x2F;tfjs-core@2.8.6
   │  │  ├─ @tensorflow&#x2F;tfjs-layers@2.8.6
   │  │  ├─ argparse@1.0.10
   │  │  │  └─ sprintf-js@1.0.3
   │  │  ├─ chalk@4.1.1
   │  │  │  ├─ ansi-styles@4.3.0
   │  │  │  │  └─ color-convert@2.0.1
   │  │  │  │     └─ color-name@1.1.4
   │  │  │  └─ supports-color@7.2.0
   │  │  │     └─ has-flag@4.0.0
   │  │  ├─ regenerator-runtime@0.13.8
   │  │  ├─ core-js@3.15.2
   │  │  ├─ yargs@16.2.0
   │  │  │  ├─ cliui@7.0.4
   │  │  │  │  ├─ strip-ansi@6.0.0
   │  │  │  │  │  └─ ansi-regex@5.0.0
   │  │  │  │  ├─ string-width@4.2.2
   │  │  │  │  └─ wrap-ansi@7.0.0
   │  │  │  │     ├─ ansi-styles@4.3.0
   │  │  │  │     ├─ string-width@4.2.2
   │  │  │  │     └─ strip-ansi@6.0.0
   │  │  │  ├─ escalade@3.1.1
   │  │  │  ├─ require-directory@2.1.1
   │  │  │  ├─ get-caller-file@2.0.5
   │  │  │  ├─ string-width@4.2.2
   │  │  │  │  ├─ emoji-regex@8.0.0
   │  │  │  │  ├─ strip-ansi@6.0.0
   │  │  │  │  └─ is-fullwidth-code-point@3.0.0
   │  │  │  ├─ y18n@5.0.8
   │  │  │  └─ yargs-parser@20.2.9
   │  │  ├─ @tensorflow&#x2F;tfjs-backend-cpu@2.8.6
   │  │  │  ├─ @types&#x2F;seedrandom@2.4.27
   │  │  │  └─ seedrandom@2.4.3
   │  │  ├─ @tensorflow&#x2F;tfjs-backend-webgl@2.8.6
   │  │  │  ├─ @types&#x2F;offscreencanvas@2019.3.0
   │  │  │  ├─ @types&#x2F;seedrandom@2.4.27
   │  │  │  ├─ @types&#x2F;webgl-ext@0.0.30
   │  │  │  ├─ @tensorflow&#x2F;tfjs-backend-cpu@2.8.6
   │  │  │  ├─ @types&#x2F;webgl2@0.0.5
   │  │  │  └─ seedrandom@2.4.3
   │  │  └─ @tensorflow&#x2F;tfjs-data@2.8.6
   │  │     ├─ @types&#x2F;node-fetch@2.5.11
   │  │     │  ├─ form-data@3.0.1
   │  │     │  │  ├─ asynckit@0.4.0
   │  │     │  │  ├─ mime-types@2.1.31
   │  │     │  │  │  └─ mime-db@1.48.0
   │  │     │  │  └─ combined-stream@1.0.8
   │  │     │  │     └─ delayed-stream@1.0.0
   │  │     │  └─ @types&#x2F;node@16.4.0
   │  │     └─ node-fetch@2.6.1
   │  ├─ rimraf@2.7.1
   │  │  └─ glob@7.1.7
   │  │     ├─ fs.realpath@1.0.0
   │  │     ├─ inflight@1.0.6
   │  │     │  ├─ once@1.4.0
   │  │     │  └─ wrappy@1.0.2
   │  │     ├─ inherits@2.0.4
   │  │     ├─ once@1.4.0
   │  │     │  └─ wrappy@1.0.2
   │  │     ├─ path-is-absolute@1.0.1
   │  │     └─ minimatch@3.0.4
   │  │        └─ brace-expansion@1.1.11
   │  │           ├─ concat-map@0.0.1
   │  │           └─ balanced-match@1.0.2
   │  └─ tar@4.4.13
   │     ├─ chownr@1.1.4
   │     ├─ fs-minipass@1.2.7
   │     │  └─ minipass@2.9.0
   │     ├─ minizlib@1.3.3
   │     │  └─ minipass@2.9.0
   │     ├─ mkdirp@0.5.5
   │     ├─ safe-buffer@5.2.1
   │     ├─ yallist@3.1.1
   │     └─ minipass@2.9.0
   │        ├─ yallist@3.1.1
   │        └─ safe-buffer@5.2.1
   └─ @vladmandic&#x2F;face-api@0.9.5
      └─ @vladmandic&#x2F;pilogger@0.2.17

Thanks in advance for looking into this.

Sam

PS Sorry for the templated issue but we've got a number of nodes with the issue so I'm automating the issue creation.

meeki007 commented 3 years ago

Thank you! fixing/testing now

node-red-contrib-facial-recognition@0.29.105

now

node-red-contrib-facial-recognition@0.30.105

meeki007 commented 3 years ago

update: Just tested and working. now using agent-base@6.0.2 Closin issue