From 4799caf21472c310c2d6ae6d0b2706e0616ec340 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 11:26:44 +0000 Subject: [PATCH] Bump grunt-lintspaces from 0.8.6 to 0.9.0 Bumps [grunt-lintspaces](https://github.com/schorfES/grunt-lintspaces) from 0.8.6 to 0.9.0. - [Release notes](https://github.com/schorfES/grunt-lintspaces/releases) - [Commits](https://github.com/schorfES/grunt-lintspaces/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6db2dd5..37bc14f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -865,13 +865,13 @@ } }, "grunt-lintspaces": { - "version": "0.8.6", - "resolved": "https://registry.npmjs.org/grunt-lintspaces/-/grunt-lintspaces-0.8.6.tgz", - "integrity": "sha512-aIuEiPCOjqjMYHQ4ZvnwHgg/IZEieyxTU+cipJ+D/tZ9Ja48Yl7U3INMi4dI1JDeWipZY1FMNcqTeESw8evZEw==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/grunt-lintspaces/-/grunt-lintspaces-0.9.0.tgz", + "integrity": "sha512-RQ6/uHUUe7IRI6k/Ir1yiTy26fStiwupQHpPQr2bi1VzpwJQYjQiD6vM4HuHUfxH2ur16RZsuQTjegIwQwO6WA==", "dev": true, "requires": { "junitwriter": "^0.4.1", - "lintspaces": "^0.6.4" + "lintspaces": "^0.7.0" } }, "has-ansi": { @@ -1170,13 +1170,14 @@ } }, "lintspaces": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/lintspaces/-/lintspaces-0.6.4.tgz", - "integrity": "sha512-gVXa2/j3SvxXb84FVewywvrL49aUOFSa5FWSlPo4V96sUtMYmQRx+5yRB1Vk+fVk75B4KZxpjxT+BzW3/0nwYA==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/lintspaces/-/lintspaces-0.7.0.tgz", + "integrity": "sha512-eLh6LK1nUc1FfUDlo8j1P0bzfDbtaw5HONobusIZgIqtmo9EGSnkusbu1/piTeCD5Gv+nPYTcsfwxyaGJrVD/w==", "dev": true, "requires": { "deep-extend": "^0.6.0", "editorconfig": "^0.15.0", + "minimist": "^1.2.5", "rc": "^1.2.8" } }, diff --git a/package.json b/package.json index 750f444..7bc3b47 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "grunt": "^1.1.0", "grunt-contrib-csslint": "^2.0.0", "grunt-eslint": "^22.0.0", - "grunt-lintspaces": "^0.8.6", + "grunt-lintspaces": "^0.9.0", "load-grunt-tasks": "^5.1.0", "time-grunt": "^2.0.0" },