mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
Build: update vulnerable node-fetch dependency (#46724)
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
parent
e1d4666e17
commit
f722986b83
@ -394,7 +394,8 @@
|
|||||||
"@rushstack/node-core-library": "3.45.1",
|
"@rushstack/node-core-library": "3.45.1",
|
||||||
"@rushstack/rig-package": "0.3.8",
|
"@rushstack/rig-package": "0.3.8",
|
||||||
"@rushstack/ts-command-line": "4.10.7",
|
"@rushstack/ts-command-line": "4.10.7",
|
||||||
"@storybook/react/webpack": "5.70.0"
|
"@storybook/react/webpack": "5.70.0",
|
||||||
|
"node-fetch": "2.6.7"
|
||||||
},
|
},
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
|
13
yarn.lock
13
yarn.lock
@ -26591,12 +26591,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"node-fetch@npm:^2.6.1":
|
"node-fetch@npm:2.6.7":
|
||||||
version: 2.6.5
|
version: 2.6.7
|
||||||
resolution: "node-fetch@npm:2.6.5"
|
resolution: "node-fetch@npm:2.6.7"
|
||||||
dependencies:
|
dependencies:
|
||||||
whatwg-url: ^5.0.0
|
whatwg-url: ^5.0.0
|
||||||
checksum: 4e83db450718e70762882f00d96f647a7f2f3170035225934ddd5450cb1d91ef339ceb180d3687bcb0a6ed78c3fa5636ce8d3e44ec81ab59e0224ebf8965f65f
|
peerDependencies:
|
||||||
|
encoding: ^0.1.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
encoding:
|
||||||
|
optional: true
|
||||||
|
checksum: 8d816ffd1ee22cab8301c7756ef04f3437f18dace86a1dae22cf81db8ef29c0bf6655f3215cb0cdb22b420b6fe141e64b26905e7f33f9377a7fa59135ea3e10b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user