From 4ea4bb61cd9b5781844f3c0c64a12c13d87fd583 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 May 2018 08:11:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 Latest report for noscripter/gitbook-1: https://snyk.io/test/github/noscripter/gitbook-1 --- package.json | 182 +++++++++++++++++++++++++-------------------------- 1 file changed, 91 insertions(+), 91 deletions(-) diff --git a/package.json b/package.json index 5d7c752ee9..f42882c674 100644 --- a/package.json +++ b/package.json @@ -1,94 +1,94 @@ { - "name": "gitbook", - "version": "2.6.6", - "homepage": "https://www.gitbook.com", - "description": "Library and cmd utility to generate GitBooks", - "main": "lib/index.js", - "dependencies": { - "q": "1.0.1", - "lodash": "3.10.1", - "graceful-fs": "3.0.5", - "resolve": "0.6.3", - "fs-extra": "0.16.5", - "fstream-ignore": "1.0.2", - "gitbook-parsers": "0.8.9", - "gitbook-plugin-highlight": "1.0.3", - "gitbook-plugin-sharing": "1.0.1", - "gitbook-plugin-search": "1.1.0", - "gitbook-plugin-fontsettings": "1.0.2", - "nunjucks": "2.2.0", - "nunjucks-autoescape": "1.0.0", - "nunjucks-filter": "1.0.0", - "i18n": "0.5.0", - "semver": "5.0.1", - "npmi": "0.1.1", - "cheerio": "0.19.0", - "gitbook-plugin-livereload": "0.0.1", - "chokidar": "~1.0.5", - "send": "0.2.0", - "tiny-lr": "0.2.1", - "tmp": "0.0.24", - "crc": "3.2.1", - "bash-color": "0.0.3", - "urijs": "1.17.0", - "request": "2.51.0", - "npm": "2.4.1", - "dom-serializer": "0.1.0", - "spawn-cmd": "0.0.2", - "escape-string-regexp": "1.0.3", - "juice": "1.5.0", - "jsonschema": "1.0.2", - "json-schema-defaults": "0.1.1", - "merge-defaults": "0.2.1", - "github-slugid": "1.0.0" + "name": "gitbook", + "version": "2.6.6", + "homepage": "https://www.gitbook.com", + "description": "Library and cmd utility to generate GitBooks", + "main": "lib/index.js", + "dependencies": { + "q": "1.0.1", + "lodash": "3.10.1", + "graceful-fs": "3.0.5", + "resolve": "0.6.3", + "fs-extra": "0.16.5", + "fstream-ignore": "1.0.2", + "gitbook-parsers": "0.8.9", + "gitbook-plugin-highlight": "1.0.3", + "gitbook-plugin-sharing": "1.0.1", + "gitbook-plugin-search": "1.1.0", + "gitbook-plugin-fontsettings": "1.0.2", + "nunjucks": "3.1.3", + "nunjucks-autoescape": "1.0.0", + "nunjucks-filter": "1.0.0", + "i18n": "0.5.0", + "semver": "5.0.1", + "npmi": "0.1.1", + "cheerio": "0.19.0", + "gitbook-plugin-livereload": "0.0.1", + "chokidar": "~1.0.5", + "send": "0.2.0", + "tiny-lr": "0.2.1", + "tmp": "0.0.24", + "crc": "3.2.1", + "bash-color": "0.0.3", + "urijs": "1.17.0", + "request": "2.51.0", + "npm": "2.4.1", + "dom-serializer": "0.1.0", + "spawn-cmd": "0.0.2", + "escape-string-regexp": "1.0.3", + "juice": "1.5.0", + "jsonschema": "1.0.2", + "json-schema-defaults": "0.1.1", + "merge-defaults": "0.2.1", + "github-slugid": "1.0.0" + }, + "devDependencies": { + "eslint": "1.5.0", + "mocha": "2.3.2", + "should": "7.1.0", + "should-promised": "0.3.1", + "gulp": "^3.8.11", + "gulp-rename": "^1.2.2", + "gulp-uglify": "1.1.0", + "gulp-less": "3.0.2", + "gulp-minify-css": "1.0.0", + "gulp-util": "3.0.6", + "browserify": "11.0.1", + "merge-stream": "0.1.7", + "vinyl-source-stream": "1.1.0", + "jquery": "2.1.4", + "mousetrap": "1.5.3", + "font-awesome": "4.1.0", + "gitbook-markdown-css": "1.0.1" + }, + "scripts": { + "test": "node_modules/.bin/mocha --reporter spec --timeout 15000" + }, + "repository": { + "type": "git", + "url": "https://github.com/GitbookIO/gitbook.git" + }, + "bin": { + "gitbook": "./bin/gitbook.js" + }, + "keywords": [ + "git", + "book", + "gitbook" + ], + "author": "FriendCode Inc. ", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/GitbookIO/gitbook/issues" + }, + "contributors": [ + { + "name": "Aaron O'Mullan", + "email": "aaron@gitbook.com" }, - "devDependencies": { - "eslint": "1.5.0", - "mocha": "2.3.2", - "should": "7.1.0", - "should-promised": "0.3.1", - "gulp": "^3.8.11", - "gulp-rename": "^1.2.2", - "gulp-uglify": "1.1.0", - "gulp-less": "3.0.2", - "gulp-minify-css": "1.0.0", - "gulp-util": "3.0.6", - "browserify": "11.0.1", - "merge-stream": "0.1.7", - "vinyl-source-stream": "1.1.0", - "jquery": "2.1.4", - "mousetrap": "1.5.3", - "font-awesome": "4.1.0", - "gitbook-markdown-css": "1.0.1" - }, - "scripts": { - "test": "node_modules/.bin/mocha --reporter spec --timeout 15000" - }, - "repository": { - "type": "git", - "url": "https://github.com/GitbookIO/gitbook.git" - }, - "bin": { - "gitbook": "./bin/gitbook.js" - }, - "keywords": [ - "git", - "book", - "gitbook" - ], - "author": "FriendCode Inc. ", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/GitbookIO/gitbook/issues" - }, - "contributors": [ - { - "name": "Aaron O'Mullan", - "email": "aaron@gitbook.com" - }, - { - "name": "Samy Pessé", - "email": "samy@gitbook.com" - } - ] + { + "name": "Samy Pessé", + "email": "samy@gitbook.com" + } + ] }