From 9dc630c7fa998b7b742750f7277211133da48c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 12:54:42 +0000 Subject: [PATCH] chore(deps): bump json5 and tsconfig-paths in /backend Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3) Updates `tsconfig-paths` from 3.9.0 to 3.10.1 - [Release notes](https://github.com/dividab/tsconfig-paths/releases) - [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md) - [Commits](https://github.com/dividab/tsconfig-paths/compare/v3.9.0...v3.10.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: tsconfig-paths dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 42 +++++++++++++++++---------------------- backend/package.json | 2 +- 2 files changed, 19 insertions(+), 25 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index ad43bb79..492c0f02 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -50,7 +50,7 @@ "threads": "^1.7.0", "tlds": "^1.221.1", "tmp": "0.0.33", - "tsconfig-paths": "^3.9.0", + "tsconfig-paths": "^3.10.1", "twemoji": "^12.1.4", "typeorm": "^0.2.31", "utf-8-validate": "^5.0.5", @@ -306,10 +306,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/json5": { - "version": "0.0.29", - "license": "MIT" - }, "node_modules/@types/lodash": { "version": "4.14.144", "dev": true, @@ -2607,13 +2603,14 @@ "license": "MIT" }, "node_modules/json5": { - "version": "1.0.1", - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "bin": { "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" } }, "node_modules/jsonfile": { @@ -4591,11 +4588,11 @@ } }, "node_modules/tsconfig-paths": { - "version": "3.9.0", - "license": "MIT", + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz", + "integrity": "sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==", "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", + "json5": "^2.2.0", "minimist": "^1.2.0", "strip-bom": "^3.0.0" } @@ -5446,9 +5443,6 @@ "version": "3.12.1", "dev": true }, - "@types/json5": { - "version": "0.0.29" - }, "@types/lodash": { "version": "4.14.144", "dev": true @@ -6941,10 +6935,9 @@ "dev": true }, "json5": { - "version": "1.0.1", - "requires": { - "minimist": "^1.2.0" - } + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" }, "jsonfile": { "version": "5.0.0", @@ -8194,10 +8187,11 @@ } }, "tsconfig-paths": { - "version": "3.9.0", + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz", + "integrity": "sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==", "requires": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", + "json5": "^2.2.0", "minimist": "^1.2.0", "strip-bom": "^3.0.0" } diff --git a/backend/package.json b/backend/package.json index 8d13567b..7795da37 100644 --- a/backend/package.json +++ b/backend/package.json @@ -65,7 +65,7 @@ "threads": "^1.7.0", "tlds": "^1.221.1", "tmp": "0.0.33", - "tsconfig-paths": "^3.9.0", + "tsconfig-paths": "^3.10.1", "twemoji": "^12.1.4", "typeorm": "^0.2.31", "utf-8-validate": "^5.0.5",