fix: add explicit node-fetch dependency (#1327)

This commit is contained in:
billytrend-cohere
2023-11-15 10:50:48 +00:00
committed by GitHub
parent 2ad0ffb0c2
commit bf4b8f2fa2
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'@redocly/cli': patch
---
Fixed an issue with resolving the `node-fetch` package by explicitly adding the missing dependency.

2
package-lock.json generated
View File

@@ -12852,6 +12852,7 @@
"glob": "^7.1.6",
"handlebars": "^4.7.6",
"mobx": "^6.0.4",
"node-fetch": "^2.6.1",
"react": "^17.0.0 || ^18.2.0",
"react-dom": "^17.0.0 || ^18.2.0",
"redoc": "~2.1.2",
@@ -15527,6 +15528,7 @@
"glob": "^7.1.6",
"handlebars": "^4.7.6",
"mobx": "^6.0.4",
"node-fetch": "^2.6.1",
"react": "^17.0.0 || ^18.2.0",
"react-dom": "^17.0.0 || ^18.2.0",
"redoc": "~2.1.2",

View File

@@ -44,6 +44,7 @@
"glob": "^7.1.6",
"handlebars": "^4.7.6",
"mobx": "^6.0.4",
"node-fetch": "^2.6.1",
"react": "^17.0.0 || ^18.2.0",
"react-dom": "^17.0.0 || ^18.2.0",
"redoc": "~2.1.2",