summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-31 05:43:29 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-05-31 08:23:54 +0200
commitf0008643b54498d747eaa21ec4627c16942da443 (patch)
tree3bd9589d0ab736f470e175d7199534cbe611198c
parentca69bd4cb8ebdf72e913875a0bf4981d8b8d3072 (diff)
Bump jshint from 2.12.0 to 2.13.0 in /js
Bumps [jshint](https://github.com/jshint/jshint) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/2.13.0/CHANGELOG.md) - [Commits](https://github.com/jshint/jshint/compare/2.12.0...2.13.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--js/package-lock.json20
-rw-r--r--js/package.json2
2 files changed, 11 insertions, 11 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index aa078c951..5601a0e28 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -1427,15 +1427,15 @@
},
"dependencies": {
"domelementtype": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz",
- "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
+ "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
"dev": true
},
"entities": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz",
- "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
+ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
"dev": true
}
}
@@ -3510,16 +3510,16 @@
"dev": true
},
"jshint": {
- "version": "2.12.0",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.12.0.tgz",
- "integrity": "sha512-TwuuaUDmra0JMkuqvqy+WGo2xGHSNjv1BA1nTIgtH2K5z1jHuAEeAgp7laaR+hLRmajRjcrM71+vByBDanCyYA==",
+ "version": "2.13.0",
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.0.tgz",
+ "integrity": "sha512-Nd+md9wIeyfDK+RGrbOBzwLONSTdihGMtyGYU/t7zYcN2EgUa4iuY3VK2oxtPYrW5ycTj18iC+UbhNTxe4C66g==",
"dev": true,
"requires": {
"cli": "~1.0.0",
"console-browserify": "1.1.x",
"exit": "0.1.x",
"htmlparser2": "3.8.x",
- "lodash": "~4.17.19",
+ "lodash": "~4.17.21",
"minimatch": "~3.0.2",
"shelljs": "0.3.x",
"strip-json-comments": "1.0.x"
diff --git a/js/package.json b/js/package.json
index e24b91b96..cbf0d59dc 100644
--- a/js/package.json
+++ b/js/package.json
@@ -42,7 +42,7 @@
"gulp-terser": "^2.0.1",
"jasmine-core": "^3.7.1",
"jquery": "^3.6.0",
- "jshint": "^2.12.0",
+ "jshint": "^2.13.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",