Skip to content

Commit

Permalink
Pin dependencies (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
  • Loading branch information
shoota and renovate-bot committed Mar 5, 2020
1 parent 52e258d commit 9a54ddd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 34 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"version": "3.8.0"
},
"dependencies": {
"hexo": "^4.2.0",
"hexo-deployer-git": "^2.1.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^1.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0"
"hexo": "4.2.0",
"hexo-deployer-git": "2.1.0",
"hexo-generator-archive": "1.0.0",
"hexo-generator-category": "1.0.0",
"hexo-generator-index": "1.0.0",
"hexo-generator-tag": "1.0.0",
"hexo-renderer-ejs": "1.0.0",
"hexo-renderer-marked": "2.0.0",
"hexo-renderer-stylus": "1.1.0",
"hexo-server": "1.0.0"
},
"scripts": {
"start": "hexo server",
Expand Down
10 changes: 5 additions & 5 deletions themes/landscape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.0.2",
"private": true,
"devDependencies": {
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.2.0",
"grunt-git": "~0.2.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1"
"grunt": "0.4.5",
"load-grunt-tasks": "0.2.1",
"grunt-git": "0.2.14",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.4.1"
}
}
31 changes: 12 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ hexo-cli@^3.0.0:
resolve "^1.11.0"
tildify "^2.0.0"

hexo-deployer-git@^2.1.0:
hexo-deployer-git@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/hexo-deployer-git/-/hexo-deployer-git-2.1.0.tgz#2e72f05d7b318dbe29929d156ea13f9132354ff1"
integrity sha512-0rx8YVd1UrwD9vUzIPrB7mljLdcmUv0zRj3MAMCBxY7HqI2RM5ZEV0uKxi34qB7LYA80BNl3FWHl2ghO/tKVTA==
Expand Down Expand Up @@ -943,28 +943,28 @@ hexo-fs@^2.0.0:
escape-string-regexp "^2.0.0"
graceful-fs "^4.1.11"

hexo-generator-archive@^1.0.0:
hexo-generator-archive@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hexo-generator-archive/-/hexo-generator-archive-1.0.0.tgz#ad2afb12232a65e2f8608fc1ca3f19162fb63786"
integrity sha512-24TeanDGpMBUIq37DHpSESQbeN6ssZ06edsGSI76tN4Yit50TgsgzP5g5DSu0yJk0jUtHJntysWE8NYAlFXibA==
dependencies:
hexo-pagination "1.0.0"

hexo-generator-category@^1.0.0:
hexo-generator-category@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hexo-generator-category/-/hexo-generator-category-1.0.0.tgz#cd2a2b03eb326da3ef821d6e29408488cc132eb5"
integrity sha512-kmtwT1SHYL2ismbGnYQXNtqLFSeTdtHNbJIqno3LKROpCK8ybST5QVXF1bZI9LkFcXV/H8ilt8gfg4/dNNcQQQ==
dependencies:
hexo-pagination "1.0.0"

hexo-generator-index@^1.0.0:
hexo-generator-index@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hexo-generator-index/-/hexo-generator-index-1.0.0.tgz#8c9f157dcfa0af4f8417f77a4eb5b3831f69a719"
integrity sha512-L25MdZ7e5ar/F8lIW+zBNNlA4f5A8CBUOYi1IQZCgL3wPVW+AWn66RSM5UVBAbiw5yxDeTHdk0sJYXbhSBaOFQ==
dependencies:
hexo-pagination "1.0.0"

hexo-generator-tag@^1.0.0:
hexo-generator-tag@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hexo-generator-tag/-/hexo-generator-tag-1.0.0.tgz#54ec23de9409c75584ea81e36057a59031b022f1"
integrity sha512-JDoB2T1EncRlyGSjuAhkGxRfKkN8tq0i8tFlk9I4q2L6iYxPaUnFenhji0oxufTADC16/IchuPjmMk//dt8Msg==
Expand All @@ -986,26 +986,19 @@ hexo-log@^1.0.0:
chalk "^2.4.1"
hexo-bunyan "^2.0.0"

hexo-pagination@0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-0.0.2.tgz#8cf470c7db0de5b18a3926a76deb194015df7f2b"
integrity sha1-jPRwx9sN5bGKOSanbesZQBXffys=
dependencies:
utils-merge "^1.0.0"

hexo-pagination@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-1.0.0.tgz#c9c0ca3665267b9e9d0a89fc3edcaf3276907dc1"
integrity sha512-miEVFgxchPr2qNWxw0JWpJ9R/Yaf7HjHBZVjvCCcqfbsLyYtCvIfJDxcEwz1sDOC/fLzYPqNnhUI73uNxBHRSA==

hexo-renderer-ejs@^1.0.0:
hexo-renderer-ejs@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hexo-renderer-ejs/-/hexo-renderer-ejs-1.0.0.tgz#43c4de49eeae224036a457df860eb1c14c68b4b4"
integrity sha512-O925i69FG4NYO62oWORcPhRZZX0sPx1SXGKUS5DaR/lzajyiXH5i2sqnkj0ya0rNLXIy/D7Xmt7WbFyuQx/kKQ==
dependencies:
ejs "^2.6.1"

hexo-renderer-marked@^2.0.0:
hexo-renderer-marked@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/hexo-renderer-marked/-/hexo-renderer-marked-2.0.0.tgz#458540b014141e7cf72145a82ec591be359cdba1"
integrity sha512-+LMjgPkJSUAOlWYHJnBXxUHwGqemGNlK/I+JNO4zA5rEHWNWZ9wNAZKd5g0lEVdMAZzAV54gCylXGURgMO4IAw==
Expand All @@ -1014,15 +1007,15 @@ hexo-renderer-marked@^2.0.0:
marked "^0.7.0"
strip-indent "^3.0.0"

hexo-renderer-stylus@^1.1.0:
hexo-renderer-stylus@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/hexo-renderer-stylus/-/hexo-renderer-stylus-1.1.0.tgz#7a0a107bcf4b74fdf88f28da2db47b8dc9e208e5"
integrity sha512-aXfMuro2aQOvpM5pyPEModAPvqYi73VN4t37vGMQCbT0QTmw8YohEmUpO/G/1k6j88ong6344v+A0xrpUGQRnQ==
dependencies:
nib "^1.1.2"
stylus "^0.54.5"

hexo-server@^1.0.0:
hexo-server@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hexo-server/-/hexo-server-1.0.0.tgz#af89fcc0a07740ad2a7f33d1d003889aab22927e"
integrity sha512-eSY+a5oiGCG/3T6FrdrNRBkttMLJkM+oitY6ZMFowjcBiG2VNEhQmfWUDOykfvApZs4wPYBb//uXD/58tfe3mA==
Expand Down Expand Up @@ -1062,7 +1055,7 @@ hexo-util@^1.0.0, hexo-util@^1.4.0, hexo-util@^1.8.0:
punycode.js "^2.1.0"
striptags "^3.1.1"

hexo@^4.2.0:
hexo@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/hexo/-/hexo-4.2.0.tgz#dd306abe801ca47623cae7c86818af4425b466ec"
integrity sha512-j2Kzgx/eWF0IgSfUEsAAhr0mDaaqR3E1MTus0/Vrs+JpQdMiSlqSbudPf2S9O4FHi5CAzDCuzToGlg2kgoQxcA==
Expand Down Expand Up @@ -1743,7 +1736,7 @@ nunjucks@^3.1.3:
optionalDependencies:
chokidar "^2.0.0"

object-assign@^4.0.1, object-assign@^4.1.0:
object-assign@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
Expand Down Expand Up @@ -2467,7 +2460,7 @@ util-deprecate@~1.0.1:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=

utils-merge@1.0.1, utils-merge@^1.0.0:
utils-merge@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
Expand Down

0 comments on commit 9a54ddd

Please sign in to comment.