File update-js-deps.patch of Package python-bqplot
Index: bqplot-0.12.45/js/package.json
===================================================================
--- bqplot-0.12.45.orig/js/package.json
+++ bqplot-0.12.45/js/package.json
@@ -85,7 +85,7 @@
"popper.js": "^1.0.0",
"three": "^0.91.0",
"topojson": "^1.6.24",
- "underscore": "^1.8.3"
+ "underscore": "^1.13.8"
},
"jupyterlab": {
"extension": "lib/jupyterlab-plugin",
@@ -107,5 +107,10 @@
"resolutions": {
"cipher-base": "1.0.6",
"sha.js": "2.4.12"
+ },
+ "overrides": {
+ "tmp": "^0.2.5",
+ "underscore": "^1.13.8",
+ "brace-expansion": "^5.0.1"
}
}