diff --git a/nodejs-grunt.spec b/nodejs-grunt.spec index 5834559..599c99f 100644 --- a/nodejs-grunt.spec +++ b/nodejs-grunt.spec @@ -4,7 +4,7 @@ Name: nodejs-grunt Version: 0.4.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Grunt is a JavaScript library used for automation and running tasks License: MIT Group: System Environment/Libraries @@ -81,7 +81,7 @@ of that mundane work for you with basically zero effort. %nodejs_fixdep lodash '^3.10.1' %nodejs_fixdep underscore.string '~2.2' %nodejs_fixdep which '~1.0' -%nodejs_fixdep js-yaml '~3.4.6' +%nodejs_fixdep js-yaml '^3.5.0' %build @@ -110,6 +110,9 @@ grunt test %changelog +* Mon Jan 11 2016 Tom Hughes - 0.4.5-7 +- Update npm(js-yaml) dependency + * Fri Jan 1 2016 Tom Hughes - 0.4.5-6 - Update npm(js-yaml) dependency