www: update devDependencies and gems.
@@ -1,4 +1,4 @@ | ||
1 | 1 | source 'https://rubygems.org' |
2 | 2 | |
3 | -gem 'jekyll', '~> 3.8.3' | |
3 | +gem 'jekyll', '~> 3.8.4' | |
4 | 4 | gem 'jekyll-sitemap', '~> 1.2.0' |
@@ -16,7 +16,7 @@ | ||
16 | 16 | http_parser.rb (0.6.0) |
17 | 17 | i18n (0.9.5) |
18 | 18 | concurrent-ruby (~> 1.0) |
19 | - jekyll (3.8.3) | |
19 | + jekyll (3.8.4) | |
20 | 20 | addressable (~> 2.4) |
21 | 21 | colorator (~> 1.0) |
22 | 22 | em-websocket (~> 0.5) |
@@ -33,10 +33,10 @@ | ||
33 | 33 | sass (~> 3.4) |
34 | 34 | jekyll-sitemap (1.2.0) |
35 | 35 | jekyll (~> 3.3) |
36 | - jekyll-watch (2.0.0) | |
36 | + jekyll-watch (2.1.1) | |
37 | 37 | listen (~> 3.0) |
38 | 38 | kramdown (1.17.0) |
39 | - liquid (4.0.0) | |
39 | + liquid (4.0.1) | |
40 | 40 | listen (3.1.5) |
41 | 41 | rb-fsevent (~> 0.9, >= 0.9.4) |
42 | 42 | rb-inotify (~> 0.9, >= 0.9.7) |
@@ -48,10 +48,10 @@ | ||
48 | 48 | rb-fsevent (0.10.3) |
49 | 49 | rb-inotify (0.9.10) |
50 | 50 | ffi (>= 0.5.0, < 2) |
51 | - rouge (3.2.1) | |
51 | + rouge (3.3.0) | |
52 | 52 | ruby_dep (1.5.0) |
53 | 53 | safe_yaml (1.0.4) |
54 | - sass (3.5.7) | |
54 | + sass (3.6.0) | |
55 | 55 | sass-listen (~> 4.0.0) |
56 | 56 | sass-listen (4.0.0) |
57 | 57 | rb-fsevent (~> 0.9, >= 0.9.4) |
@@ -62,8 +62,8 @@ | ||
62 | 62 | x64-mingw32 |
63 | 63 | |
64 | 64 | DEPENDENCIES |
65 | - jekyll (~> 3.8.3) | |
65 | + jekyll (~> 3.8.4) | |
66 | 66 | jekyll-sitemap (~> 1.2.0) |
67 | 67 | |
68 | 68 | BUNDLED WITH |
69 | - 1.16.4 | |
69 | + 1.16.6 |
@@ -1555,37 +1555,13 @@ | ||
1555 | 1555 | } |
1556 | 1556 | }, |
1557 | 1557 | "grunt-contrib-jshint": { |
1558 | - "version": "1.1.0", | |
1559 | - "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.1.0.tgz", | |
1560 | - "integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=", | |
1558 | + "version": "2.0.0", | |
1559 | + "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-2.0.0.tgz", | |
1560 | + "integrity": "sha512-4qR411I1bhvVrPkKBzCUcrWkTEtBuWioXi9ABWRXHoplRScg03jiMqLDpzS4pDhVsLOTx5F9l+0cnMc+Gd2MWg==", | |
1561 | 1561 | "requires": { |
1562 | - "chalk": "^1.1.1", | |
1562 | + "chalk": "^2.4.1", | |
1563 | 1563 | "hooker": "^0.2.3", |
1564 | - "jshint": "~2.9.4" | |
1565 | - }, | |
1566 | - "dependencies": { | |
1567 | - "ansi-styles": { | |
1568 | - "version": "2.2.1", | |
1569 | - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", | |
1570 | - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" | |
1571 | - }, | |
1572 | - "chalk": { | |
1573 | - "version": "1.1.3", | |
1574 | - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", | |
1575 | - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", | |
1576 | - "requires": { | |
1577 | - "ansi-styles": "^2.2.1", | |
1578 | - "escape-string-regexp": "^1.0.2", | |
1579 | - "has-ansi": "^2.0.0", | |
1580 | - "strip-ansi": "^3.0.0", | |
1581 | - "supports-color": "^2.0.0" | |
1582 | - } | |
1583 | - }, | |
1584 | - "supports-color": { | |
1585 | - "version": "2.0.0", | |
1586 | - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", | |
1587 | - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" | |
1588 | - } | |
1564 | + "jshint": "~2.9.6" | |
1589 | 1565 | } |
1590 | 1566 | }, |
1591 | 1567 | "grunt-contrib-uglify": { |
@@ -25,7 +25,7 @@ | ||
25 | 25 | "grunt-contrib-csslint": "^2.0.0", |
26 | 26 | "grunt-contrib-cssmin": "^3.0.0", |
27 | 27 | "grunt-contrib-htmlmin": "^3.0.0", |
28 | - "grunt-contrib-jshint": "^1.1.0", | |
28 | + "grunt-contrib-jshint": "^2.0.0", | |
29 | 29 | "grunt-contrib-uglify": "^4.0.0", |
30 | 30 | "grunt-contrib-watch": "^1.1.0", |
31 | 31 | "grunt-filerev": "^2.3.1", |