From bc9880b3450dfa19064546bce2d8fb611374ea95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 22:02:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6d5f569c602..74fa47cd684 100644 --- a/package.json +++ b/package.json @@ -28,19 +28,19 @@ }, "dependencies": { "amperize": "0.3.5", - "analytics-node": "2.4.1", + "analytics-node": "3.2.0", "archiver": "1.3.0", "bcryptjs": "2.4.3", "bluebird": "3.5.0", "body-parser": "1.18.2", "bookshelf": "0.10.3", - "brute-knex": "https://github.com/cobbspur/brute-knex/tarball/37439f56965b17d29bb4ff9b3f3222b2f4bd6ce3", + "brute-knex": "2.0.1", "bson-objectid": "1.1.5", "chalk": "1.1.3", "cheerio": "0.22.0", "compression": "1.7.0", "connect-slashes": "1.3.1", - "cookie-session": "1.3.2", + "cookie-session": "2.0.0", "cors": "2.8.4", "csv-parser": "1.11.0", "downsize": "0.0.8", @@ -50,18 +50,18 @@ "extract-zip-fork": "1.5.1", "fs-extra": "3.0.1", "ghost-gql": "0.0.8", - "ghost-ignition": "2.8.14", + "ghost-ignition": "3.1.0", "ghost-storage-base": "0.0.1", "glob": "5.0.15", "got": "7.1.0", - "gscan": "1.2.0", + "gscan": "2.4.1", "html-to-text": "3.3.0", "image-size": "0.6.1", "intl": "1.2.5", "intl-messageformat": "1.3.0", "jsonpath": "0.2.12", - "knex": "0.12.9", - "knex-migrator": "2.1.6", + "knex": "0.14.0", + "knex-migrator": "3.3.0", "lodash": "4.17.4", "markdown-it": "8.4.0", "markdown-it-footnote": "3.0.1", @@ -85,7 +85,7 @@ "semver": "5.4.1", "simple-dom": "0.3.2", "simple-html-tokenizer": "0.4.1", - "superagent": "3.6.0", + "superagent": "3.6.1", "unidecode": "0.1.8", "uuid": "3.1.0", "validator": "6.3.0",