From e9931a6d3792fa7468ca14fdc5ddfe1960ef44cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 03:49:02 +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 1647e84cf..2890abce7 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", @@ -301,10 +301,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, @@ -2601,13 +2597,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": { @@ -4584,11 +4581,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" } @@ -5426,9 +5423,6 @@ "version": "3.12.1", "dev": true }, - "@types/json5": { - "version": "0.0.29" - }, "@types/lodash": { "version": "4.14.144", "dev": true @@ -6913,10 +6907,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", @@ -8164,10 +8157,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 fbdac67f9..b6681c474 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",