From c3f1cb4fde939ec71a6db06ee89a0cc0250ec34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 21:02:47 +0000 Subject: [PATCH] Bump lintspaces-cli from 0.7.1 to 0.8.0 Bumps [lintspaces-cli](https://github.com/evanshortiss/lintspaces-cli) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/evanshortiss/lintspaces-cli/releases) - [Changelog](https://github.com/evanshortiss/lintspaces-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/evanshortiss/lintspaces-cli/compare/0.7.1...0.8.0) --- updated-dependencies: - dependency-name: lintspaces-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8df953a..97c828b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint": "^8.4.1", "eslint-config-google": "^0.14.0", "expect": "^29.2.2", - "lintspaces-cli": "^0.7.1", + "lintspaces-cli": "^0.8.0", "mocha": "^10.0.0", "nyc": "^15.1.0", "snyk": "^1.792.0" @@ -2463,29 +2463,30 @@ } }, "node_modules/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.10.0", + "resolved": "https://registry.npmjs.org/lintspaces/-/lintspaces-0.10.0.tgz", + "integrity": "sha512-+3lQ2ZX5ZYChRz2gQNRFfSFpd/y/g9Ts0Do7VUgQeQm8XM10MieB458mSKYiYIftId4wA17lt6QOBrAkmd5/fQ==", "dev": true, "dependencies": { "deep-extend": "^0.6.0", - "editorconfig": "^0.15.0", + "editorconfig": "^0.15.3", + "minimist": "^1.2.6", "rc": "^1.2.8" }, "engines": { - "node": ">=5" + "node": ">=14" } }, "node_modules/lintspaces-cli": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/lintspaces-cli/-/lintspaces-cli-0.7.1.tgz", - "integrity": "sha512-3usPwREDx5tNHL070oxRqB2WmWMerFyNjhv9jCCAgpC4bMRyLiiKnZHUJuPUwiiocGUEZ7JLjRf5V7s+x8ayDQ==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/lintspaces-cli/-/lintspaces-cli-0.8.0.tgz", + "integrity": "sha512-1Khin76oTuRp/cipPAdvp1EEtoljUGaIVnAQXOegOWbR4fkajSTkU43sYh5pBph777WrQcJx1eWwsJjX64u1sw==", "dev": true, "dependencies": { "colors": "~1.3.3", "commander": "~2.19.0", "glob": "^7.1.1", - "lintspaces": "~0.6.2", + "lintspaces": "^0.10.0", "lodash.map": "~4.6.0" }, "bin": { @@ -5858,26 +5859,27 @@ } }, "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.10.0", + "resolved": "https://registry.npmjs.org/lintspaces/-/lintspaces-0.10.0.tgz", + "integrity": "sha512-+3lQ2ZX5ZYChRz2gQNRFfSFpd/y/g9Ts0Do7VUgQeQm8XM10MieB458mSKYiYIftId4wA17lt6QOBrAkmd5/fQ==", "dev": true, "requires": { "deep-extend": "^0.6.0", - "editorconfig": "^0.15.0", + "editorconfig": "^0.15.3", + "minimist": "^1.2.6", "rc": "^1.2.8" } }, "lintspaces-cli": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/lintspaces-cli/-/lintspaces-cli-0.7.1.tgz", - "integrity": "sha512-3usPwREDx5tNHL070oxRqB2WmWMerFyNjhv9jCCAgpC4bMRyLiiKnZHUJuPUwiiocGUEZ7JLjRf5V7s+x8ayDQ==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/lintspaces-cli/-/lintspaces-cli-0.8.0.tgz", + "integrity": "sha512-1Khin76oTuRp/cipPAdvp1EEtoljUGaIVnAQXOegOWbR4fkajSTkU43sYh5pBph777WrQcJx1eWwsJjX64u1sw==", "dev": true, "requires": { "colors": "~1.3.3", "commander": "~2.19.0", "glob": "^7.1.1", - "lintspaces": "~0.6.2", + "lintspaces": "^0.10.0", "lodash.map": "~4.6.0" }, "dependencies": { diff --git a/package.json b/package.json index e851eee..661e61b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint": "^8.4.1", "eslint-config-google": "^0.14.0", "expect": "^29.2.2", - "lintspaces-cli": "^0.7.1", + "lintspaces-cli": "^0.8.0", "mocha": "^10.0.0", "nyc": "^15.1.0", "snyk": "^1.792.0"