fix: seasoned_api/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:qs:20140806 - https://snyk.io/vuln/npm:qs:20140806-1 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:negotiator:20160616 - https://snyk.io/vuln/npm:ms:20151024 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:ms:20151024 - https://snyk.io/vuln/npm:hoek:20180212 Latest report for kevinmidboe/seasonedshows:seasoned_api/package.json: https://snyk.io/test/github/kevinmidboe/seasonedshows?targetFile=seasoned_api/package.json
This commit is contained in:
		@@ -1,38 +1,38 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "seasoned-api",
 | 
			
		||||
    "main": "webserver/server.js",
 | 
			
		||||
    "scripts": {
 | 
			
		||||
        "start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js",
 | 
			
		||||
        "test": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. mocha --recursive test",
 | 
			
		||||
        "coverage": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. istanbul cover -x script/autogenerate-documentation.js --include-all-sources --dir test/.coverage node_modules/mocha/bin/_mocha --recursive test/**/* -- --report lcovonly && cat test/.coverage/lcov.info | coveralls && rm -rf test/.coverage",
 | 
			
		||||
        "lint": "./node_modules/.bin/eslint src/"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "bcrypt-nodejs": "^0.0.3",
 | 
			
		||||
        "blanket": "^1.2.3",
 | 
			
		||||
        "body-parser": "~1.0.1",
 | 
			
		||||
        "codecov": "^3.0.0",
 | 
			
		||||
        "cross-env": "^3.1.3",
 | 
			
		||||
        "express": "~4.11.0",
 | 
			
		||||
        "jsonwebtoken": "^8.0.1",
 | 
			
		||||
        "mocha-lcov-reporter": "^1.3.0",
 | 
			
		||||
        "mongoose": "^3.6.13",
 | 
			
		||||
        "moviedb": "^0.2.10",
 | 
			
		||||
        "node-cache": "^4.1.1",
 | 
			
		||||
        "nodemailer": "^4.0.1",
 | 
			
		||||
        "python-shell": "^0.4.0",
 | 
			
		||||
        "raven": "^2.2.1",
 | 
			
		||||
        "request": "^2.81.0",
 | 
			
		||||
        "request-promise": "^4.2",
 | 
			
		||||
        "sqlite3": "3.1.13"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "eslint": "^4.9.0",
 | 
			
		||||
        "eslint-config-airbnb-base": "^12.1.0",
 | 
			
		||||
        "eslint-plugin-import": "^2.8.0",
 | 
			
		||||
        "istanbul": "^0.4.5",
 | 
			
		||||
        "mocha": "^5.0.4",
 | 
			
		||||
        "supertest": "^2.0.1",
 | 
			
		||||
        "supertest-as-promised": "^4.0.1"
 | 
			
		||||
    }
 | 
			
		||||
  "name": "seasoned-api",
 | 
			
		||||
  "main": "webserver/server.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js",
 | 
			
		||||
    "test": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. mocha --recursive test",
 | 
			
		||||
    "coverage": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. istanbul cover -x script/autogenerate-documentation.js --include-all-sources --dir test/.coverage node_modules/mocha/bin/_mocha --recursive test/**/* -- --report lcovonly && cat test/.coverage/lcov.info | coveralls && rm -rf test/.coverage",
 | 
			
		||||
    "lint": "./node_modules/.bin/eslint src/"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "bcrypt-nodejs": "^0.0.3",
 | 
			
		||||
    "blanket": "^1.2.3",
 | 
			
		||||
    "body-parser": "~1.17.1",
 | 
			
		||||
    "codecov": "^3.0.0",
 | 
			
		||||
    "cross-env": "^3.1.3",
 | 
			
		||||
    "express": "~4.16.0",
 | 
			
		||||
    "jsonwebtoken": "^8.0.1",
 | 
			
		||||
    "mocha-lcov-reporter": "^1.3.0",
 | 
			
		||||
    "mongoose": "^4.11.14",
 | 
			
		||||
    "moviedb": "^0.2.10",
 | 
			
		||||
    "node-cache": "^4.1.1",
 | 
			
		||||
    "nodemailer": "^4.0.1",
 | 
			
		||||
    "python-shell": "^0.4.0",
 | 
			
		||||
    "raven": "^2.2.1",
 | 
			
		||||
    "request": "^2.81.0",
 | 
			
		||||
    "request-promise": "^4.2",
 | 
			
		||||
    "sqlite3": "4.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "eslint": "^4.9.0",
 | 
			
		||||
    "eslint-config-airbnb-base": "^12.1.0",
 | 
			
		||||
    "eslint-plugin-import": "^2.8.0",
 | 
			
		||||
    "istanbul": "^0.4.5",
 | 
			
		||||
    "mocha": "^5.0.4",
 | 
			
		||||
    "supertest": "^2.0.1",
 | 
			
		||||
    "supertest-as-promised": "^4.0.1"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user