Skip to content

Commit 704173f

Browse files
Bump jshint from 2.12.0 to 2.13.0
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](jshint/jshint@2.12.0...2.13.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent af0aae0 commit 704173f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
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.12.0",
41+
"jshint": "^2.13.0",
4242
"mkdirp": "^0.5.1",
4343
"ora": "^3.4.0",
4444
"promise-map-series": "^0.2.2",

yarn.lock

+9-9
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.12.0:
1473-
version "2.12.0"
1474-
resolved "https://registry.yarnpkg.com/jshint/-/jshint-2.12.0.tgz#52e75bd058d587ef81a0e2f95e5cf18eb5dc5c37"
1475-
integrity sha512-TwuuaUDmra0JMkuqvqy+WGo2xGHSNjv1BA1nTIgtH2K5z1jHuAEeAgp7laaR+hLRmajRjcrM71+vByBDanCyYA==
1472+
jshint@^2.13.0:
1473+
version "2.13.0"
1474+
resolved "https://registry.yarnpkg.com/jshint/-/jshint-2.13.0.tgz#3855e7a2c73695ae0ef7ea2a9d3b1f47b9877884"
1475+
integrity sha512-Nd+md9wIeyfDK+RGrbOBzwLONSTdihGMtyGYU/t7zYcN2EgUa4iuY3VK2oxtPYrW5ycTj18iC+UbhNTxe4C66g==
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.19"
1481+
lodash "~4.17.21"
14821482
minimatch "~3.0.2"
14831483
shelljs "0.3.x"
14841484
strip-json-comments "1.0.x"
@@ -1621,10 +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.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==
1624+
lodash@^4.17.4, lodash@^4.2.0, lodash@~4.17.21:
1625+
version "4.17.21"
1626+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1627+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
16281628

16291629
log-symbols@^2.2.0:
16301630
version "2.2.0"

0 commit comments

Comments
 (0)