diff --git a/package-lock.json b/package-lock.json index 43fdf71..45cfe2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,12 +59,19 @@ "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" }, "cookie-parser": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.5.tgz", - "integrity": "sha512-f13bPUj/gG/5mDr+xLmSxxDsB9DQiTIfhJS/sqjrmfAWiAN+x2O4i/XguTL9yDZ+/IFDanJ+5x7hC4CXT9Tdzw==", + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz", + "integrity": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==", "requires": { - "cookie": "0.4.0", + "cookie": "0.7.2", "cookie-signature": "1.0.6" + }, + "dependencies": { + "cookie": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" + } } }, "cookie-signature": { @@ -148,8 +155,8 @@ } }, "fcc-express-bground": { - "version": "git+https://github.com/freeCodeCamp/fcc-express-bground-pkg.git#105588834ca467f887b99166244f1de62a84cdb8", - "from": "git+https://github.com/freeCodeCamp/fcc-express-bground-pkg.git" + "version": "git+ssh://git@github.com/freeCodeCamp/fcc-express-bground-pkg.git#105588834ca467f887b99166244f1de62a84cdb8", + "from": "fcc-express-bground@https://github.com/freeCodeCamp/fcc-express-bground-pkg.git" }, "finalhandler": { "version": "1.1.2", diff --git a/package.json b/package.json index 94adbdd..ff2a5e3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "express": "^4.14.0", "body-parser": "^1.15.2", - "cookie-parser": "^1.4.3", + "cookie-parser": "^1.4.7", "fcc-express-bground": "https://github.com/freeCodeCamp/fcc-express-bground-pkg.git" }, "main": "server.js",