plaid / pattern

An example end-to-end Plaid integration to create items and fetch transaction data
MIT License
444 stars 223 forks source link

Lots of libraries are deprecated and artifact.plaid.io not found #276

Closed alberttwong closed 1 year ago

alberttwong commented 1 year ago
npm WARN deprecated ini@1.3.5: Please update to ini >=1.3.6 to avoid a prototype pollution issue
npm WARN deprecated @hapi/boom@7.4.2: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated fsevents@2.1.3: "Please update to latest v2.3 or v2.2"
npm WARN deprecated @hapi/hoek@6.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://artifact.plaid.io/artifactory/api/npm/npm-all/plaid/-/plaid-10.3.0.tgz failed, reason: getaddrinfo ENOTFOUND artifact.plaid.io
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'
alberttwong commented 1 year ago

https://dashboard.plaid.com/support/case/493380

phoenixy1 commented 1 year ago

Thanks for reporting this!

We should definitely fix the reference to artifact.plaid.io, that's an internal resource that shouldn't be in any external apps.

Because the pattern app is meant only as guidance and an example implementation and should never be run in production, we don't currently intend to actively keep deprecated dependencies up-to-date unless they prevent the app from working or being run (although you are welcome to submit a PR if you like).