浏览代码

fix: updated dependencies

NGPixel 7 年之前
父节点
当前提交
5eb81f88d7
共有 4 个文件被更改,包括 421 次插入168 次删除
  1. 11 0
      CHANGELOG.md
  2. 2 1
      README.md
  3. 34 34
      package.json
  4. 374 133
      yarn.lock

+ 11 - 0
CHANGELOG.md

@@ -2,6 +2,15 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 
+## [v1.0.8] - 2017-08-31
+### Changed
+- **Misc**: Updated dependencies
+
+## [v1.0.7] - 2017-08-29
+### Fixed
+- **Authentication**: Azure AD client Id is now referenced correctly ([#219](https://github.com/Requarks/wiki/issues/219))
+- **Git**: Git Branch is now referenced correctly ([#215](https://github.com/Requarks/wiki/issues/215))
+
 ## [v1.0.6] - 2017-08-10
 ### Fixed
 - **Authentication**: LDAP no longer cause the social login text to appear on the login screen.
@@ -208,6 +217,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 ### Changed
 - Updated dependencies + snyk policy
 
+[v1.0.8]: https://github.com/Requarks/wiki/releases/tag/v1.0.8
+[v1.0.7]: https://github.com/Requarks/wiki/releases/tag/v1.0.7
 [v1.0.6]: https://github.com/Requarks/wiki/releases/tag/v1.0.6
 [v1.0.5]: https://github.com/Requarks/wiki/releases/tag/v1.0.5
 [v1.0.4]: https://github.com/Requarks/wiki/releases/tag/v1.0.4

+ 2 - 1
README.md

@@ -53,11 +53,12 @@ You can also use a Dockerfile ([see example](https://github.com/Requarks/wiki/bl
 
 Current and upcoming milestones *(major features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for complete list of features and bug fixes)*:
 
-### 1.0.7 - Stable
+### 1.0.8 - Stable
 ![Progress](http://progressed.io/bar/100)
 
 - [x] Fix: Azure AD client Id is now referenced correctly ([#219](https://github.com/Requarks/wiki/issues/219))
 - [x] Fix: Git Branch is now referenced correctly ([#215](https://github.com/Requarks/wiki/issues/215))
+- [x] Updated dependencies
 
 ### 2.0.0 - Dev
 ![Progress](http://progressed.io/bar/20)

+ 34 - 34
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wiki",
-  "version": "1.0.7",
+  "version": "1.0.8",
   "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
   "main": "wiki.js",
   "scripts": {
@@ -42,7 +42,7 @@
     "bcryptjs-then": "~1.0.1",
     "bluebird": "~3.5.0",
     "body-parser": "~1.17.2",
-    "bunyan": "~1.8.10",
+    "bunyan": "~1.8.12",
     "cheerio": "~1.0.0-rc.2",
     "child-process-promise": "~2.2.1",
     "chokidar": "~1.7.0",
@@ -52,49 +52,49 @@
     "cookie-parser": "~1.4.3",
     "cron": "~1.2.1",
     "diff2html": "~2.3.0",
-    "execa": "~0.7.0",
-    "express": "~4.15.3",
+    "execa": "~0.8.0",
+    "express": "~4.15.4",
     "express-brute": "1.0.1",
     "express-brute-mongoose": "~0.0.9",
-    "express-session": "~1.15.3",
-    "file-type": "~5.2.0",
+    "express-session": "~1.15.5",
+    "file-type": "~6.1.0",
     "filesize.js": "~1.0.2",
     "follow-redirects": "~1.2.4",
-    "fs-extra": "~4.0.0",
+    "fs-extra": "~4.0.1",
     "git-wrapper2-promise": "~0.2.9",
     "highlight.js": "~9.12.0",
-    "i18next": "~8.4.3",
+    "i18next": "~9.0.0",
     "i18next-express-middleware": "~1.0.5",
     "i18next-node-fs-backend": "~1.0.0",
     "image-size": "~0.6.0",
     "jimp": "~0.2.28",
-    "js-yaml": "~3.9.0",
-    "jsonwebtoken": "~7.4.1",
-    "klaw": "~2.0.0",
-    "levelup": "~1.3.8",
+    "js-yaml": "~3.9.1",
+    "jsonwebtoken": "~7.4.3",
+    "klaw": "~2.1.0",
+    "levelup": "~1.3.9",
     "lodash": "~4.17.4",
-    "markdown-it": "~8.3.1",
+    "markdown-it": "~8.4.0",
     "markdown-it-abbr": "~1.0.4",
     "markdown-it-anchor": "~4.0.0",
-    "markdown-it-attrs": "~0.9.0",
+    "markdown-it-attrs": "~1.1.0",
     "markdown-it-emoji": "~1.4.0",
     "markdown-it-expand-tabs": "~1.0.12",
     "markdown-it-external-links": "0.0.6",
     "markdown-it-footnote": "~3.0.1",
     "markdown-it-mathjax": "~2.0.0",
     "markdown-it-task-lists": "~2.0.1",
-    "mathjax-node": "~1.1.0",
+    "mathjax-node": "~1.2.0",
     "memdown": "~1.2.4",
-    "mime-types": "~2.1.15",
+    "mime-types": "~2.1.16",
     "moment": "~2.18.1",
     "moment-timezone": "~0.5.13",
-    "mongodb": "~2.2.30",
-    "mongoose": "~4.11.1",
+    "mongodb": "~2.2.31",
+    "mongoose": "~4.11.9",
     "multer": "~1.3.0",
     "node-2fa": "~1.1.2",
     "node-graceful": "~0.2.3",
     "ora": "~1.3.0",
-    "passport": "~0.3.2",
+    "passport": "~0.4.0",
     "passport-azure-ad-oauth2": "0.0.4",
     "passport-facebook": "~2.1.1",
     "passport-github2": "~0.1.10",
@@ -105,42 +105,42 @@
     "passport-windowslive": "~1.0.2",
     "passport.socketio": "~3.7.0",
     "pm2": "~2.6.1",
-    "pug": "~2.0.0-rc.2",
-    "read-chunk": "~2.0.0",
-    "remove-markdown": "~0.2.0",
+    "pug": "~2.0.0-rc.3",
+    "read-chunk": "~2.1.0",
+    "remove-markdown": "~0.2.2",
     "request": "~2.81.0",
     "search-index-adder": "~0.3.9",
     "search-index-searcher": "~0.2.10",
-    "semver": "~5.3.0",
+    "semver": "~5.4.1",
     "serve-favicon": "~2.4.3",
     "simplemde": "~1.11.2",
     "socket.io": "~2.0.2",
     "stopword": "~0.1.6",
     "stream-to-promise": "~2.2.0",
-    "tar": "~3.1.5",
+    "tar": "~4.0.1",
     "through2": "~2.0.3",
-    "validator": "~8.0.0",
+    "validator": "~8.1.0",
     "validator-as-promised": "~1.0.2",
     "winston": "~2.3.1",
     "yargs": "~8.0.1"
   },
   "devDependencies": {
-    "@glimpse/glimpse": "~0.22.13",
+    "@glimpse/glimpse": "~0.22.15",
     "@panter/vue-i18next": "~0.5.0",
-    "babel-cli": "~6.24.1",
+    "babel-cli": "~6.26.0",
     "babel-jest": "~20.0.3",
     "babel-plugin-transform-object-assign": "~6.22.0",
     "babel-preset-es2015": "~6.24.1",
     "brace": "~0.10.0",
     "colors": "~1.1.2",
     "consolidate": "~0.14.5",
-    "eslint": "~4.3.0",
+    "eslint": "~4.5.0",
     "eslint-config-standard": "~10.2.1",
     "eslint-plugin-import": "~2.7.0",
     "eslint-plugin-node": "~5.1.0",
     "eslint-plugin-promise": "~3.5.0",
     "eslint-plugin-standard": "~3.0.1",
-    "fuse-box": "~2.2.1",
+    "fuse-box": "~2.2.2",
     "i18next-xhr-backend": "~1.4.2",
     "jest": "~20.0.4",
     "jquery": "~3.2.1",
@@ -154,16 +154,16 @@
     "nodemon": "~1.11.0",
     "pug-lint": "~2.4.0",
     "twemoji-awesome": "~1.0.6",
-    "typescript": "~2.4.1",
-    "uglify-es": "~3.0.24",
-    "vee-validate": "~2.0.0-rc.6",
+    "typescript": "~2.5.2",
+    "uglify-es": "~3.0.28",
+    "vee-validate": "~2.0.0-rc.14",
     "vue": "~2.4.2",
-    "vue-clipboards": "~1.0.2",
+    "vue-clipboards": "~1.1.0",
     "vue-lodash": "~1.0.3",
     "vue-resource": "~1.3.4",
     "vue-template-compiler": "~2.4.2",
     "vue-template-es2015-compiler": "~1.5.3",
-    "vuex": "~2.3.1"
+    "vuex": "~2.4.0"
   },
   "jest": {
     "collectCoverage": false,

文件差异内容过多而无法显示
+ 374 - 133
yarn.lock


部分文件因为文件数量过多而无法显示