Bump cross-fetch from 2.2.5 to 2.2.6 in /js/ui (#28)
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6cb6dfbedb
commit
467511a362
35
js/ui/package-lock.json
generated
35
js/ui/package-lock.json
generated
@ -4040,20 +4040,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/cross-fetch": {
|
"node_modules/cross-fetch": {
|
||||||
"version": "2.2.5",
|
"version": "2.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.6.tgz",
|
||||||
"integrity": "sha512-xqYAhQb4NhCJSRym03dwxpP1bYXpK3y7UN83Bo2WFi3x1Zmzn0SL/6xGoPr+gpt4WmNrgCCX3HPysvOwFOW36w==",
|
"integrity": "sha512-9JZz+vXCmfKUZ68zAptS7k4Nu8e2qcibe7WVZYps7sAgk5R8GYTc+T1WR0v1rlP9HxgARmOX1UTIJZFytajpNA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-fetch": "2.6.1",
|
"node-fetch": "^2.6.7",
|
||||||
"whatwg-fetch": "2.0.4"
|
"whatwg-fetch": "^2.0.4"
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/cross-fetch/node_modules/node-fetch": {
|
|
||||||
"version": "2.6.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
|
|
||||||
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
|
|
||||||
"engines": {
|
|
||||||
"node": "4.x || >=6.0.0"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/cross-spawn": {
|
"node_modules/cross-spawn": {
|
||||||
@ -18330,19 +18322,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cross-fetch": {
|
"cross-fetch": {
|
||||||
"version": "2.2.5",
|
"version": "2.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.6.tgz",
|
||||||
"integrity": "sha512-xqYAhQb4NhCJSRym03dwxpP1bYXpK3y7UN83Bo2WFi3x1Zmzn0SL/6xGoPr+gpt4WmNrgCCX3HPysvOwFOW36w==",
|
"integrity": "sha512-9JZz+vXCmfKUZ68zAptS7k4Nu8e2qcibe7WVZYps7sAgk5R8GYTc+T1WR0v1rlP9HxgARmOX1UTIJZFytajpNA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"node-fetch": "2.6.1",
|
"node-fetch": "^2.6.7",
|
||||||
"whatwg-fetch": "2.0.4"
|
"whatwg-fetch": "^2.0.4"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"node-fetch": {
|
|
||||||
"version": "2.6.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
|
|
||||||
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cross-spawn": {
|
"cross-spawn": {
|
||||||
|
Loading…
Reference in New Issue
Block a user