fix: updated dependencies
This commit is contained in:
parent
9ca470788c
commit
5eb81f88d7
11
CHANGELOG.md
11
CHANGELOG.md
@ -2,6 +2,15 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## [v1.0.6] - 2017-08-10
|
||||||
### Fixed
|
### Fixed
|
||||||
- **Authentication**: LDAP no longer cause the social login text to appear on the login screen.
|
- **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
|
### Changed
|
||||||
- Updated dependencies + snyk policy
|
- 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.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.5]: https://github.com/Requarks/wiki/releases/tag/v1.0.5
|
||||||
[v1.0.4]: https://github.com/Requarks/wiki/releases/tag/v1.0.4
|
[v1.0.4]: https://github.com/Requarks/wiki/releases/tag/v1.0.4
|
||||||
|
@ -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)*:
|
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)
|
![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: 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] Fix: Git Branch is now referenced correctly ([#215](https://github.com/Requarks/wiki/issues/215))
|
||||||
|
- [x] Updated dependencies
|
||||||
|
|
||||||
### 2.0.0 - Dev
|
### 2.0.0 - Dev
|
||||||
![Progress](http://progressed.io/bar/20)
|
![Progress](http://progressed.io/bar/20)
|
||||||
|
68
package.json
68
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wiki",
|
"name": "wiki",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
|
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
|
||||||
"main": "wiki.js",
|
"main": "wiki.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -42,7 +42,7 @@
|
|||||||
"bcryptjs-then": "~1.0.1",
|
"bcryptjs-then": "~1.0.1",
|
||||||
"bluebird": "~3.5.0",
|
"bluebird": "~3.5.0",
|
||||||
"body-parser": "~1.17.2",
|
"body-parser": "~1.17.2",
|
||||||
"bunyan": "~1.8.10",
|
"bunyan": "~1.8.12",
|
||||||
"cheerio": "~1.0.0-rc.2",
|
"cheerio": "~1.0.0-rc.2",
|
||||||
"child-process-promise": "~2.2.1",
|
"child-process-promise": "~2.2.1",
|
||||||
"chokidar": "~1.7.0",
|
"chokidar": "~1.7.0",
|
||||||
@ -52,49 +52,49 @@
|
|||||||
"cookie-parser": "~1.4.3",
|
"cookie-parser": "~1.4.3",
|
||||||
"cron": "~1.2.1",
|
"cron": "~1.2.1",
|
||||||
"diff2html": "~2.3.0",
|
"diff2html": "~2.3.0",
|
||||||
"execa": "~0.7.0",
|
"execa": "~0.8.0",
|
||||||
"express": "~4.15.3",
|
"express": "~4.15.4",
|
||||||
"express-brute": "1.0.1",
|
"express-brute": "1.0.1",
|
||||||
"express-brute-mongoose": "~0.0.9",
|
"express-brute-mongoose": "~0.0.9",
|
||||||
"express-session": "~1.15.3",
|
"express-session": "~1.15.5",
|
||||||
"file-type": "~5.2.0",
|
"file-type": "~6.1.0",
|
||||||
"filesize.js": "~1.0.2",
|
"filesize.js": "~1.0.2",
|
||||||
"follow-redirects": "~1.2.4",
|
"follow-redirects": "~1.2.4",
|
||||||
"fs-extra": "~4.0.0",
|
"fs-extra": "~4.0.1",
|
||||||
"git-wrapper2-promise": "~0.2.9",
|
"git-wrapper2-promise": "~0.2.9",
|
||||||
"highlight.js": "~9.12.0",
|
"highlight.js": "~9.12.0",
|
||||||
"i18next": "~8.4.3",
|
"i18next": "~9.0.0",
|
||||||
"i18next-express-middleware": "~1.0.5",
|
"i18next-express-middleware": "~1.0.5",
|
||||||
"i18next-node-fs-backend": "~1.0.0",
|
"i18next-node-fs-backend": "~1.0.0",
|
||||||
"image-size": "~0.6.0",
|
"image-size": "~0.6.0",
|
||||||
"jimp": "~0.2.28",
|
"jimp": "~0.2.28",
|
||||||
"js-yaml": "~3.9.0",
|
"js-yaml": "~3.9.1",
|
||||||
"jsonwebtoken": "~7.4.1",
|
"jsonwebtoken": "~7.4.3",
|
||||||
"klaw": "~2.0.0",
|
"klaw": "~2.1.0",
|
||||||
"levelup": "~1.3.8",
|
"levelup": "~1.3.9",
|
||||||
"lodash": "~4.17.4",
|
"lodash": "~4.17.4",
|
||||||
"markdown-it": "~8.3.1",
|
"markdown-it": "~8.4.0",
|
||||||
"markdown-it-abbr": "~1.0.4",
|
"markdown-it-abbr": "~1.0.4",
|
||||||
"markdown-it-anchor": "~4.0.0",
|
"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-emoji": "~1.4.0",
|
||||||
"markdown-it-expand-tabs": "~1.0.12",
|
"markdown-it-expand-tabs": "~1.0.12",
|
||||||
"markdown-it-external-links": "0.0.6",
|
"markdown-it-external-links": "0.0.6",
|
||||||
"markdown-it-footnote": "~3.0.1",
|
"markdown-it-footnote": "~3.0.1",
|
||||||
"markdown-it-mathjax": "~2.0.0",
|
"markdown-it-mathjax": "~2.0.0",
|
||||||
"markdown-it-task-lists": "~2.0.1",
|
"markdown-it-task-lists": "~2.0.1",
|
||||||
"mathjax-node": "~1.1.0",
|
"mathjax-node": "~1.2.0",
|
||||||
"memdown": "~1.2.4",
|
"memdown": "~1.2.4",
|
||||||
"mime-types": "~2.1.15",
|
"mime-types": "~2.1.16",
|
||||||
"moment": "~2.18.1",
|
"moment": "~2.18.1",
|
||||||
"moment-timezone": "~0.5.13",
|
"moment-timezone": "~0.5.13",
|
||||||
"mongodb": "~2.2.30",
|
"mongodb": "~2.2.31",
|
||||||
"mongoose": "~4.11.1",
|
"mongoose": "~4.11.9",
|
||||||
"multer": "~1.3.0",
|
"multer": "~1.3.0",
|
||||||
"node-2fa": "~1.1.2",
|
"node-2fa": "~1.1.2",
|
||||||
"node-graceful": "~0.2.3",
|
"node-graceful": "~0.2.3",
|
||||||
"ora": "~1.3.0",
|
"ora": "~1.3.0",
|
||||||
"passport": "~0.3.2",
|
"passport": "~0.4.0",
|
||||||
"passport-azure-ad-oauth2": "0.0.4",
|
"passport-azure-ad-oauth2": "0.0.4",
|
||||||
"passport-facebook": "~2.1.1",
|
"passport-facebook": "~2.1.1",
|
||||||
"passport-github2": "~0.1.10",
|
"passport-github2": "~0.1.10",
|
||||||
@ -105,42 +105,42 @@
|
|||||||
"passport-windowslive": "~1.0.2",
|
"passport-windowslive": "~1.0.2",
|
||||||
"passport.socketio": "~3.7.0",
|
"passport.socketio": "~3.7.0",
|
||||||
"pm2": "~2.6.1",
|
"pm2": "~2.6.1",
|
||||||
"pug": "~2.0.0-rc.2",
|
"pug": "~2.0.0-rc.3",
|
||||||
"read-chunk": "~2.0.0",
|
"read-chunk": "~2.1.0",
|
||||||
"remove-markdown": "~0.2.0",
|
"remove-markdown": "~0.2.2",
|
||||||
"request": "~2.81.0",
|
"request": "~2.81.0",
|
||||||
"search-index-adder": "~0.3.9",
|
"search-index-adder": "~0.3.9",
|
||||||
"search-index-searcher": "~0.2.10",
|
"search-index-searcher": "~0.2.10",
|
||||||
"semver": "~5.3.0",
|
"semver": "~5.4.1",
|
||||||
"serve-favicon": "~2.4.3",
|
"serve-favicon": "~2.4.3",
|
||||||
"simplemde": "~1.11.2",
|
"simplemde": "~1.11.2",
|
||||||
"socket.io": "~2.0.2",
|
"socket.io": "~2.0.2",
|
||||||
"stopword": "~0.1.6",
|
"stopword": "~0.1.6",
|
||||||
"stream-to-promise": "~2.2.0",
|
"stream-to-promise": "~2.2.0",
|
||||||
"tar": "~3.1.5",
|
"tar": "~4.0.1",
|
||||||
"through2": "~2.0.3",
|
"through2": "~2.0.3",
|
||||||
"validator": "~8.0.0",
|
"validator": "~8.1.0",
|
||||||
"validator-as-promised": "~1.0.2",
|
"validator-as-promised": "~1.0.2",
|
||||||
"winston": "~2.3.1",
|
"winston": "~2.3.1",
|
||||||
"yargs": "~8.0.1"
|
"yargs": "~8.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@glimpse/glimpse": "~0.22.13",
|
"@glimpse/glimpse": "~0.22.15",
|
||||||
"@panter/vue-i18next": "~0.5.0",
|
"@panter/vue-i18next": "~0.5.0",
|
||||||
"babel-cli": "~6.24.1",
|
"babel-cli": "~6.26.0",
|
||||||
"babel-jest": "~20.0.3",
|
"babel-jest": "~20.0.3",
|
||||||
"babel-plugin-transform-object-assign": "~6.22.0",
|
"babel-plugin-transform-object-assign": "~6.22.0",
|
||||||
"babel-preset-es2015": "~6.24.1",
|
"babel-preset-es2015": "~6.24.1",
|
||||||
"brace": "~0.10.0",
|
"brace": "~0.10.0",
|
||||||
"colors": "~1.1.2",
|
"colors": "~1.1.2",
|
||||||
"consolidate": "~0.14.5",
|
"consolidate": "~0.14.5",
|
||||||
"eslint": "~4.3.0",
|
"eslint": "~4.5.0",
|
||||||
"eslint-config-standard": "~10.2.1",
|
"eslint-config-standard": "~10.2.1",
|
||||||
"eslint-plugin-import": "~2.7.0",
|
"eslint-plugin-import": "~2.7.0",
|
||||||
"eslint-plugin-node": "~5.1.0",
|
"eslint-plugin-node": "~5.1.0",
|
||||||
"eslint-plugin-promise": "~3.5.0",
|
"eslint-plugin-promise": "~3.5.0",
|
||||||
"eslint-plugin-standard": "~3.0.1",
|
"eslint-plugin-standard": "~3.0.1",
|
||||||
"fuse-box": "~2.2.1",
|
"fuse-box": "~2.2.2",
|
||||||
"i18next-xhr-backend": "~1.4.2",
|
"i18next-xhr-backend": "~1.4.2",
|
||||||
"jest": "~20.0.4",
|
"jest": "~20.0.4",
|
||||||
"jquery": "~3.2.1",
|
"jquery": "~3.2.1",
|
||||||
@ -154,16 +154,16 @@
|
|||||||
"nodemon": "~1.11.0",
|
"nodemon": "~1.11.0",
|
||||||
"pug-lint": "~2.4.0",
|
"pug-lint": "~2.4.0",
|
||||||
"twemoji-awesome": "~1.0.6",
|
"twemoji-awesome": "~1.0.6",
|
||||||
"typescript": "~2.4.1",
|
"typescript": "~2.5.2",
|
||||||
"uglify-es": "~3.0.24",
|
"uglify-es": "~3.0.28",
|
||||||
"vee-validate": "~2.0.0-rc.6",
|
"vee-validate": "~2.0.0-rc.14",
|
||||||
"vue": "~2.4.2",
|
"vue": "~2.4.2",
|
||||||
"vue-clipboards": "~1.0.2",
|
"vue-clipboards": "~1.1.0",
|
||||||
"vue-lodash": "~1.0.3",
|
"vue-lodash": "~1.0.3",
|
||||||
"vue-resource": "~1.3.4",
|
"vue-resource": "~1.3.4",
|
||||||
"vue-template-compiler": "~2.4.2",
|
"vue-template-compiler": "~2.4.2",
|
||||||
"vue-template-es2015-compiler": "~1.5.3",
|
"vue-template-es2015-compiler": "~1.5.3",
|
||||||
"vuex": "~2.3.1"
|
"vuex": "~2.4.0"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"collectCoverage": false,
|
"collectCoverage": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user