From 5ebe7958856d12e07a9d20ac381ff3790270cb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 01:15:55 +0000 Subject: [PATCH] chore(deps): bump luxon from 1.28.0 to 1.28.1 Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/moment/luxon/releases) - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/1.28.0...1.28.1) --- updated-dependencies: - dependency-name: luxon dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 46 +++++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed1b67f..948b41a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "packages/*" ], "devDependencies": { - "turbo": "latest" + "turbo": "*" }, "engines": { "node": ">=14.0.0", @@ -403,7 +403,7 @@ "bcryptjs": "^2.4.3", "chalk": "^4.1.2", "clear": "^0.1.0", - "colors": "https://github.com/Tolfix/colors.js.git", + "colors": "git+ssh://git@github.com/Tolfix/colors.js.git#cabf43d4700aeb7284b8505270d1b5c15f43d9dd", "common-tags": "^1.8.0", "cors": "^2.8.5", "cron": "^1.8.2", @@ -432,7 +432,7 @@ "nodemailer": "^6.7.0", "npm": "^8.11.0", "paypal-rest-sdk": "^1.8.1", - "pdfkit-table": "https://github.com/Tolfx/pdfkit-table.git", + "pdfkit-table": "git+ssh://git@github.com/Tolfx/pdfkit-table.git#3719c603776d3e01b47988174c5031570e064ffe", "prompt": "^1.2.0", "qrcode": "^1.4.4", "request": "^2.88.2", @@ -21016,10 +21016,9 @@ } }, "node_modules/luxon": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz", - "integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==", - "license": "MIT", + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz", + "integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==", "engines": { "node": "*" } @@ -35651,7 +35650,8 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "date-and-time": "^2.4.1" + "date-and-time": "^2.4.1", + "debug": "^4.3.4" }, "devDependencies": { "@types/date-and-time": "^0.13.0", @@ -37054,7 +37054,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "colors": "^1.4.0", + "colors": "git+ssh://git@github.com/Tolfix/colors.js.git#cabf43d4700aeb7284b8505270d1b5c15f43d9dd", "date-and-time": "^1.0.1", "exchange-rates-api": "^1.1.0", "request": "^2.88.2" @@ -37273,14 +37273,6 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, - "packages/lib/node_modules/colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "engines": { - "node": ">=0.1.90" - } - }, "packages/lib/node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -40906,7 +40898,7 @@ "@cpg/interfaces": { "version": "file:packages/cpg-interfaces", "requires": { - "@types/express": "*", + "@types/express": "^4.17.14", "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", "eslint": "^8.22.0", @@ -41207,6 +41199,7 @@ "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", "date-and-time": "^2.4.1", + "debug": "^4.3.4", "eslint": "^8.22.0", "eslint-config-custom": "*" }, @@ -45352,7 +45345,7 @@ "bcryptjs": "^2.4.3", "chalk": "^4.1.2", "clear": "^0.1.0", - "colors": "https://github.com/Tolfix/colors.js.git", + "colors": "git+ssh://git@github.com/Tolfix/colors.js.git#cabf43d4700aeb7284b8505270d1b5c15f43d9dd", "common-tags": "^1.8.0", "cors": "^2.8.5", "cron": "^1.8.2", @@ -45384,7 +45377,7 @@ "nodemailer": "^6.7.0", "npm": "^8.11.0", "paypal-rest-sdk": "^1.8.1", - "pdfkit-table": "https://github.com/Tolfx/pdfkit-table.git", + "pdfkit-table": "git+ssh://git@github.com/Tolfx/pdfkit-table.git#3719c603776d3e01b47988174c5031570e064ffe", "prompt": "^1.2.0", "qrcode": "^1.4.4", "request": "^2.88.2", @@ -53909,7 +53902,7 @@ "@types/request": "^2.48.8", "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", - "colors": "^1.4.0", + "colors": "git+ssh://git@github.com/Tolfix/colors.js.git#cabf43d4700aeb7284b8505270d1b5c15f43d9dd", "date-and-time": "^1.0.1", "eslint": "^8.22.0", "eslint-config-custom": "*", @@ -54033,11 +54026,6 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, - "colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" - }, "doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -54407,9 +54395,9 @@ } }, "luxon": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz", - "integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==" + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz", + "integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==" }, "lz-string": { "version": "1.4.4",