summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-06 12:02:54 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-01-07 14:32:50 +0100
commitf2b7eed008f503616d936c92fb302f4b060096ef (patch)
treedbe0c39fb6f0ebf2c9ccd90cd9ba2eaab54b1501
parent50a5b2f5d45e78c52e4619906a4fa726ded622e3 (diff)
Bump jshint from 2.13.2 to 2.13.3 in /js
Bumps [jshint](https://github.com/jshint/jshint) from 2.13.2 to 2.13.3. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/2.13.3/CHANGELOG.md) - [Commits](https://github.com/jshint/jshint/compare/2.13.2...2.13.3) --- 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 01bdf1e77..b26c12a96 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -3648,9 +3648,9 @@
"dev": true
},
"jshint": {
- "version": "2.13.2",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.2.tgz",
- "integrity": "sha512-xt9lIEqJ0B/48GwIuFA4sw3PPQvmFo/fVCe9Yim9oU2UdX437lnkrBrHEHF/R0HS64WgLFXUvSxrHb0UOrYhAA==",
+ "version": "2.13.3",
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.3.tgz",
+ "integrity": "sha512-zlVQz8XAl1ODXEOVMPkDNuntPebPIE39Xn7ex/JAI9+TmBIf/fcUuj58FaLCC88rOHy8leq0N5ChBB+V5fmpzA==",
"dev": true,
"requires": {
"cli": "~1.0.0",
diff --git a/js/package.json b/js/package.json
index 3346473e1..dd5e3d5b1 100644
--- a/js/package.json
+++ b/js/package.json
@@ -42,7 +42,7 @@
"gulp-terser": "^2.1.0",
"jasmine-core": "^4.0.0",
"jquery": "^3.6.0",
- "jshint": "^2.13.2",
+ "jshint": "^2.13.3",
"karma": "^6.3.9",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.1.0",