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 4a8799b fix: npm audit fix bumps handlebars 4.1.2->4.3.1 (#8299)
4a8799b is described below
commit 4a8799b918290b8f7c54b1bf38f4691bd867d408
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue Oct 1 21:54:08 2019 -0700
fix: npm audit fix bumps handlebars 4.1.2->4.3.1 (#8299)
---
superset/assets/package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/superset/assets/package-lock.json
b/superset/assets/package-lock.json
index f42cf33..298fc1c 100644
--- a/superset/assets/package-lock.json
+++ b/superset/assets/package-lock.json
@@ -11984,9 +11984,9 @@
"dev": true
},
"handlebars": {
- "version": "4.1.2",
- "resolved":
"https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz",
- "integrity":
"sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==",
+ "version": "4.3.1",
+ "resolved":
"https://registry.npmjs.org/handlebars/-/handlebars-4.3.1.tgz",
+ "integrity":
"sha512-c0HoNHzDiHpBt4Kqe99N8tdLPKAnGCQ73gYMPWtAYM4PwGnf7xl8PBUHJqh9ijlzt2uQKaSRxbXRt+rZ7M2/kA==",
"dev": true,
"requires": {
"neo-async": "^2.6.0",