From 568fef793238733f1e11742622632ccf997aaa9e Mon Sep 17 00:00:00 2001 From: Riccardo Rotta Date: Thu, 11 May 2023 17:31:07 +0200 Subject: [PATCH] chore(release): release desktop app v0.17.6 --- CHANGELOG.md | 7 +- packages/cli/package-lock.json | 866 +++++++++++++++---------- packages/desktop-app/package-lock.json | 589 ++++++++--------- packages/desktop-app/package.json | 4 +- 4 files changed, 808 insertions(+), 658 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb35fcb17..3e2939928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [0.17.5](https://github.com/Noovolari/leapp/compare/v0.17.4...v0.17.5) (2023-05-08) +### [0.17.6](https://github.com/Noovolari/leapp/compare/v0.17.5...v0.17.6) (2023-05-11) + +### Features +* added support to eu-central-2 and eu-south-2 AWS regions. A special thanks to [@DanielMuller](https://github.com/DanielMuller) for the contribution! + +### [0.17.5](https://github.com/Noovolari/leapp/compare/v0.17.4...v0.17.5) (2023-05-08) ### Features * added ability to select text in the search bar (and other text fields) using CMD/CTRL + a; this feature is available for macOS, Windows, and Linux. diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 1391a9ac7..183a2dce1 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noovolari/leapp-cli", - "version": "0.1.34", + "version": "0.1.35", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@noovolari/leapp-cli", - "version": "0.1.34", + "version": "0.1.35", "dependencies": { "@azure/msal-node": "^1.9.0", "@babel/plugin-proposal-decorators": "^7.16.5", @@ -100,17 +100,17 @@ } }, "node_modules/@azure/msal-common": { - "version": "13.0.0", + "version": "12.1.0", "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-node": { - "version": "1.17.2", + "version": "1.17.1", "license": "MIT", "dependencies": { - "@azure/msal-common": "13.0.0", + "@azure/msal-common": "^12.1.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, @@ -129,26 +129,26 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.21.7", + "version": "7.21.4", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.21.8", + "version": "7.21.4", "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helpers": "^7.21.5", - "@babel/parser": "^7.21.8", + "@babel/generator": "^7.21.4", + "@babel/helper-compilation-targets": "^7.21.4", + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helpers": "^7.21.0", + "@babel/parser": "^7.21.4", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5", + "@babel/traverse": "^7.21.4", + "@babel/types": "^7.21.4", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -171,7 +171,7 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.21.8", + "version": "7.21.3", "dev": true, "license": "MIT", "dependencies": { @@ -196,10 +196,10 @@ } }, "node_modules/@babel/generator": { - "version": "7.21.5", + "version": "7.21.4", "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -219,21 +219,22 @@ } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.21.5", + "version": "7.18.9", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5" + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.21.5", + "version": "7.21.4", "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.21.5", + "@babel/compat-data": "^7.21.4", "@babel/helper-validator-option": "^7.21.0", "browserslist": "^4.21.3", "lru-cache": "^5.1.1", @@ -254,18 +255,17 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.21.8", + "version": "7.21.4", "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.5", + "@babel/helper-member-expression-to-functions": "^7.21.0", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.21.5", + "@babel/helper-replace-supers": "^7.20.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6", - "semver": "^6.3.0" + "@babel/helper-split-export-declaration": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -274,21 +274,13 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { - "version": "6.3.0", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.21.8", + "version": "7.21.4", "dev": true, "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1", - "semver": "^6.3.0" + "regexpu-core": "^5.3.1" }, "engines": { "node": ">=6.9.0" @@ -297,14 +289,6 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { - "version": "6.3.0", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@babel/helper-define-polyfill-provider": { "version": "0.3.3", "dev": true, @@ -330,8 +314,19 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.21.5", + "version": "7.18.9", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "dev": true, "license": "MIT", + "dependencies": { + "@babel/types": "^7.18.6" + }, "engines": { "node": ">=6.9.0" } @@ -358,10 +353,10 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.21.5", + "version": "7.21.0", "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.21.0" }, "engines": { "node": ">=6.9.0" @@ -378,17 +373,17 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.21.5", + "version": "7.21.2", "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-module-imports": "^7.21.4", - "@babel/helper-simple-access": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.19.1", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.21.2", + "@babel/types": "^7.21.2" }, "engines": { "node": ">=6.9.0" @@ -405,7 +400,7 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.21.5", + "version": "7.20.2", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -429,25 +424,25 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.21.5", + "version": "7.20.7", "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-member-expression-to-functions": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.20.7", "@babel/helper-optimise-call-expression": "^7.18.6", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.21.5", + "version": "7.20.2", "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -474,7 +469,7 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.21.5", + "version": "7.19.4", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -509,12 +504,12 @@ } }, "node_modules/@babel/helpers": { - "version": "7.21.5", + "version": "7.21.0", "license": "MIT", "dependencies": { "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.21.0", + "@babel/types": "^7.21.0" }, "engines": { "node": ">=6.9.0" @@ -533,7 +528,7 @@ } }, "node_modules/@babel/parser": { - "version": "7.21.8", + "version": "7.21.4", "license": "MIT", "bin": { "parser": "bin/babel-parser.js" @@ -1064,11 +1059,11 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.21.5", + "version": "7.20.7", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1144,11 +1139,11 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.21.5", + "version": "7.20.7", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/template": "^7.20.7" }, "engines": { @@ -1217,11 +1212,11 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.21.5", + "version": "7.21.0", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1290,13 +1285,13 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.21.5", + "version": "7.21.2", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-simple-access": "^7.21.5" + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-simple-access": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1410,11 +1405,11 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.21.5", + "version": "7.20.5", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "regenerator-transform": "^0.15.1" }, "engines": { @@ -1527,11 +1522,11 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.21.5", + "version": "7.18.10", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.18.9" }, "engines": { "node": ">=6.9.0" @@ -1556,13 +1551,13 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.21.5", + "version": "7.21.4", "dev": true, "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/compat-data": "^7.21.4", + "@babel/helper-compilation-targets": "^7.21.4", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-validator-option": "^7.21.0", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7", @@ -1587,7 +1582,6 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", "@babel/plugin-syntax-import-assertions": "^7.20.0", - "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", @@ -1597,22 +1591,22 @@ "@babel/plugin-syntax-optional-chaining": "^7.8.3", "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.21.5", + "@babel/plugin-transform-arrow-functions": "^7.20.7", "@babel/plugin-transform-async-to-generator": "^7.20.7", "@babel/plugin-transform-block-scoped-functions": "^7.18.6", "@babel/plugin-transform-block-scoping": "^7.21.0", "@babel/plugin-transform-classes": "^7.21.0", - "@babel/plugin-transform-computed-properties": "^7.21.5", + "@babel/plugin-transform-computed-properties": "^7.20.7", "@babel/plugin-transform-destructuring": "^7.21.3", "@babel/plugin-transform-dotall-regex": "^7.18.6", "@babel/plugin-transform-duplicate-keys": "^7.18.9", "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.21.5", + "@babel/plugin-transform-for-of": "^7.21.0", "@babel/plugin-transform-function-name": "^7.18.9", "@babel/plugin-transform-literals": "^7.18.9", "@babel/plugin-transform-member-expression-literals": "^7.18.6", "@babel/plugin-transform-modules-amd": "^7.20.11", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", + "@babel/plugin-transform-modules-commonjs": "^7.21.2", "@babel/plugin-transform-modules-systemjs": "^7.20.11", "@babel/plugin-transform-modules-umd": "^7.18.6", "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5", @@ -1620,17 +1614,17 @@ "@babel/plugin-transform-object-super": "^7.18.6", "@babel/plugin-transform-parameters": "^7.21.3", "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.21.5", + "@babel/plugin-transform-regenerator": "^7.20.5", "@babel/plugin-transform-reserved-words": "^7.18.6", "@babel/plugin-transform-shorthand-properties": "^7.18.6", "@babel/plugin-transform-spread": "^7.20.7", "@babel/plugin-transform-sticky-regex": "^7.18.6", "@babel/plugin-transform-template-literals": "^7.18.9", "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.21.5", + "@babel/plugin-transform-unicode-escapes": "^7.18.10", "@babel/plugin-transform-unicode-regex": "^7.18.6", "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "babel-plugin-polyfill-corejs2": "^0.3.3", "babel-plugin-polyfill-corejs3": "^0.6.0", "babel-plugin-polyfill-regenerator": "^0.4.1", @@ -1668,14 +1662,14 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.21.5", + "version": "7.21.4", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-validator-option": "^7.21.0", "@babel/plugin-syntax-jsx": "^7.21.4", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", + "@babel/plugin-transform-modules-commonjs": "^7.21.2", "@babel/plugin-transform-typescript": "^7.21.3" }, "engines": { @@ -1691,7 +1685,8 @@ "license": "MIT" }, "node_modules/@babel/runtime": { - "version": "7.21.5", + "version": "7.21.0", + "dev": true, "license": "MIT", "dependencies": { "regenerator-runtime": "^0.13.11" @@ -1713,17 +1708,17 @@ } }, "node_modules/@babel/traverse": { - "version": "7.21.5", + "version": "7.21.4", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-environment-visitor": "^7.21.5", + "@babel/generator": "^7.21.4", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.21.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.5", - "@babel/types": "^7.21.5", + "@babel/parser": "^7.21.4", + "@babel/types": "^7.21.4", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -1732,10 +1727,10 @@ } }, "node_modules/@babel/types": { - "version": "7.21.5", + "version": "7.21.4", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.21.5", + "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, @@ -3068,7 +3063,7 @@ } }, "node_modules/@oclif/plugin-help/node_modules/@oclif/core": { - "version": "2.8.5", + "version": "2.8.2", "license": "MIT", "dependencies": { "@types/cli-progress": "^3.11.0", @@ -3143,7 +3138,7 @@ } }, "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": { - "version": "2.8.5", + "version": "2.8.2", "license": "MIT", "dependencies": { "@types/cli-progress": "^3.11.0", @@ -3221,7 +3216,7 @@ } }, "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": { - "version": "2.8.5", + "version": "2.8.2", "license": "MIT", "dependencies": { "@types/cli-progress": "^3.11.0", @@ -3505,7 +3500,8 @@ }, "node_modules/@tsoa/cli": { "version": "4.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@tsoa/cli/-/cli-4.1.3.tgz", + "integrity": "sha512-tbuuAf9akIQHoqI0HgRV4GFtvzYxX+Hz5hMRdIDpmvFb9oH1vOekjlLlTNVnzV18amUWAz6lrMdaZWwzLu0JXg==", "dependencies": { "@tsoa/runtime": "^4.1.3", "deepmerge": "^4.2.2", @@ -3529,7 +3525,8 @@ }, "node_modules/@tsoa/cli/node_modules/cliui": { "version": "6.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -3538,7 +3535,8 @@ }, "node_modules/@tsoa/cli/node_modules/find-up": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -3549,7 +3547,8 @@ }, "node_modules/@tsoa/cli/node_modules/fs-extra": { "version": "8.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", @@ -3561,7 +3560,8 @@ }, "node_modules/@tsoa/cli/node_modules/glob": { "version": "7.2.3", - "license": "ISC", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -3579,14 +3579,16 @@ }, "node_modules/@tsoa/cli/node_modules/jsonfile": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/@tsoa/cli/node_modules/locate-path": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dependencies": { "p-locate": "^4.1.0" }, @@ -3596,7 +3598,8 @@ }, "node_modules/@tsoa/cli/node_modules/p-limit": { "version": "2.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dependencies": { "p-try": "^2.0.0" }, @@ -3609,7 +3612,8 @@ }, "node_modules/@tsoa/cli/node_modules/p-locate": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dependencies": { "p-limit": "^2.2.0" }, @@ -3619,14 +3623,16 @@ }, "node_modules/@tsoa/cli/node_modules/universalify": { "version": "0.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", "engines": { "node": ">= 4.0.0" } }, "node_modules/@tsoa/cli/node_modules/wrap-ansi": { "version": "6.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -3638,11 +3644,13 @@ }, "node_modules/@tsoa/cli/node_modules/y18n": { "version": "4.0.3", - "license": "ISC" + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" }, "node_modules/@tsoa/cli/node_modules/yargs": { "version": "15.4.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", "dependencies": { "cliui": "^6.0.0", "decamelize": "^1.2.0", @@ -3662,7 +3670,8 @@ }, "node_modules/@tsoa/cli/node_modules/yargs-parser": { "version": "18.1.3", - "license": "ISC", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", "dependencies": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" @@ -3673,7 +3682,8 @@ }, "node_modules/@tsoa/runtime": { "version": "4.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@tsoa/runtime/-/runtime-4.1.3.tgz", + "integrity": "sha512-XvHgrzdbpLI3RfWJ2xq6sNk74Lln5OpkHxGyWdUkZfcExizr+bt/QpSEDOZC6XgfhIgzFZqWah+TZ51zX88OCg==", "dependencies": { "promise.any": "^2.0.2", "reflect-metadata": "^0.1.13", @@ -3686,7 +3696,9 @@ }, "node_modules/@types/aws-sdk": { "version": "2.7.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@types/aws-sdk/-/aws-sdk-2.7.0.tgz", + "integrity": "sha512-bF6brnwPN9+kheqdKCpinMgCkj+sJIUEj+0v0LPug9OQwL5/1jy+kiJwl+Nkw4Kh+7oaL1phhC4gMz6Oq60jMg==", + "deprecated": "This is a stub types definition for aws-sdk (https://github.com/aws/aws-sdk-js). aws-sdk provides its own type definitions, so you don't need @types/aws-sdk installed!", "peer": true, "dependencies": { "aws-sdk": "*" @@ -3722,7 +3734,7 @@ } }, "node_modules/@types/babel__traverse": { - "version": "7.18.5", + "version": "7.18.4", "dev": true, "license": "MIT", "dependencies": { @@ -3771,7 +3783,7 @@ } }, "node_modules/@types/inquirer/node_modules/rxjs": { - "version": "7.8.1", + "version": "7.8.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" @@ -3828,7 +3840,7 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "16.18.26", + "version": "16.18.25", "license": "MIT" }, "node_modules/@types/node-ipc": { @@ -4277,7 +4289,8 @@ }, "node_modules/array-buffer-byte-length": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", + "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", "dependencies": { "call-bind": "^1.0.2", "is-array-buffer": "^3.0.1" @@ -4306,7 +4319,8 @@ }, "node_modules/array.prototype.map": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.5.tgz", + "integrity": "sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g==", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -4937,7 +4951,7 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001486", + "version": "1.0.30001481", "funding": [ { "type": "opencollective", @@ -5126,7 +5140,7 @@ } }, "node_modules/cli-spinners": { - "version": "2.9.0", + "version": "2.8.0", "license": "MIT", "engines": { "node": ">=6" @@ -5406,7 +5420,7 @@ } }, "node_modules/concurrently/node_modules/rxjs": { - "version": "7.8.1", + "version": "7.8.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" @@ -5782,7 +5796,7 @@ "license": "MIT" }, "node_modules/core-js-compat": { - "version": "3.30.2", + "version": "3.30.1", "dev": true, "license": "MIT", "dependencies": { @@ -5899,11 +5913,8 @@ } }, "node_modules/date-fns": { - "version": "2.30.0", + "version": "2.29.3", "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, "engines": { "node": ">=0.11" }, @@ -6280,7 +6291,7 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.385", + "version": "1.4.372", "license": "ISC" }, "node_modules/emittery": { @@ -6357,7 +6368,8 @@ }, "node_modules/es-abstract": { "version": "1.21.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz", + "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==", "dependencies": { "array-buffer-byte-length": "^1.0.0", "available-typed-arrays": "^1.0.5", @@ -6403,7 +6415,8 @@ }, "node_modules/es-aggregate-error": { "version": "1.0.9", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.9.tgz", + "integrity": "sha512-fvnX40sb538wdU6r4s35cq4EY6Lr09Upj40BEVem4LEsuW8XgQep9yD5Q1U2KftokNp1rWODFJ2qwZSsAjFpbg==", "dependencies": { "define-properties": "^1.1.4", "es-abstract": "^1.20.4", @@ -6422,11 +6435,13 @@ }, "node_modules/es-array-method-boxes-properly": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==" }, "node_modules/es-get-iterator": { "version": "1.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", + "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", @@ -6444,11 +6459,13 @@ }, "node_modules/es-get-iterator/node_modules/isarray": { "version": "2.0.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" }, "node_modules/es-set-tostringtag": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", + "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", "dependencies": { "get-intrinsic": "^1.1.3", "has": "^1.0.3", @@ -6460,7 +6477,8 @@ }, "node_modules/es-to-primitive": { "version": "1.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dependencies": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", @@ -7579,7 +7597,8 @@ }, "node_modules/function.prototype.name": { "version": "1.1.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", @@ -7600,7 +7619,8 @@ }, "node_modules/functions-have-names": { "version": "1.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -7752,7 +7772,8 @@ }, "node_modules/get-symbol-description": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.1" @@ -7914,7 +7935,8 @@ }, "node_modules/globalthis": { "version": "1.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", "dependencies": { "define-properties": "^1.1.3" }, @@ -8165,7 +8187,8 @@ }, "node_modules/has-bigints": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -8189,7 +8212,8 @@ }, "node_modules/has-proto": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", "engines": { "node": ">= 0.4" }, @@ -8462,7 +8486,8 @@ }, "node_modules/ini": { "version": "2.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", "peer": true, "engines": { "node": ">=10" @@ -8565,7 +8590,7 @@ } }, "node_modules/inquirer/node_modules/rxjs": { - "version": "7.8.1", + "version": "7.8.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" @@ -8583,7 +8608,8 @@ }, "node_modules/internal-slot": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", + "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", "dependencies": { "get-intrinsic": "^1.2.0", "has": "^1.0.3", @@ -8620,7 +8646,8 @@ }, "node_modules/is-array-buffer": { "version": "3.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", + "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.0", @@ -8636,7 +8663,8 @@ }, "node_modules/is-bigint": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "dependencies": { "has-bigints": "^1.0.1" }, @@ -8646,7 +8674,8 @@ }, "node_modules/is-boolean-object": { "version": "1.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -8694,7 +8723,8 @@ }, "node_modules/is-date-object": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -8780,7 +8810,8 @@ }, "node_modules/is-map": { "version": "2.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -8801,7 +8832,8 @@ }, "node_modules/is-negative-zero": { "version": "2.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", "engines": { "node": ">= 0.4" }, @@ -8818,7 +8850,8 @@ }, "node_modules/is-number-object": { "version": "1.0.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -8857,7 +8890,8 @@ }, "node_modules/is-regex": { "version": "1.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -8895,14 +8929,16 @@ }, "node_modules/is-set": { "version": "2.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-shared-array-buffer": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", "dependencies": { "call-bind": "^1.0.2" }, @@ -8935,7 +8971,8 @@ }, "node_modules/is-symbol": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dependencies": { "has-symbols": "^1.0.2" }, @@ -8998,7 +9035,8 @@ }, "node_modules/is-weakref": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dependencies": { "call-bind": "^1.0.2" }, @@ -9116,14 +9154,16 @@ }, "node_modules/iterate-iterator": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/iterate-iterator/-/iterate-iterator-1.0.2.tgz", + "integrity": "sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw==", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/iterate-value": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz", + "integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==", "dependencies": { "es-get-iterator": "^1.0.2", "iterate-iterator": "^1.0.1" @@ -10628,7 +10668,7 @@ } }, "node_modules/listr2/node_modules/rxjs": { - "version": "7.8.1", + "version": "7.8.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" @@ -11036,7 +11076,8 @@ }, "node_modules/merge": { "version": "2.1.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/merge/-/merge-2.1.1.tgz", + "integrity": "sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==" }, "node_modules/merge-stream": { "version": "2.0.0", @@ -11128,7 +11169,7 @@ } }, "node_modules/minipass": { - "version": "5.0.0", + "version": "4.2.8", "license": "ISC", "engines": { "node": ">=8" @@ -11967,7 +12008,8 @@ }, "node_modules/object-inspect": { "version": "1.12.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -12002,7 +12044,8 @@ }, "node_modules/object.assign": { "version": "4.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -12048,7 +12091,7 @@ } }, "node_modules/oclif/node_modules/aws-sdk": { - "version": "2.1373.0", + "version": "2.1365.0", "license": "Apache-2.0", "dependencies": { "buffer": "4.9.2", @@ -12556,9 +12599,6 @@ "which": "bin/which" } }, - "node_modules/path": { - "version": "1.0.0" - }, "node_modules/path-exists": { "version": "4.0.0", "license": "MIT", @@ -12875,7 +12915,8 @@ }, "node_modules/promise.any": { "version": "2.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/promise.any/-/promise.any-2.0.5.tgz", + "integrity": "sha512-aM+D4cv0Sjkc90Qhg19XH8Mo5aw28YWqPTFWFkaOpE80MuPbjH/brgI7NI4YGWbcS3suOa0xjJrYznet7lSHhw==", "dependencies": { "array.prototype.map": "^1.0.5", "call-bind": "^1.0.2", @@ -13327,6 +13368,7 @@ }, "node_modules/regenerator-runtime": { "version": "0.13.11", + "dev": true, "license": "MIT" }, "node_modules/regenerator-transform": { @@ -13338,7 +13380,7 @@ } }, "node_modules/regexp-tree": { - "version": "0.1.27", + "version": "0.1.25", "dev": true, "license": "MIT", "bin": { @@ -13347,7 +13389,8 @@ }, "node_modules/regexp.prototype.flags": { "version": "1.5.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", + "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", @@ -13433,7 +13476,8 @@ }, "node_modules/require-main-filename": { "version": "2.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" }, "node_modules/require-module": { "version": "0.1.0", @@ -13649,7 +13693,8 @@ }, "node_modules/safe-regex-test": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", @@ -13903,7 +13948,8 @@ }, "node_modules/side-channel": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", "dependencies": { "call-bind": "^1.0.0", "get-intrinsic": "^1.0.2", @@ -14228,7 +14274,8 @@ }, "node_modules/stop-iteration-iterator": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", "dependencies": { "internal-slot": "^1.0.4" }, @@ -14276,7 +14323,8 @@ }, "node_modules/string.prototype.trim": { "version": "1.2.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", + "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -14291,7 +14339,8 @@ }, "node_modules/string.prototype.trimend": { "version": "1.0.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -14303,7 +14352,8 @@ }, "node_modules/string.prototype.trimstart": { "version": "1.0.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -14540,12 +14590,12 @@ } }, "node_modules/tar": { - "version": "6.1.14", + "version": "6.1.13", "license": "ISC", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^5.0.0", + "minipass": "^4.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" @@ -14676,7 +14726,7 @@ "license": "MIT" }, "node_modules/textextensions": { - "version": "5.16.0", + "version": "5.15.0", "license": "MIT", "engines": { "node": ">=0.8" @@ -14862,7 +14912,8 @@ }, "node_modules/tsoa": { "version": "4.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/tsoa/-/tsoa-4.1.3.tgz", + "integrity": "sha512-jSvH+b3hNUx3lBzscyAu1nlE/PO4cYdgDMmPTF5/3mQVRdyblE/zinRQ5lipyCNYFD07KTiRQJCFKfdtklrs8w==", "dependencies": { "@tsoa/cli": "^4.1.3", "@tsoa/runtime": "^4.1.3" @@ -14934,7 +14985,8 @@ }, "node_modules/typed-array-length": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", "dependencies": { "call-bind": "^1.0.2", "for-each": "^0.3.3", @@ -14980,7 +15032,8 @@ }, "node_modules/unbox-primitive": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "dependencies": { "call-bind": "^1.0.2", "has-bigints": "^1.0.2", @@ -15222,7 +15275,8 @@ }, "node_modules/validator": { "version": "13.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.9.0.tgz", + "integrity": "sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA==", "engines": { "node": ">= 0.10" } @@ -15307,7 +15361,7 @@ } }, "node_modules/wait-on/node_modules/rxjs": { - "version": "7.8.1", + "version": "7.8.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" @@ -15389,7 +15443,8 @@ }, "node_modules/which-boxed-primitive": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", "dependencies": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", @@ -15403,7 +15458,8 @@ }, "node_modules/which-module": { "version": "2.0.1", - "license": "ISC" + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==" }, "node_modules/which-pm": { "version": "2.0.0", @@ -15565,7 +15621,8 @@ }, "node_modules/yamljs": { "version": "0.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.3.0.tgz", + "integrity": "sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==", "dependencies": { "argparse": "^1.0.7", "glob": "^7.0.5" @@ -15577,7 +15634,8 @@ }, "node_modules/yamljs/node_modules/glob": { "version": "7.2.3", - "license": "ISC", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -15594,7 +15652,7 @@ } }, "node_modules/yargs": { - "version": "17.7.2", + "version": "17.7.1", "license": "MIT", "dependencies": { "cliui": "^8.0.1", @@ -15981,12 +16039,12 @@ } }, "@azure/msal-common": { - "version": "13.0.0" + "version": "12.1.0" }, "@azure/msal-node": { - "version": "1.17.2", + "version": "1.17.1", "requires": { - "@azure/msal-common": "13.0.0", + "@azure/msal-common": "^12.1.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" } @@ -15998,21 +16056,21 @@ } }, "@babel/compat-data": { - "version": "7.21.7" + "version": "7.21.4" }, "@babel/core": { - "version": "7.21.8", + "version": "7.21.4", "requires": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helpers": "^7.21.5", - "@babel/parser": "^7.21.8", + "@babel/generator": "^7.21.4", + "@babel/helper-compilation-targets": "^7.21.4", + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helpers": "^7.21.0", + "@babel/parser": "^7.21.4", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5", + "@babel/traverse": "^7.21.4", + "@babel/types": "^7.21.4", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -16026,7 +16084,7 @@ } }, "@babel/eslint-parser": { - "version": "7.21.8", + "version": "7.21.3", "dev": true, "requires": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -16041,9 +16099,9 @@ } }, "@babel/generator": { - "version": "7.21.5", + "version": "7.21.4", "requires": { - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -16056,16 +16114,17 @@ } }, "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.21.5", + "version": "7.18.9", "dev": true, "requires": { - "@babel/types": "^7.21.5" + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" } }, "@babel/helper-compilation-targets": { - "version": "7.21.5", + "version": "7.21.4", "requires": { - "@babel/compat-data": "^7.21.5", + "@babel/compat-data": "^7.21.4", "@babel/helper-validator-option": "^7.21.0", "browserslist": "^4.21.3", "lru-cache": "^5.1.1", @@ -16078,37 +16137,24 @@ } }, "@babel/helper-create-class-features-plugin": { - "version": "7.21.8", + "version": "7.21.4", "requires": { "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.5", + "@babel/helper-member-expression-to-functions": "^7.21.0", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.21.5", + "@babel/helper-replace-supers": "^7.20.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0" - } + "@babel/helper-split-export-declaration": "^7.18.6" } }, "@babel/helper-create-regexp-features-plugin": { - "version": "7.21.8", + "version": "7.21.4", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "dev": true - } + "regexpu-core": "^5.3.1" } }, "@babel/helper-define-polyfill-provider": { @@ -16130,7 +16176,14 @@ } }, "@babel/helper-environment-visitor": { - "version": "7.21.5" + "version": "7.18.9" + }, + "@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } }, "@babel/helper-function-name": { "version": "7.21.0", @@ -16146,9 +16199,9 @@ } }, "@babel/helper-member-expression-to-functions": { - "version": "7.21.5", + "version": "7.21.0", "requires": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.21.0" } }, "@babel/helper-module-imports": { @@ -16158,16 +16211,16 @@ } }, "@babel/helper-module-transforms": { - "version": "7.21.5", + "version": "7.21.2", "requires": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-module-imports": "^7.21.4", - "@babel/helper-simple-access": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.19.1", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.21.2", + "@babel/types": "^7.21.2" } }, "@babel/helper-optimise-call-expression": { @@ -16177,7 +16230,7 @@ } }, "@babel/helper-plugin-utils": { - "version": "7.21.5" + "version": "7.20.2" }, "@babel/helper-remap-async-to-generator": { "version": "7.18.9", @@ -16190,20 +16243,20 @@ } }, "@babel/helper-replace-supers": { - "version": "7.21.5", + "version": "7.20.7", "requires": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-member-expression-to-functions": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.20.7", "@babel/helper-optimise-call-expression": "^7.18.6", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" } }, "@babel/helper-simple-access": { - "version": "7.21.5", + "version": "7.20.2", "requires": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.20.2" } }, "@babel/helper-skip-transparent-expression-wrappers": { @@ -16219,7 +16272,7 @@ } }, "@babel/helper-string-parser": { - "version": "7.21.5" + "version": "7.19.4" }, "@babel/helper-validator-identifier": { "version": "7.19.1" @@ -16238,11 +16291,11 @@ } }, "@babel/helpers": { - "version": "7.21.5", + "version": "7.21.0", "requires": { "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.21.0", + "@babel/types": "^7.21.0" } }, "@babel/highlight": { @@ -16254,7 +16307,7 @@ } }, "@babel/parser": { - "version": "7.21.8" + "version": "7.21.4" }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "version": "7.18.6", @@ -16551,10 +16604,10 @@ } }, "@babel/plugin-transform-arrow-functions": { - "version": "7.21.5", + "version": "7.20.7", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.20.2" } }, "@babel/plugin-transform-async-to-generator": { @@ -16596,10 +16649,10 @@ } }, "@babel/plugin-transform-computed-properties": { - "version": "7.21.5", + "version": "7.20.7", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/template": "^7.20.7" } }, @@ -16634,10 +16687,10 @@ } }, "@babel/plugin-transform-for-of": { - "version": "7.21.5", + "version": "7.21.0", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.20.2" } }, "@babel/plugin-transform-function-name": { @@ -16672,12 +16725,12 @@ } }, "@babel/plugin-transform-modules-commonjs": { - "version": "7.21.5", + "version": "7.21.2", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-simple-access": "^7.21.5" + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-simple-access": "^7.20.2" } }, "@babel/plugin-transform-modules-systemjs": { @@ -16736,10 +16789,10 @@ } }, "@babel/plugin-transform-regenerator": { - "version": "7.21.5", + "version": "7.20.5", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "regenerator-transform": "^0.15.1" } }, @@ -16797,10 +16850,10 @@ } }, "@babel/plugin-transform-unicode-escapes": { - "version": "7.21.5", + "version": "7.18.10", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.18.9" } }, "@babel/plugin-transform-unicode-regex": { @@ -16812,12 +16865,12 @@ } }, "@babel/preset-env": { - "version": "7.21.5", + "version": "7.21.4", "dev": true, "requires": { - "@babel/compat-data": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/compat-data": "^7.21.4", + "@babel/helper-compilation-targets": "^7.21.4", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-validator-option": "^7.21.0", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7", @@ -16842,7 +16895,6 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", "@babel/plugin-syntax-import-assertions": "^7.20.0", - "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", @@ -16852,22 +16904,22 @@ "@babel/plugin-syntax-optional-chaining": "^7.8.3", "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.21.5", + "@babel/plugin-transform-arrow-functions": "^7.20.7", "@babel/plugin-transform-async-to-generator": "^7.20.7", "@babel/plugin-transform-block-scoped-functions": "^7.18.6", "@babel/plugin-transform-block-scoping": "^7.21.0", "@babel/plugin-transform-classes": "^7.21.0", - "@babel/plugin-transform-computed-properties": "^7.21.5", + "@babel/plugin-transform-computed-properties": "^7.20.7", "@babel/plugin-transform-destructuring": "^7.21.3", "@babel/plugin-transform-dotall-regex": "^7.18.6", "@babel/plugin-transform-duplicate-keys": "^7.18.9", "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.21.5", + "@babel/plugin-transform-for-of": "^7.21.0", "@babel/plugin-transform-function-name": "^7.18.9", "@babel/plugin-transform-literals": "^7.18.9", "@babel/plugin-transform-member-expression-literals": "^7.18.6", "@babel/plugin-transform-modules-amd": "^7.20.11", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", + "@babel/plugin-transform-modules-commonjs": "^7.21.2", "@babel/plugin-transform-modules-systemjs": "^7.20.11", "@babel/plugin-transform-modules-umd": "^7.18.6", "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5", @@ -16875,17 +16927,17 @@ "@babel/plugin-transform-object-super": "^7.18.6", "@babel/plugin-transform-parameters": "^7.21.3", "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.21.5", + "@babel/plugin-transform-regenerator": "^7.20.5", "@babel/plugin-transform-reserved-words": "^7.18.6", "@babel/plugin-transform-shorthand-properties": "^7.18.6", "@babel/plugin-transform-spread": "^7.20.7", "@babel/plugin-transform-sticky-regex": "^7.18.6", "@babel/plugin-transform-template-literals": "^7.18.9", "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.21.5", + "@babel/plugin-transform-unicode-escapes": "^7.18.10", "@babel/plugin-transform-unicode-regex": "^7.18.6", "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "babel-plugin-polyfill-corejs2": "^0.3.3", "babel-plugin-polyfill-corejs3": "^0.6.0", "babel-plugin-polyfill-regenerator": "^0.4.1", @@ -16911,13 +16963,13 @@ } }, "@babel/preset-typescript": { - "version": "7.21.5", + "version": "7.21.4", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-validator-option": "^7.21.0", "@babel/plugin-syntax-jsx": "^7.21.4", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", + "@babel/plugin-transform-modules-commonjs": "^7.21.2", "@babel/plugin-transform-typescript": "^7.21.3" } }, @@ -16926,7 +16978,8 @@ "dev": true }, "@babel/runtime": { - "version": "7.21.5", + "version": "7.21.0", + "dev": true, "requires": { "regenerator-runtime": "^0.13.11" } @@ -16940,24 +16993,24 @@ } }, "@babel/traverse": { - "version": "7.21.5", + "version": "7.21.4", "requires": { "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-environment-visitor": "^7.21.5", + "@babel/generator": "^7.21.4", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.21.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.5", - "@babel/types": "^7.21.5", + "@babel/parser": "^7.21.4", + "@babel/types": "^7.21.4", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.21.5", + "version": "7.21.4", "requires": { - "@babel/helper-string-parser": "^7.21.5", + "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" } @@ -17871,7 +17924,7 @@ }, "dependencies": { "@oclif/core": { - "version": "2.8.5", + "version": "2.8.2", "requires": { "@types/cli-progress": "^3.11.0", "ansi-escapes": "^4.3.2", @@ -17931,7 +17984,7 @@ }, "dependencies": { "@oclif/core": { - "version": "2.8.5", + "version": "2.8.2", "requires": { "@types/cli-progress": "^3.11.0", "ansi-escapes": "^4.3.2", @@ -17994,7 +18047,7 @@ }, "dependencies": { "@oclif/core": { - "version": "2.8.5", + "version": "2.8.2", "requires": { "@types/cli-progress": "^3.11.0", "ansi-escapes": "^4.3.2", @@ -18209,6 +18262,8 @@ }, "@tsoa/cli": { "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@tsoa/cli/-/cli-4.1.3.tgz", + "integrity": "sha512-tbuuAf9akIQHoqI0HgRV4GFtvzYxX+Hz5hMRdIDpmvFb9oH1vOekjlLlTNVnzV18amUWAz6lrMdaZWwzLu0JXg==", "requires": { "@tsoa/runtime": "^4.1.3", "deepmerge": "^4.2.2", @@ -18225,6 +18280,8 @@ "dependencies": { "cliui": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", "requires": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -18233,6 +18290,8 @@ }, "find-up": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "requires": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -18240,6 +18299,8 @@ }, "fs-extra": { "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "requires": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", @@ -18248,6 +18309,8 @@ }, "glob": { "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -18259,33 +18322,45 @@ }, "jsonfile": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "requires": { "graceful-fs": "^4.1.6" } }, "locate-path": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "requires": { "p-locate": "^4.1.0" } }, "p-limit": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "requires": { "p-try": "^2.0.0" } }, "p-locate": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "requires": { "p-limit": "^2.2.0" } }, "universalify": { - "version": "0.1.2" + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" }, "wrap-ansi": { "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "requires": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -18293,10 +18368,14 @@ } }, "y18n": { - "version": "4.0.3" + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" }, "yargs": { "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", "requires": { "cliui": "^6.0.0", "decamelize": "^1.2.0", @@ -18313,6 +18392,8 @@ }, "yargs-parser": { "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", "requires": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" @@ -18322,6 +18403,8 @@ }, "@tsoa/runtime": { "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@tsoa/runtime/-/runtime-4.1.3.tgz", + "integrity": "sha512-XvHgrzdbpLI3RfWJ2xq6sNk74Lln5OpkHxGyWdUkZfcExizr+bt/QpSEDOZC6XgfhIgzFZqWah+TZ51zX88OCg==", "requires": { "promise.any": "^2.0.2", "reflect-metadata": "^0.1.13", @@ -18330,6 +18413,8 @@ }, "@types/aws-sdk": { "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@types/aws-sdk/-/aws-sdk-2.7.0.tgz", + "integrity": "sha512-bF6brnwPN9+kheqdKCpinMgCkj+sJIUEj+0v0LPug9OQwL5/1jy+kiJwl+Nkw4Kh+7oaL1phhC4gMz6Oq60jMg==", "peer": true, "requires": { "aws-sdk": "*" @@ -18362,7 +18447,7 @@ } }, "@types/babel__traverse": { - "version": "7.18.5", + "version": "7.18.4", "dev": true, "requires": { "@babel/types": "^7.3.0" @@ -18404,7 +18489,7 @@ }, "dependencies": { "rxjs": { - "version": "7.8.1", + "version": "7.8.0", "requires": { "tslib": "^2.1.0" } @@ -18454,7 +18539,7 @@ "version": "1.2.2" }, "@types/node": { - "version": "16.18.26" + "version": "16.18.25" }, "@types/node-ipc": { "version": "9.2.0", @@ -18724,6 +18809,8 @@ }, "array-buffer-byte-length": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", + "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", "requires": { "call-bind": "^1.0.2", "is-array-buffer": "^3.0.1" @@ -18740,6 +18827,8 @@ }, "array.prototype.map": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.5.tgz", + "integrity": "sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g==", "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -19131,7 +19220,7 @@ } }, "caniuse-lite": { - "version": "1.0.30001486" + "version": "1.0.30001481" }, "cardinal": { "version": "2.1.1", @@ -19232,7 +19321,7 @@ } }, "cli-spinners": { - "version": "2.9.0" + "version": "2.8.0" }, "cli-table": { "version": "0.3.11", @@ -19407,7 +19496,7 @@ } }, "rxjs": { - "version": "7.8.1", + "version": "7.8.0", "requires": { "tslib": "^2.1.0" } @@ -19657,7 +19746,7 @@ "version": "1.3.0" }, "core-js-compat": { - "version": "3.30.2", + "version": "3.30.1", "dev": true, "requires": { "browserslist": "^4.21.5" @@ -19732,10 +19821,7 @@ } }, "date-fns": { - "version": "2.30.0", - "requires": { - "@babel/runtime": "^7.21.0" - } + "version": "2.29.3" }, "dateformat": { "version": "3.0.3" @@ -19943,7 +20029,7 @@ } }, "electron-to-chromium": { - "version": "1.4.385" + "version": "1.4.372" }, "emittery": { "version": "0.8.1", @@ -19997,6 +20083,8 @@ }, "es-abstract": { "version": "1.21.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz", + "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==", "requires": { "array-buffer-byte-length": "^1.0.0", "available-typed-arrays": "^1.0.5", @@ -20036,6 +20124,8 @@ }, "es-aggregate-error": { "version": "1.0.9", + "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.9.tgz", + "integrity": "sha512-fvnX40sb538wdU6r4s35cq4EY6Lr09Upj40BEVem4LEsuW8XgQep9yD5Q1U2KftokNp1rWODFJ2qwZSsAjFpbg==", "requires": { "define-properties": "^1.1.4", "es-abstract": "^1.20.4", @@ -20047,10 +20137,14 @@ } }, "es-array-method-boxes-properly": { - "version": "1.0.0" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==" }, "es-get-iterator": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", + "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", "requires": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", @@ -20064,12 +20158,16 @@ }, "dependencies": { "isarray": { - "version": "2.0.5" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" } } }, "es-set-tostringtag": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", + "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", "requires": { "get-intrinsic": "^1.1.3", "has": "^1.0.3", @@ -20078,6 +20176,8 @@ }, "es-to-primitive": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "requires": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", @@ -20775,6 +20875,8 @@ }, "function.prototype.name": { "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", @@ -20787,7 +20889,9 @@ "dev": true }, "functions-have-names": { - "version": "1.2.3" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" }, "gauge": { "version": "3.0.2", @@ -20890,6 +20994,8 @@ }, "get-symbol-description": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", "requires": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.1" @@ -20995,6 +21101,8 @@ }, "globalthis": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", "requires": { "define-properties": "^1.1.3" } @@ -21155,7 +21263,9 @@ } }, "has-bigints": { - "version": "1.0.2" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" }, "has-flag": { "version": "4.0.0" @@ -21167,7 +21277,9 @@ } }, "has-proto": { - "version": "1.0.1" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" }, "has-symbols": { "version": "1.0.3" @@ -21331,6 +21443,8 @@ }, "ini": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", "peer": true }, "inquirer": { @@ -21392,7 +21506,7 @@ } }, "rxjs": { - "version": "7.8.1", + "version": "7.8.0", "requires": { "tslib": "^2.1.0" } @@ -21407,6 +21521,8 @@ }, "internal-slot": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", + "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", "requires": { "get-intrinsic": "^1.2.0", "has": "^1.0.3", @@ -21428,6 +21544,8 @@ }, "is-array-buffer": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", + "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", "requires": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.0", @@ -21439,12 +21557,16 @@ }, "is-bigint": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "requires": { "has-bigints": "^1.0.1" } }, "is-boolean-object": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "requires": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -21468,6 +21590,8 @@ }, "is-date-object": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "requires": { "has-tostringtag": "^1.0.0" } @@ -21505,7 +21629,9 @@ "version": "1.0.1" }, "is-map": { - "version": "2.0.2" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==" }, "is-nan": { "version": "1.3.2", @@ -21515,13 +21641,17 @@ } }, "is-negative-zero": { - "version": "2.0.2" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==" }, "is-number": { "version": "7.0.0" }, "is-number-object": { "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "requires": { "has-tostringtag": "^1.0.0" } @@ -21541,6 +21671,8 @@ }, "is-regex": { "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "requires": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -21559,10 +21691,14 @@ } }, "is-set": { - "version": "2.0.2" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==" }, "is-shared-array-buffer": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", "requires": { "call-bind": "^1.0.2" } @@ -21578,6 +21714,8 @@ }, "is-symbol": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "requires": { "has-symbols": "^1.0.2" } @@ -21613,6 +21751,8 @@ }, "is-weakref": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "requires": { "call-bind": "^1.0.2" } @@ -21689,10 +21829,14 @@ } }, "iterate-iterator": { - "version": "1.0.2" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/iterate-iterator/-/iterate-iterator-1.0.2.tgz", + "integrity": "sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw==" }, "iterate-value": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz", + "integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==", "requires": { "es-get-iterator": "^1.0.2", "iterate-iterator": "^1.0.1" @@ -22704,7 +22848,7 @@ }, "dependencies": { "rxjs": { - "version": "7.8.1", + "version": "7.8.0", "requires": { "tslib": "^2.1.0" } @@ -22969,7 +23113,9 @@ } }, "merge": { - "version": "2.1.1" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/merge/-/merge-2.1.1.tgz", + "integrity": "sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==" }, "merge-stream": { "version": "2.0.0" @@ -23020,7 +23166,7 @@ } }, "minipass": { - "version": "5.0.0" + "version": "4.2.8" }, "minipass-collect": { "version": "1.0.2", @@ -23583,7 +23729,9 @@ "version": "4.1.1" }, "object-inspect": { - "version": "1.12.3" + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==" }, "object-is": { "version": "1.1.5", @@ -23600,6 +23748,8 @@ }, "object.assign": { "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -23632,7 +23782,7 @@ }, "dependencies": { "aws-sdk": { - "version": "2.1373.0", + "version": "2.1365.0", "requires": { "buffer": "4.9.2", "events": "1.1.1", @@ -23936,9 +24086,6 @@ } } }, - "path": { - "version": "1.0.0" - }, "path-exists": { "version": "4.0.0" }, @@ -24131,6 +24278,8 @@ }, "promise.any": { "version": "2.0.5", + "resolved": "https://registry.npmjs.org/promise.any/-/promise.any-2.0.5.tgz", + "integrity": "sha512-aM+D4cv0Sjkc90Qhg19XH8Mo5aw28YWqPTFWFkaOpE80MuPbjH/brgI7NI4YGWbcS3suOa0xjJrYznet7lSHhw==", "requires": { "array.prototype.map": "^1.0.5", "call-bind": "^1.0.2", @@ -24408,7 +24557,8 @@ } }, "regenerator-runtime": { - "version": "0.13.11" + "version": "0.13.11", + "dev": true }, "regenerator-transform": { "version": "0.15.1", @@ -24418,11 +24568,13 @@ } }, "regexp-tree": { - "version": "0.1.27", + "version": "0.1.25", "dev": true }, "regexp.prototype.flags": { "version": "1.5.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", + "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", "requires": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", @@ -24472,7 +24624,9 @@ "dev": true }, "require-main-filename": { - "version": "2.0.0" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" }, "require-module": { "version": "0.1.0", @@ -24595,6 +24749,8 @@ }, "safe-regex-test": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", "requires": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", @@ -24757,6 +24913,8 @@ }, "side-channel": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", "requires": { "call-bind": "^1.0.0", "get-intrinsic": "^1.0.2", @@ -24968,6 +25126,8 @@ }, "stop-iteration-iterator": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", "requires": { "internal-slot": "^1.0.4" } @@ -24999,6 +25159,8 @@ }, "string.prototype.trim": { "version": "1.2.7", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", + "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -25007,6 +25169,8 @@ }, "string.prototype.trimend": { "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -25015,6 +25179,8 @@ }, "string.prototype.trimstart": { "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -25165,11 +25331,11 @@ } }, "tar": { - "version": "6.1.14", + "version": "6.1.13", "requires": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^5.0.0", + "minipass": "^4.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" @@ -25259,7 +25425,7 @@ "version": "0.2.0" }, "textextensions": { - "version": "5.16.0" + "version": "5.15.0" }, "throat": { "version": "6.0.2", @@ -25362,6 +25528,8 @@ }, "tsoa": { "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tsoa/-/tsoa-4.1.3.tgz", + "integrity": "sha512-jSvH+b3hNUx3lBzscyAu1nlE/PO4cYdgDMmPTF5/3mQVRdyblE/zinRQ5lipyCNYFD07KTiRQJCFKfdtklrs8w==", "requires": { "@tsoa/cli": "^4.1.3", "@tsoa/runtime": "^4.1.3" @@ -25401,6 +25569,8 @@ }, "typed-array-length": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", "requires": { "call-bind": "^1.0.2", "for-each": "^0.3.3", @@ -25426,6 +25596,8 @@ }, "unbox-primitive": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "requires": { "call-bind": "^1.0.2", "has-bigints": "^1.0.2", @@ -25582,7 +25754,9 @@ } }, "validator": { - "version": "13.9.0" + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.9.0.tgz", + "integrity": "sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA==" }, "vinyl": { "version": "2.2.1", @@ -25641,7 +25815,7 @@ } }, "rxjs": { - "version": "7.8.1", + "version": "7.8.0", "requires": { "tslib": "^2.1.0" } @@ -25700,6 +25874,8 @@ }, "which-boxed-primitive": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", "requires": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", @@ -25709,7 +25885,9 @@ } }, "which-module": { - "version": "2.0.1" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==" }, "which-pm": { "version": "2.0.0", @@ -25806,6 +25984,8 @@ }, "yamljs": { "version": "0.3.0", + "resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.3.0.tgz", + "integrity": "sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==", "requires": { "argparse": "^1.0.7", "glob": "^7.0.5" @@ -25813,6 +25993,8 @@ "dependencies": { "glob": { "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -25825,7 +26007,7 @@ } }, "yargs": { - "version": "17.7.2", + "version": "17.7.1", "requires": { "cliui": "^8.0.1", "escalade": "^3.1.1", diff --git a/packages/desktop-app/package-lock.json b/packages/desktop-app/package-lock.json index 0fb6be39a..1c977c136 100644 --- a/packages/desktop-app/package-lock.json +++ b/packages/desktop-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "Leapp", - "version": "0.17.5", + "version": "0.17.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Leapp", - "version": "0.17.5", + "version": "0.17.6", "hasInstallScript": true, "dependencies": { "@angular/animations": "^13.2.2", @@ -765,17 +765,17 @@ "license": "Apache-2.0" }, "node_modules/@azure/msal-common": { - "version": "13.0.0", + "version": "12.1.0", "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-node": { - "version": "1.17.2", + "version": "1.17.1", "license": "MIT", "dependencies": { - "@azure/msal-common": "13.0.0", + "@azure/msal-common": "^12.1.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, @@ -794,26 +794,26 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.21.7", + "version": "7.21.4", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.21.8", + "version": "7.21.4", "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helpers": "^7.21.5", - "@babel/parser": "^7.21.8", + "@babel/generator": "^7.21.4", + "@babel/helper-compilation-targets": "^7.21.4", + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helpers": "^7.21.0", + "@babel/parser": "^7.21.4", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5", + "@babel/traverse": "^7.21.4", + "@babel/types": "^7.21.4", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -829,10 +829,10 @@ } }, "node_modules/@babel/core/node_modules/@babel/generator": { - "version": "7.21.5", + "version": "7.21.4", "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -905,21 +905,22 @@ } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.21.5", + "version": "7.18.9", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5" + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.21.5", + "version": "7.21.4", "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.21.5", + "@babel/compat-data": "^7.21.4", "@babel/helper-validator-option": "^7.21.0", "browserslist": "^4.21.3", "lru-cache": "^5.1.1", @@ -940,18 +941,17 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.21.8", + "version": "7.21.4", "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.5", + "@babel/helper-member-expression-to-functions": "^7.21.0", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.21.5", + "@babel/helper-replace-supers": "^7.20.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6", - "semver": "^6.3.0" + "@babel/helper-split-export-declaration": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -970,21 +970,13 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { - "version": "6.3.0", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.21.8", + "version": "7.21.4", "dev": true, "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1", - "semver": "^6.3.0" + "regexpu-core": "^5.3.1" }, "engines": { "node": ">=6.9.0" @@ -1004,14 +996,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { - "version": "6.3.0", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@babel/helper-define-polyfill-provider": { "version": "0.3.3", "dev": true, @@ -1037,8 +1021,19 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.21.5", + "version": "7.18.9", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "dev": true, "license": "MIT", + "dependencies": { + "@babel/types": "^7.18.6" + }, "engines": { "node": ">=6.9.0" } @@ -1077,10 +1072,10 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.21.5", + "version": "7.21.0", "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.21.0" }, "engines": { "node": ">=6.9.0" @@ -1097,17 +1092,17 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.21.5", + "version": "7.21.2", "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-module-imports": "^7.21.4", - "@babel/helper-simple-access": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.19.1", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.21.2", + "@babel/types": "^7.21.2" }, "engines": { "node": ">=6.9.0" @@ -1136,7 +1131,7 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.21.5", + "version": "7.20.2", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -1171,15 +1166,15 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.21.5", + "version": "7.20.7", "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-member-expression-to-functions": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.20.7", "@babel/helper-optimise-call-expression": "^7.18.6", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" @@ -1198,10 +1193,10 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.21.5", + "version": "7.20.2", "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1228,7 +1223,7 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.21.5", + "version": "7.19.4", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -1276,12 +1271,12 @@ } }, "node_modules/@babel/helpers": { - "version": "7.21.5", + "version": "7.21.0", "license": "MIT", "dependencies": { "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.21.0", + "@babel/types": "^7.21.0" }, "engines": { "node": ">=6.9.0" @@ -1312,7 +1307,7 @@ } }, "node_modules/@babel/parser": { - "version": "7.21.8", + "version": "7.21.4", "license": "MIT", "bin": { "parser": "bin/babel-parser.js" @@ -1791,11 +1786,11 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.21.5", + "version": "7.20.7", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1882,11 +1877,11 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.21.5", + "version": "7.20.7", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/template": "^7.20.7" }, "engines": { @@ -1968,11 +1963,11 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.21.5", + "version": "7.21.0", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -2041,13 +2036,13 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.21.5", + "version": "7.21.2", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-simple-access": "^7.21.5" + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-simple-access": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -2161,11 +2156,11 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.21.5", + "version": "7.20.5", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "regenerator-transform": "^0.15.1" }, "engines": { @@ -2288,11 +2283,11 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.21.5", + "version": "7.18.10", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.18.9" }, "engines": { "node": ">=6.9.0" @@ -2443,7 +2438,7 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.21.5", + "version": "7.21.0", "dev": true, "license": "MIT", "dependencies": { @@ -2473,17 +2468,17 @@ } }, "node_modules/@babel/traverse": { - "version": "7.21.5", + "version": "7.21.4", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-environment-visitor": "^7.21.5", + "@babel/generator": "^7.21.4", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.21.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.5", - "@babel/types": "^7.21.5", + "@babel/parser": "^7.21.4", + "@babel/types": "^7.21.4", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -2492,10 +2487,10 @@ } }, "node_modules/@babel/traverse/node_modules/@babel/generator": { - "version": "7.21.5", + "version": "7.21.4", "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -2517,10 +2512,10 @@ } }, "node_modules/@babel/types": { - "version": "7.21.5", + "version": "7.21.4", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.21.5", + "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, @@ -3349,7 +3344,7 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.5.1", + "version": "4.5.0", "dev": true, "license": "MIT", "peer": true, @@ -3358,14 +3353,14 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "2.0.3", + "version": "2.0.2", "dev": true, "license": "MIT", "peer": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.5.2", + "espree": "^9.5.1", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -3448,7 +3443,7 @@ } }, "node_modules/@eslint/js": { - "version": "8.40.0", + "version": "8.39.0", "dev": true, "license": "MIT", "peer": true, @@ -4032,19 +4027,19 @@ "license": "ISC" }, "node_modules/@nrwl/cli": { - "version": "15.9.3", + "version": "15.9.2", "dev": true, "license": "MIT", "dependencies": { - "nx": "15.9.3" + "nx": "15.9.2" } }, "node_modules/@nrwl/cli/node_modules/@nrwl/tao": { - "version": "15.9.3", + "version": "15.9.2", "dev": true, "license": "MIT", "dependencies": { - "nx": "15.9.3" + "nx": "15.9.2" }, "bin": { "tao": "index.js" @@ -4070,7 +4065,7 @@ "license": "Python-2.0" }, "node_modules/@nrwl/cli/node_modules/axios": { - "version": "1.4.0", + "version": "1.3.6", "dev": true, "license": "MIT", "dependencies": { @@ -4219,13 +4214,13 @@ } }, "node_modules/@nrwl/cli/node_modules/nx": { - "version": "15.9.3", + "version": "15.9.2", "dev": true, "hasInstallScript": true, "license": "MIT", "dependencies": { - "@nrwl/cli": "15.9.3", - "@nrwl/tao": "15.9.3", + "@nrwl/cli": "15.9.2", + "@nrwl/tao": "15.9.2", "@parcel/watcher": "2.0.4", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "^3.0.0-rc.18", @@ -4264,15 +4259,15 @@ "nx": "bin/nx.js" }, "optionalDependencies": { - "@nrwl/nx-darwin-arm64": "15.9.3", - "@nrwl/nx-darwin-x64": "15.9.3", - "@nrwl/nx-linux-arm-gnueabihf": "15.9.3", - "@nrwl/nx-linux-arm64-gnu": "15.9.3", - "@nrwl/nx-linux-arm64-musl": "15.9.3", - "@nrwl/nx-linux-x64-gnu": "15.9.3", - "@nrwl/nx-linux-x64-musl": "15.9.3", - "@nrwl/nx-win32-arm64-msvc": "15.9.3", - "@nrwl/nx-win32-x64-msvc": "15.9.3" + "@nrwl/nx-darwin-arm64": "15.9.2", + "@nrwl/nx-darwin-x64": "15.9.2", + "@nrwl/nx-linux-arm-gnueabihf": "15.9.2", + "@nrwl/nx-linux-arm64-gnu": "15.9.2", + "@nrwl/nx-linux-arm64-musl": "15.9.2", + "@nrwl/nx-linux-x64-gnu": "15.9.2", + "@nrwl/nx-linux-x64-musl": "15.9.2", + "@nrwl/nx-win32-arm64-msvc": "15.9.2", + "@nrwl/nx-win32-x64-msvc": "15.9.2" }, "peerDependencies": { "@swc-node/register": "^1.4.2", @@ -4369,7 +4364,7 @@ "license": "ISC" }, "node_modules/@nrwl/nx-darwin-x64": { - "version": "15.9.3", + "version": "15.9.2", "cpu": [ "x64" ], @@ -4877,7 +4872,7 @@ } }, "node_modules/@types/connect-history-api-fallback": { - "version": "1.5.0", + "version": "1.3.5", "dev": true, "license": "MIT", "dependencies": { @@ -5027,7 +5022,7 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "16.18.26", + "version": "16.18.25", "license": "MIT" }, "node_modules/@types/node-ipc": { @@ -5083,7 +5078,7 @@ "license": "MIT" }, "node_modules/@types/selenium-webdriver": { - "version": "3.0.21", + "version": "3.0.20", "dev": true, "license": "MIT" }, @@ -5443,7 +5438,7 @@ "license": "BSD-2-Clause" }, "node_modules/@yarnpkg/parsers": { - "version": "3.0.0-rc.43", + "version": "3.0.0-rc.42", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -7144,7 +7139,7 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001486", + "version": "1.0.30001481", "funding": [ { "type": "opencollective", @@ -7293,7 +7288,7 @@ } }, "node_modules/cli-spinners": { - "version": "2.9.0", + "version": "2.8.0", "dev": true, "license": "MIT", "engines": { @@ -8096,7 +8091,7 @@ } }, "node_modules/core-js-compat": { - "version": "3.30.2", + "version": "3.30.1", "dev": true, "license": "MIT", "dependencies": { @@ -8108,7 +8103,7 @@ } }, "node_modules/core-js-pure": { - "version": "3.30.2", + "version": "3.30.1", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -8562,11 +8557,8 @@ } }, "node_modules/date-fns": { - "version": "2.30.0", + "version": "2.29.3", "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, "engines": { "node": ">=0.11" }, @@ -8575,20 +8567,6 @@ "url": "https://opencollective.com/date-fns" } }, - "node_modules/date-fns/node_modules/@babel/runtime": { - "version": "7.21.5", - "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.13.11" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/date-fns/node_modules/regenerator-runtime": { - "version": "0.13.11", - "license": "MIT" - }, "node_modules/date-format": { "version": "4.0.14", "dev": true, @@ -9878,7 +9856,7 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.385", + "version": "1.4.372", "license": "ISC" }, "node_modules/electron-updater": { @@ -9972,7 +9950,7 @@ } }, "node_modules/engine.io": { - "version": "6.4.2", + "version": "6.4.1", "dev": true, "license": "MIT", "dependencies": { @@ -10322,15 +10300,15 @@ } }, "node_modules/eslint": { - "version": "8.40.0", + "version": "8.39.0", "dev": true, "license": "MIT", "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.40.0", + "@eslint/eslintrc": "^2.0.2", + "@eslint/js": "8.39.0", "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -10341,8 +10319,8 @@ "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", "eslint-scope": "^7.2.0", - "eslint-visitor-keys": "^3.4.1", - "espree": "^9.5.2", + "eslint-visitor-keys": "^3.4.0", + "espree": "^9.5.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -10416,7 +10394,7 @@ } }, "node_modules/eslint-visitor-keys": { - "version": "3.4.1", + "version": "3.4.0", "dev": true, "license": "Apache-2.0", "engines": { @@ -10613,14 +10591,14 @@ } }, "node_modules/espree": { - "version": "9.5.2", + "version": "9.5.1", "dev": true, "license": "BSD-2-Clause", "peer": true, "dependencies": { "acorn": "^8.8.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" + "eslint-visitor-keys": "^3.4.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -12108,11 +12086,11 @@ } }, "node_modules/gushio/node_modules/@babel/generator": { - "version": "7.21.5", + "version": "7.21.4", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -12122,11 +12100,11 @@ } }, "node_modules/gushio/node_modules/@babel/generator/node_modules/@babel/types": { - "version": "7.21.5", + "version": "7.21.4", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.21.5", + "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, @@ -13085,7 +13063,7 @@ } }, "node_modules/inquirer/node_modules/rxjs": { - "version": "7.8.1", + "version": "7.8.0", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -14820,7 +14798,7 @@ "license": "MIT" }, "node_modules/listr2/node_modules/rxjs": { - "version": "7.8.1", + "version": "7.8.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" @@ -17967,7 +17945,7 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.0.12", + "version": "6.0.11", "dev": true, "license": "MIT", "dependencies": { @@ -20795,12 +20773,12 @@ } }, "node_modules/tar": { - "version": "6.1.14", + "version": "6.1.13", "license": "ISC", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^5.0.0", + "minipass": "^4.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" @@ -20838,7 +20816,7 @@ } }, "node_modules/tar/node_modules/minipass": { - "version": "5.0.0", + "version": "4.2.8", "license": "ISC", "engines": { "node": ">=8" @@ -20903,7 +20881,7 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.8", + "version": "5.3.7", "dev": true, "license": "MIT", "dependencies": { @@ -20911,7 +20889,7 @@ "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", "serialize-javascript": "^6.0.1", - "terser": "^5.16.8" + "terser": "^5.16.5" }, "engines": { "node": ">= 10.13.0" @@ -21638,7 +21616,7 @@ } }, "node_modules/wait-on/node_modules/rxjs": { - "version": "7.8.1", + "version": "7.8.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" @@ -22344,7 +22322,7 @@ } }, "node_modules/yargs": { - "version": "17.7.2", + "version": "17.7.1", "dev": true, "license": "MIT", "dependencies": { @@ -22798,12 +22776,12 @@ "dev": true }, "@azure/msal-common": { - "version": "13.0.0" + "version": "12.1.0" }, "@azure/msal-node": { - "version": "1.17.2", + "version": "1.17.1", "requires": { - "@azure/msal-common": "13.0.0", + "@azure/msal-common": "^12.1.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" } @@ -22815,21 +22793,21 @@ } }, "@babel/compat-data": { - "version": "7.21.7" + "version": "7.21.4" }, "@babel/core": { - "version": "7.21.8", + "version": "7.21.4", "requires": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helpers": "^7.21.5", - "@babel/parser": "^7.21.8", + "@babel/generator": "^7.21.4", + "@babel/helper-compilation-targets": "^7.21.4", + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helpers": "^7.21.0", + "@babel/parser": "^7.21.4", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5", + "@babel/traverse": "^7.21.4", + "@babel/types": "^7.21.4", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -22838,9 +22816,9 @@ }, "dependencies": { "@babel/generator": { - "version": "7.21.5", + "version": "7.21.4", "requires": { - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -22890,16 +22868,17 @@ } }, "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.21.5", + "version": "7.18.9", "dev": true, "requires": { - "@babel/types": "^7.21.5" + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" } }, "@babel/helper-compilation-targets": { - "version": "7.21.5", + "version": "7.21.4", "requires": { - "@babel/compat-data": "^7.21.5", + "@babel/compat-data": "^7.21.4", "@babel/helper-validator-option": "^7.21.0", "browserslist": "^4.21.3", "lru-cache": "^5.1.1", @@ -22912,17 +22891,16 @@ } }, "@babel/helper-create-class-features-plugin": { - "version": "7.21.8", + "version": "7.21.4", "requires": { "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.5", + "@babel/helper-member-expression-to-functions": "^7.21.0", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.21.5", + "@babel/helper-replace-supers": "^7.20.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6", - "semver": "^6.3.0" + "@babel/helper-split-export-declaration": "^7.18.6" }, "dependencies": { "@babel/helper-annotate-as-pure": { @@ -22930,19 +22908,15 @@ "requires": { "@babel/types": "^7.18.6" } - }, - "semver": { - "version": "6.3.0" } } }, "@babel/helper-create-regexp-features-plugin": { - "version": "7.21.8", + "version": "7.21.4", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1", - "semver": "^6.3.0" + "regexpu-core": "^5.3.1" }, "dependencies": { "@babel/helper-annotate-as-pure": { @@ -22951,10 +22925,6 @@ "requires": { "@babel/types": "^7.18.6" } - }, - "semver": { - "version": "6.3.0", - "dev": true } } }, @@ -22977,7 +22947,14 @@ } }, "@babel/helper-environment-visitor": { - "version": "7.21.5" + "version": "7.18.9" + }, + "@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } }, "@babel/helper-function-name": { "version": "7.21.0", @@ -23003,9 +22980,9 @@ } }, "@babel/helper-member-expression-to-functions": { - "version": "7.21.5", + "version": "7.21.0", "requires": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.21.0" } }, "@babel/helper-module-imports": { @@ -23015,16 +22992,16 @@ } }, "@babel/helper-module-transforms": { - "version": "7.21.5", + "version": "7.21.2", "requires": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-module-imports": "^7.21.4", - "@babel/helper-simple-access": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.19.1", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.21.2", + "@babel/types": "^7.21.2" }, "dependencies": { "@babel/template": { @@ -23044,7 +23021,7 @@ } }, "@babel/helper-plugin-utils": { - "version": "7.21.5" + "version": "7.20.2" }, "@babel/helper-remap-async-to-generator": { "version": "7.18.9", @@ -23066,14 +23043,14 @@ } }, "@babel/helper-replace-supers": { - "version": "7.21.5", + "version": "7.20.7", "requires": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-member-expression-to-functions": "^7.21.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.20.7", "@babel/helper-optimise-call-expression": "^7.18.6", "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" }, "dependencies": { "@babel/template": { @@ -23087,9 +23064,9 @@ } }, "@babel/helper-simple-access": { - "version": "7.21.5", + "version": "7.20.2", "requires": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.20.2" } }, "@babel/helper-skip-transparent-expression-wrappers": { @@ -23105,7 +23082,7 @@ } }, "@babel/helper-string-parser": { - "version": "7.21.5" + "version": "7.19.4" }, "@babel/helper-validator-identifier": { "version": "7.19.1" @@ -23135,11 +23112,11 @@ } }, "@babel/helpers": { - "version": "7.21.5", + "version": "7.21.0", "requires": { "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/traverse": "^7.21.0", + "@babel/types": "^7.21.0" }, "dependencies": { "@babel/template": { @@ -23161,7 +23138,7 @@ } }, "@babel/parser": { - "version": "7.21.8" + "version": "7.21.4" }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "version": "7.18.6", @@ -23433,10 +23410,10 @@ } }, "@babel/plugin-transform-arrow-functions": { - "version": "7.21.5", + "version": "7.20.7", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.20.2" } }, "@babel/plugin-transform-async-to-generator": { @@ -23487,10 +23464,10 @@ } }, "@babel/plugin-transform-computed-properties": { - "version": "7.21.5", + "version": "7.20.7", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/template": "^7.20.7" }, "dependencies": { @@ -23536,10 +23513,10 @@ } }, "@babel/plugin-transform-for-of": { - "version": "7.21.5", + "version": "7.21.0", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.20.2" } }, "@babel/plugin-transform-function-name": { @@ -23574,12 +23551,12 @@ } }, "@babel/plugin-transform-modules-commonjs": { - "version": "7.21.5", + "version": "7.21.2", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-simple-access": "^7.21.5" + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-simple-access": "^7.20.2" } }, "@babel/plugin-transform-modules-systemjs": { @@ -23638,10 +23615,10 @@ } }, "@babel/plugin-transform-regenerator": { - "version": "7.21.5", + "version": "7.20.5", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-plugin-utils": "^7.20.2", "regenerator-transform": "^0.15.1" } }, @@ -23707,10 +23684,10 @@ } }, "@babel/plugin-transform-unicode-escapes": { - "version": "7.21.5", + "version": "7.18.10", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.18.9" } }, "@babel/plugin-transform-unicode-regex": { @@ -23830,7 +23807,7 @@ } }, "@babel/runtime-corejs3": { - "version": "7.21.5", + "version": "7.21.0", "dev": true, "requires": { "core-js-pure": "^3.25.1", @@ -23853,24 +23830,24 @@ } }, "@babel/traverse": { - "version": "7.21.5", + "version": "7.21.4", "requires": { "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-environment-visitor": "^7.21.5", + "@babel/generator": "^7.21.4", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.21.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.5", - "@babel/types": "^7.21.5", + "@babel/parser": "^7.21.4", + "@babel/types": "^7.21.4", "debug": "^4.1.0", "globals": "^11.1.0" }, "dependencies": { "@babel/generator": { - "version": "7.21.5", + "version": "7.21.4", "requires": { - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -23887,9 +23864,9 @@ } }, "@babel/types": { - "version": "7.21.5", + "version": "7.21.4", "requires": { - "@babel/helper-string-parser": "^7.21.5", + "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" } @@ -24430,18 +24407,18 @@ } }, "@eslint-community/regexpp": { - "version": "4.5.1", + "version": "4.5.0", "dev": true, "peer": true }, "@eslint/eslintrc": { - "version": "2.0.3", + "version": "2.0.2", "dev": true, "peer": true, "requires": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.5.2", + "espree": "^9.5.1", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -24498,7 +24475,7 @@ } }, "@eslint/js": { - "version": "8.40.0", + "version": "8.39.0", "dev": true, "peer": true }, @@ -24860,17 +24837,17 @@ } }, "@nrwl/cli": { - "version": "15.9.3", + "version": "15.9.2", "dev": true, "requires": { - "nx": "15.9.3" + "nx": "15.9.2" }, "dependencies": { "@nrwl/tao": { - "version": "15.9.3", + "version": "15.9.2", "dev": true, "requires": { - "nx": "15.9.3" + "nx": "15.9.2" } }, "ansi-styles": { @@ -24885,7 +24862,7 @@ "dev": true }, "axios": { - "version": "1.4.0", + "version": "1.3.6", "dev": true, "requires": { "follow-redirects": "^1.15.0", @@ -24984,20 +24961,20 @@ } }, "nx": { - "version": "15.9.3", - "dev": true, - "requires": { - "@nrwl/cli": "15.9.3", - "@nrwl/nx-darwin-arm64": "15.9.3", - "@nrwl/nx-darwin-x64": "15.9.3", - "@nrwl/nx-linux-arm-gnueabihf": "15.9.3", - "@nrwl/nx-linux-arm64-gnu": "15.9.3", - "@nrwl/nx-linux-arm64-musl": "15.9.3", - "@nrwl/nx-linux-x64-gnu": "15.9.3", - "@nrwl/nx-linux-x64-musl": "15.9.3", - "@nrwl/nx-win32-arm64-msvc": "15.9.3", - "@nrwl/nx-win32-x64-msvc": "15.9.3", - "@nrwl/tao": "15.9.3", + "version": "15.9.2", + "dev": true, + "requires": { + "@nrwl/cli": "15.9.2", + "@nrwl/nx-darwin-arm64": "15.9.2", + "@nrwl/nx-darwin-x64": "15.9.2", + "@nrwl/nx-linux-arm-gnueabihf": "15.9.2", + "@nrwl/nx-linux-arm64-gnu": "15.9.2", + "@nrwl/nx-linux-arm64-musl": "15.9.2", + "@nrwl/nx-linux-x64-gnu": "15.9.2", + "@nrwl/nx-linux-x64-musl": "15.9.2", + "@nrwl/nx-win32-arm64-msvc": "15.9.2", + "@nrwl/nx-win32-x64-msvc": "15.9.2", + "@nrwl/tao": "15.9.2", "@parcel/watcher": "2.0.4", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "^3.0.0-rc.18", @@ -25090,7 +25067,7 @@ } }, "@nrwl/nx-darwin-x64": { - "version": "15.9.3", + "version": "15.9.2", "dev": true, "optional": true }, @@ -25431,7 +25408,7 @@ } }, "@types/connect-history-api-fallback": { - "version": "1.5.0", + "version": "1.3.5", "dev": true, "requires": { "@types/express-serve-static-core": "*", @@ -25560,7 +25537,7 @@ "dev": true }, "@types/node": { - "version": "16.18.26" + "version": "16.18.25" }, "@types/node-ipc": { "version": "9.2.0", @@ -25606,7 +25583,7 @@ "dev": true }, "@types/selenium-webdriver": { - "version": "3.0.21", + "version": "3.0.20", "dev": true }, "@types/semver": { @@ -25869,7 +25846,7 @@ "dev": true }, "@yarnpkg/parsers": { - "version": "3.0.0-rc.43", + "version": "3.0.0-rc.42", "dev": true, "requires": { "js-yaml": "^3.10.0", @@ -26980,7 +26957,7 @@ } }, "caniuse-lite": { - "version": "1.0.30001486" + "version": "1.0.30001481" }, "caseless": { "version": "0.12.0", @@ -27051,7 +27028,7 @@ } }, "cli-spinners": { - "version": "2.9.0", + "version": "2.8.0", "dev": true }, "cli-truncate": { @@ -27566,14 +27543,14 @@ "dev": true }, "core-js-compat": { - "version": "3.30.2", + "version": "3.30.1", "dev": true, "requires": { "browserslist": "^4.21.5" } }, "core-js-pure": { - "version": "3.30.2", + "version": "3.30.1", "dev": true }, "core-util-is": { @@ -27830,21 +27807,7 @@ "dev": true }, "date-fns": { - "version": "2.30.0", - "requires": { - "@babel/runtime": "^7.21.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.21.5", - "requires": { - "regenerator-runtime": "^0.13.11" - } - }, - "regenerator-runtime": { - "version": "0.13.11" - } - } + "version": "2.29.3" }, "date-format": { "version": "4.0.14", @@ -28686,7 +28649,7 @@ } }, "electron-to-chromium": { - "version": "1.4.385" + "version": "1.4.372" }, "electron-updater": { "version": "4.6.5", @@ -28755,7 +28718,7 @@ } }, "engine.io": { - "version": "6.4.2", + "version": "6.4.1", "dev": true, "requires": { "@types/cookie": "^0.4.1", @@ -28988,14 +28951,14 @@ "version": "1.0.5" }, "eslint": { - "version": "8.40.0", + "version": "8.39.0", "dev": true, "peer": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.40.0", + "@eslint/eslintrc": "^2.0.2", + "@eslint/js": "8.39.0", "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -29006,8 +28969,8 @@ "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", "eslint-scope": "^7.2.0", - "eslint-visitor-keys": "^3.4.1", - "espree": "^9.5.2", + "eslint-visitor-keys": "^3.4.0", + "espree": "^9.5.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -29173,17 +29136,17 @@ } }, "eslint-visitor-keys": { - "version": "3.4.1", + "version": "3.4.0", "dev": true }, "espree": { - "version": "9.5.2", + "version": "9.5.1", "dev": true, "peer": true, "requires": { "acorn": "^8.8.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" + "eslint-visitor-keys": "^3.4.0" } }, "esprima": { @@ -30173,20 +30136,20 @@ } }, "@babel/generator": { - "version": "7.21.5", + "version": "7.21.4", "dev": true, "requires": { - "@babel/types": "^7.21.5", + "@babel/types": "^7.21.4", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" }, "dependencies": { "@babel/types": { - "version": "7.21.5", + "version": "7.21.4", "dev": true, "requires": { - "@babel/helper-string-parser": "^7.21.5", + "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" } @@ -30770,7 +30733,7 @@ "dev": true }, "rxjs": { - "version": "7.8.1", + "version": "7.8.0", "dev": true, "requires": { "tslib": "^2.1.0" @@ -31864,7 +31827,7 @@ "version": "2.0.20" }, "rxjs": { - "version": "7.8.1", + "version": "7.8.0", "requires": { "tslib": "^2.1.0" } @@ -33814,7 +33777,7 @@ } }, "postcss-selector-parser": { - "version": "6.0.12", + "version": "6.0.11", "dev": true, "requires": { "cssesc": "^3.0.0", @@ -35646,18 +35609,18 @@ "dev": true }, "tar": { - "version": "6.1.14", + "version": "6.1.13", "requires": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^5.0.0", + "minipass": "^4.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" }, "dependencies": { "minipass": { - "version": "5.0.0" + "version": "4.2.8" }, "yallist": { "version": "4.0.0" @@ -35732,14 +35695,14 @@ } }, "terser-webpack-plugin": { - "version": "5.3.8", + "version": "5.3.7", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.17", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", "serialize-javascript": "^6.0.1", - "terser": "^5.16.8" + "terser": "^5.16.5" }, "dependencies": { "ajv": { @@ -36173,7 +36136,7 @@ }, "dependencies": { "rxjs": { - "version": "7.8.1", + "version": "7.8.0", "requires": { "tslib": "^2.1.0" } @@ -36614,7 +36577,7 @@ } }, "yargs": { - "version": "17.7.2", + "version": "17.7.1", "dev": true, "requires": { "cliui": "^8.0.1", diff --git a/packages/desktop-app/package.json b/packages/desktop-app/package.json index 70ccb3a53..893608bf3 100644 --- a/packages/desktop-app/package.json +++ b/packages/desktop-app/package.json @@ -1,6 +1,6 @@ { "name": "Leapp", - "version": "0.17.5", + "version": "0.17.6", "private": true, "author": { "name": "Noovolari", @@ -265,4 +265,4 @@ "typescript": "4.5.5", "util": "^0.12.4" } -} \ No newline at end of file +}