summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-26 06:58:05 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-07-26 23:05:11 +0200
commit390efb9806d196ff5f6a75382405554b499c7390 (patch)
tree658885294af50929f6979cff2dc2f44f700ff851
parent70f257d08addef4b1698345c58b00a0a5d565e49 (diff)
Bump jshint from 2.13.4 to 2.13.5 in /js
Bumps [jshint](https://github.com/jshint/jshint) from 2.13.4 to 2.13.5. - [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.4...2.13.5) --- 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.json14
-rw-r--r--js/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 24d615471..3cca7c376 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -25,7 +25,7 @@
"gulp-terser": "^2.1.0",
"jasmine-core": "^4.3.0",
"jquery": "^3.6.0",
- "jshint": "^2.13.4",
+ "jshint": "^2.13.5",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
@@ -3633,9 +3633,9 @@
}
},
"node_modules/jshint": {
- "version": "2.13.4",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz",
- "integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==",
+ "version": "2.13.5",
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.5.tgz",
+ "integrity": "sha512-dB2n1w3OaQ35PLcBGIWXlszjbPZwsgZoxsg6G8PtNf2cFMC1l0fObkYLUuXqTTdi6tKw4sAjfUseTdmDMHQRcg==",
"dev": true,
"dependencies": {
"cli": "~1.0.0",
@@ -10098,9 +10098,9 @@
"dev": true
},
"jshint": {
- "version": "2.13.4",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz",
- "integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==",
+ "version": "2.13.5",
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.5.tgz",
+ "integrity": "sha512-dB2n1w3OaQ35PLcBGIWXlszjbPZwsgZoxsg6G8PtNf2cFMC1l0fObkYLUuXqTTdi6tKw4sAjfUseTdmDMHQRcg==",
"dev": true,
"requires": {
"cli": "~1.0.0",
diff --git a/js/package.json b/js/package.json
index 7cb33d649..24f970e44 100644
--- a/js/package.json
+++ b/js/package.json
@@ -42,7 +42,7 @@
"gulp-terser": "^2.1.0",
"jasmine-core": "^4.3.0",
"jquery": "^3.6.0",
- "jshint": "^2.13.4",
+ "jshint": "^2.13.5",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",