This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 300c4ec [SECURITY] bump packages with security vulnerabilities (#8573)
300c4ec is described below
commit 300c4ecb0f6798e5901dcb88a034c53e708ff0b4
Author: ʈᵃᵢ <[email protected]>
AuthorDate: Tue Nov 19 23:34:13 2019 -0800
[SECURITY] bump packages with security vulnerabilities (#8573)
* bump packages with security velnerabilities
* bring back cypress
* remove cypress
---
superset/assets/package-lock.json | 26 +++++++++++++-------------
superset/assets/package.json | 1 +
2 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/superset/assets/package-lock.json
b/superset/assets/package-lock.json
index 050195f..d53f9b7 100644
--- a/superset/assets/package-lock.json
+++ b/superset/assets/package-lock.json
@@ -12333,9 +12333,9 @@
"dev": true
},
"handlebars": {
- "version": "4.3.1",
- "resolved":
"https://registry.npmjs.org/handlebars/-/handlebars-4.3.1.tgz",
- "integrity":
"sha512-c0HoNHzDiHpBt4Kqe99N8tdLPKAnGCQ73gYMPWtAYM4PwGnf7xl8PBUHJqh9ijlzt2uQKaSRxbXRt+rZ7M2/kA==",
+ "version": "4.5.2",
+ "resolved":
"https://registry.npmjs.org/handlebars/-/handlebars-4.5.2.tgz",
+ "integrity":
"sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==",
"dev": true,
"requires": {
"neo-async": "^2.6.0",
@@ -16104,9 +16104,9 @@
"integrity":
"sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"lodash-es": {
- "version": "4.17.11",
- "resolved":
"https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.11.tgz",
- "integrity":
"sha512-DHb1ub+rMjjrxqlB3H56/6MXtm1lSksDp2rA2cNWjG8mlDUYFhUj3Di2Zn5IwSU87xLv8tNIQ7sSwE/YOX/D/Q=="
+ "version": "4.17.15",
+ "resolved":
"https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz",
+ "integrity":
"sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ=="
},
"lodash.curry": {
"version": "4.1.1",
@@ -24080,20 +24080,20 @@
"integrity":
"sha512-T3PVJ6uz8i0HzPxOF9SWzWAlfN/DavlpQqepn22xgve/5QecC+XMCAtmUNnY7C9StehaV6exjUCI801lOI7QlQ=="
},
"uglify-js": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz",
- "integrity":
"sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==",
+ "version": "3.6.9",
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.9.tgz",
+ "integrity":
"sha512-pcnnhaoG6RtrvHJ1dFncAe8Od6Nuy30oaJ82ts6//sGSXOP5UjBMEthiProjXmMNHOfd93sqlkztifFMcb+4yw==",
"dev": true,
"optional": true,
"requires": {
- "commander": "~2.20.0",
+ "commander": "~2.20.3",
"source-map": "~0.6.1"
},
"dependencies": {
"commander": {
- "version": "2.20.0",
- "resolved":
"https://registry.npmjs.org/commander/-/commander-2.20.0.tgz",
- "integrity":
"sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==",
+ "version": "2.20.3",
+ "resolved":
"https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity":
"sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
"dev": true,
"optional": true
},
diff --git a/superset/assets/package.json b/superset/assets/package.json
index 359e44f..c7b11fd 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -106,6 +106,7 @@
"jquery": "^3.4.1",
"json-bigint": "^0.3.0",
"lodash": "^4.17.15",
+ "lodash-es": "^4.17.14",
"mathjs": "^3.20.2",
"moment": "^2.20.1",
"mousetrap": "^1.6.1",