From 0a96b8bddcb93ac4889f2e027e3bc29d42350179 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:37:00 +0000 Subject: [PATCH] Bump grunt-lintspaces from 0.9.0 to 0.10.0 Bumps [grunt-lintspaces](https://github.com/schorfES/grunt-lintspaces) from 0.9.0 to 0.10.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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c00f3d..f4ad30a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3706,13 +3706,13 @@ } }, "grunt-lintspaces": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/grunt-lintspaces/-/grunt-lintspaces-0.9.0.tgz", - "integrity": "sha512-RQ6/uHUUe7IRI6k/Ir1yiTy26fStiwupQHpPQr2bi1VzpwJQYjQiD6vM4HuHUfxH2ur16RZsuQTjegIwQwO6WA==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/grunt-lintspaces/-/grunt-lintspaces-0.10.0.tgz", + "integrity": "sha512-IRfYshuERmgr3SeOyBECtjljBSUbYna/B68/Yc7gaqEzUjMu+EvP2G/wGAHWN/9Z9cgZI/qXpt9j7r3i0KlWjg==", "dev": true, "requires": { "junitwriter": "^0.4.1", - "lintspaces": "^0.7.0" + "lintspaces": "^0.8.1" } }, "gzip-size": { @@ -4398,13 +4398,13 @@ } }, "lintspaces": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/lintspaces/-/lintspaces-0.7.0.tgz", - "integrity": "sha512-eLh6LK1nUc1FfUDlo8j1P0bzfDbtaw5HONobusIZgIqtmo9EGSnkusbu1/piTeCD5Gv+nPYTcsfwxyaGJrVD/w==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/lintspaces/-/lintspaces-0.8.1.tgz", + "integrity": "sha512-WV677qbU0zrLqS8yrTu1eY5knQ/S3UtUp/x99rhzcFzhAnTyzbeTANIJaPo7Uu74fOr45LqXioDbMxLxHFeuog==", "dev": true, "requires": { "deep-extend": "^0.6.0", - "editorconfig": "^0.15.0", + "editorconfig": "^0.15.3", "minimist": "^1.2.5", "rc": "^1.2.8" }, diff --git a/package.json b/package.json index e618835..840fd6c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "grunt-contrib-uglify": "^4.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^23.0.0", - "grunt-lintspaces": "^0.9.0", + "grunt-lintspaces": "^0.10.0", "load-grunt-tasks": "^5.1.0", "time-grunt": "^2.0.0" }