mirror of https://github.com/dapr/quickstarts.git
Changed node-fetch version to avoid security vulnerability
This commit is contained in:
parent
3f18162210
commit
1f32f0cf36
|
@ -566,7 +566,7 @@
|
|||
"body-parser": "^1.19.0",
|
||||
"google-protobuf": "^3.18.0",
|
||||
"grpc": "^1.24.10",
|
||||
"node-fetch": "^2.6.1",
|
||||
"node-fetch": ">=2.6.7",
|
||||
"restana": "^4.9.1",
|
||||
"uuid": "^8.3.2"
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"detect-libc": "^1.0.3",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"make-dir": "^3.1.0",
|
||||
"node-fetch": "^2.6.5",
|
||||
"node-fetch": ">=2.6.7",
|
||||
"nopt": "^5.0.0",
|
||||
"npmlog": "^5.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"detect-libc": "^1.0.3",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"make-dir": "^3.1.0",
|
||||
"node-fetch": "^2.6.5",
|
||||
"node-fetch": ">=2.6.7",
|
||||
"nopt": "^5.0.0",
|
||||
"npmlog": "^5.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
|
@ -566,7 +566,7 @@
|
|||
"body-parser": "^1.19.0",
|
||||
"google-protobuf": "^3.18.0",
|
||||
"grpc": "^1.24.10",
|
||||
"node-fetch": "^2.6.1",
|
||||
"node-fetch": ">=2.6.7",
|
||||
"restana": "^4.9.1",
|
||||
"uuid": "^8.3.2"
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"detect-libc": "^1.0.3",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"make-dir": "^3.1.0",
|
||||
"node-fetch": "^2.6.5",
|
||||
"node-fetch": ">=2.6.7",
|
||||
"nopt": "^5.0.0",
|
||||
"npmlog": "^5.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"detect-libc": "^1.0.3",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"make-dir": "^3.1.0",
|
||||
"node-fetch": "^2.6.5",
|
||||
"node-fetch": ">=2.6.7",
|
||||
"nopt": "^5.0.0",
|
||||
"npmlog": "^5.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"detect-libc": "^1.0.3",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"make-dir": "^3.1.0",
|
||||
"node-fetch": "^2.6.5",
|
||||
"node-fetch": ">=2.6.7",
|
||||
"nopt": "^5.0.0",
|
||||
"npmlog": "^5.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
Loading…
Reference in New Issue