-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
the netlify js-client
package is dependent on node-fetch
which has a dependency on fetch-blob
which has a deprecated dependency node-domexception
. node-fetch
was last updated 2 years ago so no wonder this happened.
This is the warning
npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead
│ │ ├─┬ netlify@13.3.5
│ │ │ ├── @netlify/open-api@2.37.0
│ │ │ ├── lodash-es@4.17.21
│ │ │ ├── micro-api-client@3.3.0
│ │ │ ├─┬ node-fetch@3.3.2
│ │ │ │ ├── data-uri-to-buffer@4.0.1
│ │ │ │ ├─┬ fetch-blob@3.2.0
│ │ │ │ │ ├── **node-domexception@1.0.0**
│ │ │ │ │ └── web-streams-polyfill@3.3.3
│ │ │ │ └─┬ formdata-polyfill@4.0.10
│ │ │ │ └── fetch-blob@3.2.0 deduped
│ │ │ ├─┬ p-wait-for@5.0.2
│ │ │ │ └── p-timeout@6.1.4
│ │ │ └─┬ qs@6.14.0
│ │ │ └─┬ side-channel@1.1.0
│ │ │ ├── es-errors@1.3.0 deduped
│ │ │ ├── object-inspect@1.13.4
│ │ │ ├─┬ side-channel-list@1.0.0
│ │ │ │ ├── es-errors@1.3.0 deduped
│ │ │ │ └── object-inspect@1.13.4 deduped
│ │ │ ├─┬ side-channel-map@1.0.1
│ │ │ │ ├── call-bound@1.0.4 deduped
│ │ │ │ ├── es-errors@1.3.0 deduped
│ │ │ │ ├── get-intrinsic@1.3.0 deduped
│ │ │ │ └── object-inspect@1.13.4 deduped
│ │ │ └─┬ side-channel-weakmap@1.0.2
│ │ │ ├── call-bound@1.0.4 deduped
│ │ │ ├── es-errors@1.3.0 deduped
│ │ │ ├── get-intrinsic@1.3.0 deduped
│ │ │ ├── object-inspect@1.13.4 deduped
│ │ │ └── side-channel-map@1.0.1 deduped
Metadata
Metadata
Assignees
Labels
No labels