summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-25 12:03:33 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-01-25 13:51:12 +0100
commit36e4a46ba40c179d3bd0136c6dba1c423de55881 (patch)
tree6a1d233a5bdd20782bdd6fc432c4bf57af3b60ef
parentab88352bc92baaa0e0eacf5bf61291ca402141a6 (diff)
Bump jshint from 2.13.3 to 2.13.4 in /js
Bumps [jshint](https://github.com/jshint/jshint) from 2.13.3 to 2.13.4. - [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.3...2.13.4) --- 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.json13
-rw-r--r--js/package.json2
2 files changed, 4 insertions, 11 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 8e43c7ef3..5961838c4 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -3633,9 +3633,9 @@
"dev": true
},
"jshint": {
- "version": "2.13.3",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.3.tgz",
- "integrity": "sha512-zlVQz8XAl1ODXEOVMPkDNuntPebPIE39Xn7ex/JAI9+TmBIf/fcUuj58FaLCC88rOHy8leq0N5ChBB+V5fmpzA==",
+ "version": "2.13.4",
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz",
+ "integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==",
"dev": true,
"requires": {
"cli": "~1.0.0",
@@ -3644,7 +3644,6 @@
"htmlparser2": "3.8.x",
"lodash": "~4.17.21",
"minimatch": "~3.0.2",
- "shelljs": "0.3.x",
"strip-json-comments": "1.0.x"
}
},
@@ -5312,12 +5311,6 @@
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
"dev": true
},
- "shelljs": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
- "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
- "dev": true
- },
"simple-fmt": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz",
diff --git a/js/package.json b/js/package.json
index 88f9319bd..44bed1400 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.3",
+ "jshint": "^2.13.4",
"karma": "^6.3.11",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.1.0",