From 130739930019c8480f4f64c25891b8ece5f143a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:02:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 990abbd..63a3a20 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "NARRate On Web System", "license": "BSD", "dependencies": { - "babel-brunch": "^6.0.6", + "babel-brunch": "^7.0.0", "babel-cli": "^6.14.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", "babel-preset-es2015": "^6.14.0", @@ -12,7 +12,7 @@ "body-parser": "^1.15.2", "config": "^1.21.0", "connect-sqlite3": "^0.9.8", - "db-migrate": "^0.10.0-beta.20", + "db-migrate": "^0.11.7", "db-migrate-mysql": "^1.1.10", "ejs": "3.1.6", "express": "^4.14.0", @@ -31,7 +31,7 @@ "q": "^1.4.1", "rss": "^1.2.1", "sharp": "^0.25.4", - "sqlite3": "^4.0.0", + "sqlite3": "^5.0.3", "yarn": "^1.22.4" }, "scripts": {