summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-14 12:00:40 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-11-17 14:51:19 +0100
commit72b1099549f1c6954ff3aa9595d51e6e36e2e3aa (patch)
tree29a19da2896f5df2e49b64911e8bbf4b4d1b9820
parentf062c7458c4b8999b714fbd732eccbd6fa7bcb9c (diff)
Bump jshint from 2.13.5 to 2.13.6 in /js
Bumps [jshint](https://github.com/jshint/jshint) from 2.13.5 to 2.13.6. - [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.5...2.13.6) --- 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 01d725330..ab72ac642 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -25,7 +25,7 @@
"gulp-terser": "^2.1.0",
"jasmine-core": "^4.5.0",
"jquery": "^3.6.1",
- "jshint": "^2.13.5",
+ "jshint": "^2.13.6",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
@@ -3633,9 +3633,9 @@
}
},
"node_modules/jshint": {
- "version": "2.13.5",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.5.tgz",
- "integrity": "sha512-dB2n1w3OaQ35PLcBGIWXlszjbPZwsgZoxsg6G8PtNf2cFMC1l0fObkYLUuXqTTdi6tKw4sAjfUseTdmDMHQRcg==",
+ "version": "2.13.6",
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz",
+ "integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==",
"dev": true,
"dependencies": {
"cli": "~1.0.0",
@@ -10098,9 +10098,9 @@
"dev": true
},
"jshint": {
- "version": "2.13.5",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.5.tgz",
- "integrity": "sha512-dB2n1w3OaQ35PLcBGIWXlszjbPZwsgZoxsg6G8PtNf2cFMC1l0fObkYLUuXqTTdi6tKw4sAjfUseTdmDMHQRcg==",
+ "version": "2.13.6",
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz",
+ "integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==",
"dev": true,
"requires": {
"cli": "~1.0.0",
diff --git a/js/package.json b/js/package.json
index bf7164fb2..d3b2cdf1c 100644
--- a/js/package.json
+++ b/js/package.json
@@ -42,7 +42,7 @@
"gulp-terser": "^2.1.0",
"jasmine-core": "^4.5.0",
"jquery": "^3.6.1",
- "jshint": "^2.13.5",
+ "jshint": "^2.13.6",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",