Skip to content

Commit 49f7068

Browse files
Bump jshint from 2.11.1 to 2.11.2
Bumps [jshint](https://github.com/jshint/jshint) from 2.11.1 to 2.11.2. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md) - [Commits](jshint/jshint@2.11.1...2.11.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 9fb98ef commit 49f7068

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"babel6-plugin-strip-heimdall": "^6.0.1",
3939
"heimdalljs": "^0.3.2",
4040
"jscs": "^2.11.0",
41-
"jshint": "^2.11.1",
41+
"jshint": "^2.11.2",
4242
"mkdirp": "^0.5.1",
4343
"ora": "^3.4.0",
4444
"promise-map-series": "^0.2.2",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,16 +1469,16 @@ jsesc@~0.5.0:
14691469
version "0.5.0"
14701470
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
14711471

1472-
jshint@^2.11.1:
1473-
version "2.11.1"
1474-
resolved "https://registry.yarnpkg.com/jshint/-/jshint-2.11.1.tgz#28ec7d1cf7baaae5ce7bd37b9a70ed6cfd938570"
1475-
integrity sha512-WXWePB8ssAH3DlD05IoqolsY6arhbll/1+i2JkRPpihQAuiNaR/gSt8VKIcxpV5m6XChP0hCwESQUqpuQMA8Tg==
1472+
jshint@^2.11.2:
1473+
version "2.11.2"
1474+
resolved "https://registry.yarnpkg.com/jshint/-/jshint-2.11.2.tgz#10388bf33e206f3c5162b6f8829f4f4f75b57ef6"
1475+
integrity sha512-3JfkI/3igmLYKVTEjglsaeUktOqZfgRM+nLL0AItmX5CV+PUOcVGmLBhhDjJ7pLPXsKYIkzMqFkN7avABmrj3g==
14761476
dependencies:
14771477
cli "~1.0.0"
14781478
console-browserify "1.1.x"
14791479
exit "0.1.x"
14801480
htmlparser2 "3.8.x"
1481-
lodash "~4.17.11"
1481+
lodash "~4.17.19"
14821482
minimatch "~3.0.2"
14831483
shelljs "0.3.x"
14841484
strip-json-comments "1.0.x"
@@ -1621,9 +1621,10 @@ lodash@^3.10.0, lodash@^3.5.0, lodash@^3.7.0, lodash@^3.9.3, lodash@~3.10.0:
16211621
version "3.10.1"
16221622
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
16231623

1624-
lodash@^4.17.4, lodash@^4.2.0, lodash@~4.17.11:
1625-
version "4.17.11"
1626-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
1624+
lodash@^4.17.4, lodash@^4.2.0, lodash@~4.17.19:
1625+
version "4.17.19"
1626+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
1627+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
16271628

16281629
log-symbols@^2.2.0:
16291630
version "2.2.0"

0 commit comments

Comments
 (0)