Skip to content

Commit 5058829

Browse files
vuejs-jp-botpotato4d
authored andcommitted
chore: update deps (#1381)
1 parent 2abc2f7 commit 5058829

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jp.vuejs.org",
33
"private": true,
44
"hexo": {
5-
"version": "3.7.1"
5+
"version": "3.8.0"
66
},
77
"engines": {
88
"node": ">=8.9.0"
@@ -16,12 +16,12 @@
1616
"hexo-generator-feed": "^1.2.2",
1717
"hexo-generator-index": "^0.2.1",
1818
"hexo-generator-tag": "^0.2.0",
19-
"hexo-offline": "^0.2.3",
19+
"hexo-offline": "^1.0.0",
2020
"hexo-renderer-ejs": "^0.3.1",
2121
"hexo-renderer-marked": "^0.3.0",
2222
"hexo-renderer-stylus": "^0.3.3",
2323
"hexo-server": "^0.3.1",
24-
"hoek": "^5.0.3",
24+
"hoek": "^6.1.2",
2525
"request": "^2.85.0"
2626
},
2727
"devDependencies": {

Diff for: yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1884,12 +1884,12 @@ hexo-log@^0.2.0:
18841884
chalk "^1.1.1"
18851885
hexo-bunyan "^1.0.0"
18861886

1887-
hexo-offline@^0.2.3:
1888-
version "0.2.3"
1889-
resolved "https://registry.yarnpkg.com/hexo-offline/-/hexo-offline-0.2.3.tgz#d08715f8118a9cc44401ac04fc2007165a454e56"
1890-
integrity sha512-iVlIKPdmjgtGBeG8TUo/2pkP34xGoSEW5aS0pjBebVKhSLALbZ+4tOwTlJJAJ8Eylq2ZjxqBPdIFPFBZ42m61A==
1887+
hexo-offline@^1.0.0:
1888+
version "1.0.0"
1889+
resolved "https://registry.yarnpkg.com/hexo-offline/-/hexo-offline-1.0.0.tgz#9c78fce0aaa05bf39c6ee2cab41cea34d5806c62"
1890+
integrity sha512-9vrcFvIB2JMTNJZsAnzoh3thvAhCg5RDvrJftvo909hIdgNt5VMWmkUg3jCQgDFUrq7OWljIVIBH8Z2R1/bOjw==
18911891
dependencies:
1892-
sw-precache "^5.1.0"
1892+
sw-precache "^5.2.1"
18931893

18941894
18951895
version "0.0.2"
@@ -1989,10 +1989,10 @@ highlight.js@^9.4.0:
19891989
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.13.1.tgz#054586d53a6863311168488a0f58d6c505ce641e"
19901990
integrity sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A==
19911991

1992-
hoek@^5.0.3:
1993-
version "5.0.4"
1994-
resolved "https://registry.yarnpkg.com/hoek/-/hoek-5.0.4.tgz#0f7fa270a1cafeb364a4b2ddfaa33f864e4157da"
1995-
integrity sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w==
1992+
hoek@^6.1.2:
1993+
version "6.1.2"
1994+
resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.2.tgz#99e6d070561839de74ee427b61aa476bd6bddfd6"
1995+
integrity sha512-6qhh/wahGYZHFSFw12tBbJw5fsAhhwrrG/y3Cs0YMTv2WzMnL0oLPnQJjv1QJvEfylRSOFuP+xCu+tdx0tD16Q==
19961996

19971997
hosted-git-info@^2.1.4:
19981998
version "2.7.1"
@@ -4519,7 +4519,7 @@ supports-color@^5.3.0:
45194519
dependencies:
45204520
has-flag "^3.0.0"
45214521

4522-
sw-precache@^5.1.0:
4522+
sw-precache@^5.2.1:
45234523
version "5.2.1"
45244524
resolved "https://registry.yarnpkg.com/sw-precache/-/sw-precache-5.2.1.tgz#06134f319eec68f3b9583ce9a7036b1c119f7179"
45254525
integrity sha512-8FAy+BP/FXE+ILfiVTt+GQJ6UEf4CVHD9OfhzH0JX+3zoy2uFk7Vn9EfXASOtVmmIVbL3jE/W8Z66VgPSZcMhw==

0 commit comments

Comments
 (0)