summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-28 12:02:48 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-12-28 13:17:37 +0100
commitaabd40134b973ce37005d0cf780d580a6ae398a7 (patch)
treea159b5c335e2bd75a775c42ef99d301c50aefdc6
parent0f307ae6e1c21e0c3576d40e0bd33df413cd8e3a (diff)
Bump jshint from 2.13.1 to 2.13.2 in /js
Bumps [jshint](https://github.com/jshint/jshint) from 2.13.1 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.1...2.13.2) --- updated-dependencies: - dependency-name: jshint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--js/package-lock.json6
-rw-r--r--js/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index ff6f7bbc2..10de9a5cc 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -3648,9 +3648,9 @@
"dev": true
},
"jshint": {
- "version": "2.13.1",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.1.tgz",
- "integrity": "sha512-vymzfR3OysF5P774x6zYv0bD4EpH6NWRxpq54wO9mA9RuY49yb1teKSICkLx2Ryx+mfzlVVNNbTBtsRtg78t7g==",
+ "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",
diff --git a/js/package.json b/js/package.json
index a364b83a8..ee7d5347b 100644
--- a/js/package.json
+++ b/js/package.json
@@ -42,7 +42,7 @@
"gulp-terser": "^2.1.0",
"jasmine-core": "^3.10.1",
"jquery": "^3.6.0",
- "jshint": "^2.13.1",
+ "jshint": "^2.13.2",
"karma": "^6.3.9",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.1.0",