Skip to content

Commit f632d20

Browse files
committed
chore: update deps
1 parent 95c9b72 commit f632d20

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": "vuejs.org",
33
"private": true,
44
"hexo": {
5-
"version": "3.7.1"
5+
"version": "3.8.0"
66
},
77
"scripts": {
88
"start": "hexo server",
@@ -21,12 +21,12 @@
2121
"hexo-generator-feed": "^1.2.2",
2222
"hexo-generator-index": "^0.2.1",
2323
"hexo-generator-tag": "^0.2.0",
24-
"hexo-offline": "^0.2.3",
24+
"hexo-offline": "^1.0.0",
2525
"hexo-renderer-ejs": "^0.3.1",
2626
"hexo-renderer-marked": "^0.3.0",
2727
"hexo-renderer-stylus": "^0.3.3",
2828
"hexo-server": "^0.3.1",
29-
"hoek": "^5.0.3",
29+
"hoek": "^6.1.2",
3030
"request": "^2.85.0"
3131
}
3232
}

Diff for: yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1465,12 +1465,12 @@ hexo-log@^0.2.0:
14651465
chalk "^1.1.1"
14661466
hexo-bunyan "^1.0.0"
14671467

1468-
hexo-offline@^0.2.3:
1469-
version "0.2.3"
1470-
resolved "https://registry.yarnpkg.com/hexo-offline/-/hexo-offline-0.2.3.tgz#d08715f8118a9cc44401ac04fc2007165a454e56"
1471-
integrity sha512-iVlIKPdmjgtGBeG8TUo/2pkP34xGoSEW5aS0pjBebVKhSLALbZ+4tOwTlJJAJ8Eylq2ZjxqBPdIFPFBZ42m61A==
1468+
hexo-offline@^1.0.0:
1469+
version "1.0.0"
1470+
resolved "https://registry.yarnpkg.com/hexo-offline/-/hexo-offline-1.0.0.tgz#9c78fce0aaa05bf39c6ee2cab41cea34d5806c62"
1471+
integrity sha512-9vrcFvIB2JMTNJZsAnzoh3thvAhCg5RDvrJftvo909hIdgNt5VMWmkUg3jCQgDFUrq7OWljIVIBH8Z2R1/bOjw==
14721472
dependencies:
1473-
sw-precache "^5.1.0"
1473+
sw-precache "^5.2.1"
14741474

14751475
14761476
version "0.0.2"
@@ -1570,10 +1570,10 @@ highlight.js@^9.4.0:
15701570
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.13.1.tgz#054586d53a6863311168488a0f58d6c505ce641e"
15711571
integrity sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A==
15721572

1573-
hoek@^5.0.3:
1574-
version "5.0.4"
1575-
resolved "https://registry.yarnpkg.com/hoek/-/hoek-5.0.4.tgz#0f7fa270a1cafeb364a4b2ddfaa33f864e4157da"
1576-
integrity sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w==
1573+
hoek@^6.1.2:
1574+
version "6.1.2"
1575+
resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.2.tgz#99e6d070561839de74ee427b61aa476bd6bddfd6"
1576+
integrity sha512-6qhh/wahGYZHFSFw12tBbJw5fsAhhwrrG/y3Cs0YMTv2WzMnL0oLPnQJjv1QJvEfylRSOFuP+xCu+tdx0tD16Q==
15771577

15781578
hosted-git-info@^2.1.4:
15791579
version "2.7.1"
@@ -3421,7 +3421,7 @@ supports-color@^5.3.0:
34213421
dependencies:
34223422
has-flag "^3.0.0"
34233423

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

0 commit comments

Comments
 (0)