You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2022/06/20 11:50:32 UTC

[ranger] branch master updated: RANGER-3789 : Upgrade Handlebars version to 4.7.7

This is an automated email from the ASF dual-hosted git repository.

mehul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c486a7fa RANGER-3789 : Upgrade Handlebars version to 4.7.7
5c486a7fa is described below

commit 5c486a7fa3f585b1e9ed74cc0739f9576dda27db
Author: Dhaval Rajpara <dh...@gmail.com>
AuthorDate: Wed Jun 15 15:30:14 2022 +0530

    RANGER-3789 : Upgrade Handlebars version to 4.7.7
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
---
 .../webapp/libs/bower/require-handlebars-plugin/js/Handlebars.js  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/security-admin/src/main/webapp/libs/bower/require-handlebars-plugin/js/Handlebars.js b/security-admin/src/main/webapp/libs/bower/require-handlebars-plugin/js/Handlebars.js
index e7cd51740..1b2e9e08e 100644
--- a/security-admin/src/main/webapp/libs/bower/require-handlebars-plugin/js/Handlebars.js
+++ b/security-admin/src/main/webapp/libs/bower/require-handlebars-plugin/js/Handlebars.js
@@ -1,7 +1,7 @@
 /**!
 
  @license
- handlebars v4.7.6
+ handlebars v4.7.7
 
 Copyright (C) 2011-2019 by Yehuda Katz
 
@@ -278,7 +278,7 @@ return /******/ (function(modules) { // webpackBootstrap
 
   var _internalProtoAccess = __webpack_require__(33);
 
-  var VERSION = '4.7.6';
+  var VERSION = '4.7.7';
   exports.VERSION = VERSION;
   var COMPILER_REVISION = 8;
   exports.COMPILER_REVISION = COMPILER_REVISION;
@@ -1525,7 +1525,7 @@ return /******/ (function(modules) { // webpackBootstrap
             loc: loc
           });
         }
-        return obj[name];
+        return container.lookupProperty(obj, name);
       },
       lookupProperty: function lookupProperty(parent, propertyName) {
         var result = parent[propertyName];
@@ -3903,7 +3903,7 @@ return /******/ (function(modules) { // webpackBootstrap
       return this.internalNameLookup(parent, name);
     },
     depthedLookup: function depthedLookup(name) {
-      return [this.aliasable('container.lookup'), '(depths, "', name, '")'];
+      return [this.aliasable('container.lookup'), '(depths, ', JSON.stringify(name), ')'];
     },
 
     compilerInfo: function compilerInfo() {