From 6bbbdeaabd76aaf9c0778110cdbf9a45fc35faee Mon Sep 17 00:00:00 2001 From: Zachary Golba Date: Wed, 27 Feb 2019 09:29:26 -0500 Subject: [PATCH] fix: address known vulnerabilities in dependencies --- examples/social-network/package.json | 2 +- examples/todo/package.json | 2 +- package.json | 10 +++++----- test/test-app/package.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/social-network/package.json b/examples/social-network/package.json index 6b711111..efea64b7 100644 --- a/examples/social-network/package.json +++ b/examples/social-network/package.json @@ -13,7 +13,7 @@ "babel-core": "6.24.1", "babel-preset-lux": "2.0.2", "bcryptjs": "2.4.3", - "knex": "0.13.0", + "knex": "0.16.3", "lux-framework": "1.2.3", "sqlite3": "3.1.8" }, diff --git a/examples/todo/package.json b/examples/todo/package.json index bc000a24..03315fdd 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -12,7 +12,7 @@ "dependencies": { "babel-core": "6.24.1", "babel-preset-lux": "2.0.2", - "knex": "0.13.0", + "knex": "0.16.3", "lux-framework": "1.2.3", "sqlite3": "3.1.8" }, diff --git a/package.json b/package.json index 70b996a7..8bbe5e71 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint": "3.19.0", "fb-watchman": "2.0.0", "inflection": "1.12.0", - "knex": "0.13.0", + "knex": "0.16.3", "ora": "1.2.0", "rollup": "0.41.6", "rollup-plugin-alias": "1.3.1", @@ -57,7 +57,7 @@ }, "devDependencies": { "babel-core": "6.24.1", - "babel-plugin-istanbul": "4.1.3", + "babel-plugin-istanbul": "5.1.1", "babel-plugin-transform-es2015-modules-commonjs": "6.24.1", "babel-preset-lux": "2.0.2", "chai": "3.5.0", @@ -67,11 +67,11 @@ "faker": "4.1.0", "flow-bin": "0.38.0", "flow-typed": "2.1.2", - "mocha": "3.4.1", + "mocha": "6.0.2", "mocha-junit-reporter": "1.13.0", "node-fetch": "1.6.3", - "nyc": "10.3.2", - "remark-cli": "3.0.1", + "nyc": "13.3.0", + "remark-cli": "6.0.1", "remark-lint": "6.0.0", "remark-preset-lint-recommended": "2.0.0", "rollup-plugin-multi-entry": "2.0.1", diff --git a/test/test-app/package.json b/test/test-app/package.json index dec00db8..8a492faf 100644 --- a/test/test-app/package.json +++ b/test/test-app/package.json @@ -14,10 +14,10 @@ "babel-preset-lux": "2.0.2", "bcryptjs": "2.4.3", "faker": "4.1.0", - "knex": "0.13.0", + "knex": "0.16.3", "mssql": "4.0.4", "mysql2": "1.2.0", - "pg": "6.2.2", + "pg": "7.8.1", "source-map-support": "0.4.15", "sqlite3": "3.1.8" }