diff --git a/Gruntfile.js b/Gruntfile.js index 0130bc792..e3ccf0684 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -317,6 +317,7 @@ module.exports = function(grunt) { 'caniuse-lite': 'CC-BY-4.0', // Not bundled, used at build time 'spdx-exceptions': 'CC-BY-3.0', // Not bundled, used at build time 'spdx-ranges': 'CC-BY-3.0', // Not bundled, used at build time + 'node-releases': 'CC-BY-4.0', // Not bundled, used at build time } } }, diff --git a/package-lock.json b/package-lock.json index 535a95558..6236040d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mosaico", - "version": "0.17.3", + "version": "0.17.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4907466b6..dc4013c1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosaico", - "version": "0.17.3", + "version": "0.17.4", "description": "Mosaico - OpenSource Email Template Editor", "main": "./src/js/app.js", "repository": { @@ -69,7 +69,7 @@ "browserify-versionify": "^1.0.6", "cheerio": "1.0.0-rc.2", "connect-livereload": "0.6.0", - "csswring": "7.0.0", + "csswring": "6.0.3", "express": "4.16.3", "gm": "1.23.1", "grunt": "1.0.3", diff --git a/package.json.NOTES b/package.json.NOTES index d165ddc83..14d9c9377 100644 --- a/package.json.NOTES +++ b/package.json.NOTES @@ -1,3 +1,4 @@ tinymce is "locked" to 4.5.8 because of major issues with the newer releases (still broken in4.8.0) grunt-release is "locked" to 0.13.1 because 0.14.0 is broken and no new releases have been made since that. -grunt-contrib-compress is locked to 1.3.0 because 1.4.3 introduce iltorb dependency (even if optional) and makes the build instable. \ No newline at end of file +grunt-contrib-compress is locked to 1.3.0 because 1.4.3 introduce iltorb dependency (even if optional) and makes the build instable. +csswring is "locked" to 6.0.3 because 7.0 uses "..." construct and fails to build on older nodes (6,7) \ No newline at end of file