From d34f4c2aabe78da0adefd4e95b9baacbf771fa83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 11:04:04 +0000 Subject: [PATCH] Bump jshint from 2.13.0 to 2.13.1 in /web/themes/custom/move_mil Bumps [jshint](https://github.com/jshint/jshint) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md) - [Commits](https://github.com/jshint/jshint/compare/2.13.0...2.13.1) --- updated-dependencies: - dependency-name: jshint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/themes/custom/move_mil/package-lock.json | 6 +++--- web/themes/custom/move_mil/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/themes/custom/move_mil/package-lock.json b/web/themes/custom/move_mil/package-lock.json index b7b88679..836c04e4 100644 --- a/web/themes/custom/move_mil/package-lock.json +++ b/web/themes/custom/move_mil/package-lock.json @@ -5874,9 +5874,9 @@ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" }, "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.1", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.1.tgz", + "integrity": "sha512-vymzfR3OysF5P774x6zYv0bD4EpH6NWRxpq54wO9mA9RuY49yb1teKSICkLx2Ryx+mfzlVVNNbTBtsRtg78t7g==", "requires": { "cli": "~1.0.0", "console-browserify": "1.1.x", diff --git a/web/themes/custom/move_mil/package.json b/web/themes/custom/move_mil/package.json index 87778ed4..7f66bbe8 100644 --- a/web/themes/custom/move_mil/package.json +++ b/web/themes/custom/move_mil/package.json @@ -58,7 +58,7 @@ "gulp-stylelint": "^13.0.0", "gulp-uglify": "^3.0.1", "gulp-util": "^3.0.8", - "jshint": "^2.13.0", + "jshint": "^2.13.1", "jshint-stylish": "^2.2.1", "lodash": "^4.17.21", "lodash.template": "^4.5.0",