Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / node_modules / underscore.string / succ.js
1 var adjacent = require('./helper/adjacent');
2
3 module.exports = function succ(str) {
4   return adjacent(str, 1);
5 };