From 4c4e58a3ab46e1c57cf793167bfb833016687b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 05:00:31 +0000 Subject: [PATCH] Bump jshint from 2.13.0 to 2.13.2 Bumps [jshint](https://github.com/jshint/jshint) from 2.13.0 to 2.13.2. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jshint/jshint/compare/2.13.0...2.13.2) --- updated-dependencies: - dependency-name: jshint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++--------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2cb0c1b8..42dc9482b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "type-is": "1.6.18" }, "devDependencies": { - "jshint": "2.13.0", + "jshint": "2.13.2", "mocha": "5.2.0", "should": "13.2.3", "sinon": "7.5.0" @@ -357,9 +357,9 @@ "dev": true }, "node_modules/jshint": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.0.tgz", - "integrity": "sha512-Nd+md9wIeyfDK+RGrbOBzwLONSTdihGMtyGYU/t7zYcN2EgUa4iuY3VK2oxtPYrW5ycTj18iC+UbhNTxe4C66g==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.2.tgz", + "integrity": "sha512-xt9lIEqJ0B/48GwIuFA4sw3PPQvmFo/fVCe9Yim9oU2UdX437lnkrBrHEHF/R0HS64WgLFXUvSxrHb0UOrYhAA==", "dev": true, "dependencies": { "cli": "~1.0.0", @@ -375,12 +375,6 @@ "jshint": "bin/jshint" } }, - "node_modules/jshint/node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, "node_modules/just-extend": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/just-extend/-/just-extend-4.1.0.tgz", @@ -1050,9 +1044,9 @@ "dev": true }, "jshint": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.0.tgz", - "integrity": "sha512-Nd+md9wIeyfDK+RGrbOBzwLONSTdihGMtyGYU/t7zYcN2EgUa4iuY3VK2oxtPYrW5ycTj18iC+UbhNTxe4C66g==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.2.tgz", + "integrity": "sha512-xt9lIEqJ0B/48GwIuFA4sw3PPQvmFo/fVCe9Yim9oU2UdX437lnkrBrHEHF/R0HS64WgLFXUvSxrHb0UOrYhAA==", "dev": true, "requires": { "cli": "~1.0.0", @@ -1063,14 +1057,6 @@ "minimatch": "~3.0.2", "shelljs": "0.3.x", "strip-json-comments": "1.0.x" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - } } }, "just-extend": { diff --git a/package.json b/package.json index e4d04f08b..4c28e2e0d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "type-is": "1.6.18" }, "devDependencies": { - "jshint": "2.13.0", + "jshint": "2.13.2", "mocha": "5.2.0", "should": "13.2.3", "sinon": "7.5.0"