Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
⬆️ dependency-cruiser, eslint, handlebars, js-makedepend, mocha
  • Loading branch information
sverweij committed Oct 23, 2017
1 parent 07dc290 commit 720771d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-lock = false
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -27,12 +27,12 @@
"devDependencies": {
"chai": "4.1.2",
"chai-xml": "0.3.1",
"dependency-cruiser": "2.4.2",
"eslint": "4.8.0",
"handlebars": "4.0.10",
"dependency-cruiser": "2.5.0",
"eslint": "4.9.0",
"handlebars": "4.0.11",
"istanbul": "0.4.5",
"js-makedepend": "2.3.0",
"mocha": "4.0.0",
"js-makedepend": "2.4.0",
"mocha": "4.0.1",
"npm-check-updates": "2.13.0",
"nsp": "2.8.1",
"pegjs": "0.10.0",
Expand Down
6 changes: 3 additions & 3 deletions src/lib/handlebars.runtime.js
@@ -1,9 +1,9 @@
/**!
@license
handlebars v4.0.10
handlebars v4.0.11
Copyright (C) 2011-2016 by Yehuda Katz
Copyright (C) 2011-2017 by Yehuda Katz
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -207,7 +207,7 @@ return /******/ (function(modules) { // webpackBootstrap

var _logger2 = _interopRequireDefault(_logger);

var VERSION = '4.0.10';
var VERSION = '4.0.11';
exports.VERSION = VERSION;
var COMPILER_REVISION = 7;

Expand Down

0 comments on commit 720771d

Please sign in to comment.