From 3feeea9559cafdf84f4b025950d7e4a862104284 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 27 Oct 2022 04:15:39 +0200 Subject: [PATCH] fix(deps): update all non-major dependencies (#402) --- package.json | 14 +- packages/core/package.json | 4 +- packages/optional-cmd-common/package.json | 2 +- packages/publish/package.json | 10 +- packages/run/package.json | 2 +- packages/version/package.json | 2 +- pnpm-lock.yaml | 701 +++++++++++----------- 7 files changed, 371 insertions(+), 364 deletions(-) diff --git a/package.json b/package.json index 90441965..6f00d05e 100644 --- a/package.json +++ b/package.json @@ -61,12 +61,12 @@ "@lerna-lite/version": "workspace:*", "@lerna-test/helpers": "link:helpers", "@types/jest": "^29.2.0", - "@types/node": "^18.7.16", + "@types/node": "^18.11.7", "@types/npmlog": "^4.1.4", "@types/yargs": "^17.0.13", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.41.0", + "@typescript-eslint/parser": "^5.41.0", + "eslint": "^8.26.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", @@ -78,14 +78,14 @@ "find-up": "^5.0.0", "fs-extra": "^10.1.0", "globby": "^11.1.0", - "jest": "^29.2.1", - "jest-cli": "^29.2.1", + "jest": "^29.2.2", + "jest-cli": "^29.2.2", "jest-extended": "^3.1.0", "load-json-file": "^6.2.0", "normalize-newline": "^3.0.0", "normalize-path": "^3.0.0", "npmlog": "^7.0.1", - "nx": "15.0.0", + "nx": "15.0.3", "prettier": "^2.7.1", "rimraf": "^3.0.2", "semver": "^7.3.8", diff --git a/packages/core/package.json b/packages/core/package.json index 609c0602..367ffcff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -31,7 +31,7 @@ "npm": ">=8.0.0" }, "dependencies": { - "@npmcli/run-script": "^5.0.0", + "@npmcli/run-script": "^5.0.1", "@octokit/plugin-enterprise-rest": "^6.0.1", "@octokit/rest": "^19.0.5", "chalk": "^4.1.2", @@ -90,7 +90,7 @@ "@types/minimatch": "^5.1.2", "@types/npm-package-arg": "^6.1.1", "@types/p-map": "^2.0.0", - "@types/semver": "^7.3.12", + "@types/semver": "^7.3.13", "@types/strong-log-transformer": "^1.0.0", "@types/write-file-atomic": "^4.0.0", "@types/write-json-file": "^3.2.1", diff --git a/packages/optional-cmd-common/package.json b/packages/optional-cmd-common/package.json index 9eb7aa16..0205ff82 100644 --- a/packages/optional-cmd-common/package.json +++ b/packages/optional-cmd-common/package.json @@ -38,7 +38,7 @@ "upath": "^2.0.1" }, "devDependencies": { - "@types/node": "^18.7.14", + "@types/node": "^18.11.7", "@types/p-map": "^2.0.0", "path": "^0.12.7", "yargs": "^17.6.0" diff --git a/packages/publish/package.json b/packages/publish/package.json index fa836aa4..54be1840 100644 --- a/packages/publish/package.json +++ b/packages/publish/package.json @@ -33,21 +33,21 @@ "dependencies": { "@lerna-lite/core": "workspace:*", "@lerna-lite/version": "workspace:*", - "@npmcli/arborist": "^6.0.0", + "@npmcli/arborist": "^6.1.0", "byte-size": "^7.0.1", "chalk": "^4.1.2", "columnify": "^1.6.0", "fs-extra": "^10.1.0", "has-unicode": "^2.0.1", "libnpmaccess": "^7.0.0", - "libnpmpublish": "^7.0.0", + "libnpmpublish": "^7.0.1", "npm-package-arg": "^10.0.0", - "npm-packlist": "^7.0.1", + "npm-packlist": "^7.0.2", "npm-registry-fetch": "^14.0.2", "npmlog": "^7.0.1", "p-map": "^4.0.0", "p-pipe": "^3.1.0", - "pacote": "^15.0.3", + "pacote": "^15.0.4", "path": "^0.12.7", "pify": "^5.0.0", "read-package-json": "^6.0.0", @@ -62,7 +62,7 @@ "@types/fs-extra": "^9.0.13", "@types/load-json-file": "^5.1.0", "@types/p-map": "^2.0.0", - "@types/semver": "^7.3.12", + "@types/semver": "^7.3.13", "@types/write-pkg": "^4.0.0", "load-json-file": "^6.2.0", "write-pkg": "^4.0.0", diff --git a/packages/run/package.json b/packages/run/package.json index 9f935c80..871f1ae7 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@types/p-map": "^2.0.0", "globby": "^11.1.0", - "jest-circus": "^29.2.1", + "jest-circus": "^29.2.2", "perf_hooks": "^0.0.1", "yargs": "^17.6.0", "yargs-parser": "^21.1.1" diff --git a/packages/version/package.json b/packages/version/package.json index dc53ecb4..4108eeba 100644 --- a/packages/version/package.json +++ b/packages/version/package.json @@ -56,7 +56,7 @@ "@types/load-json-file": "^5.1.0", "@types/minimatch": "^5.1.2", "@types/p-map": "^2.0.0", - "@types/semver": "^7.3.12", + "@types/semver": "^7.3.13", "@types/write-json-file": "^3.2.1", "@types/write-pkg": "^4.0.0", "execa": "^5.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b69e6c28..4e128246 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,12 +19,12 @@ importers: '@lerna-lite/version': workspace:* '@lerna-test/helpers': link:helpers '@types/jest': ^29.2.0 - '@types/node': ^18.7.16 + '@types/node': ^18.11.7 '@types/npmlog': ^4.1.4 '@types/yargs': ^17.0.13 - '@typescript-eslint/eslint-plugin': ^5.40.1 - '@typescript-eslint/parser': ^5.40.1 - eslint: ^8.25.0 + '@typescript-eslint/eslint-plugin': ^5.41.0 + '@typescript-eslint/parser': ^5.41.0 + eslint: ^8.26.0 eslint-config-airbnb-base: ^15.0.0 eslint-config-prettier: ^8.5.0 eslint-plugin-import: ^2.26.0 @@ -36,14 +36,14 @@ importers: find-up: ^5.0.0 fs-extra: ^10.1.0 globby: ^11.1.0 - jest: ^29.2.1 - jest-cli: ^29.2.1 + jest: ^29.2.2 + jest-cli: ^29.2.2 jest-extended: ^3.1.0 load-json-file: ^6.2.0 normalize-newline: ^3.0.0 normalize-path: ^3.0.0 npmlog: ^7.0.1 - nx: 15.0.0 + nx: 15.0.3 prettier: ^2.7.1 rimraf: ^3.0.2 semver: ^7.3.8 @@ -69,37 +69,37 @@ importers: '@lerna-lite/version': link:packages/version '@lerna-test/helpers': link:helpers '@types/jest': 29.2.0 - '@types/node': 18.7.16 + '@types/node': 18.11.7 '@types/npmlog': 4.1.4 '@types/yargs': 17.0.13 - '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 - eslint-config-airbnb-base: 15.0.0_fyln4uq2tv75svthy6prqvt6lm - eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-import: 2.26.0_vcunoyu347gmi72pwsm7mdvjca - eslint-plugin-jest: 27.1.3_ktuq5bhtjfperqqn2aknj5bg6m - eslint-plugin-node: 11.1.0_eslint@8.25.0 - eslint-plugin-prefer-arrow: 1.2.3_eslint@8.25.0 + '@typescript-eslint/eslint-plugin': 5.41.0_huremdigmcnkianavgfk3x6iou + '@typescript-eslint/parser': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m + eslint: 8.26.0 + eslint-config-airbnb-base: 15.0.0_mynvxvmq5qtyojffiqgev4x7mm + eslint-config-prettier: 8.5.0_eslint@8.26.0 + eslint-plugin-import: 2.26.0_c2flhriocdzler6lrwbyxxyoca + eslint-plugin-jest: 27.1.3_6amp5fdmvwluzjywjm3ep2edui + eslint-plugin-node: 11.1.0_eslint@8.26.0 + eslint-plugin-prefer-arrow: 1.2.3_eslint@8.26.0 execa: 5.1.1 file-url: 3.0.0 find-up: 5.0.0 fs-extra: 10.1.0 globby: 11.1.0 - jest: 29.2.1_@types+node@18.7.16 - jest-cli: 29.2.1_@types+node@18.7.16 - jest-extended: 3.1.0_jest@29.2.1 + jest: 29.2.2_@types+node@18.11.7 + jest-cli: 29.2.2_@types+node@18.11.7 + jest-extended: 3.1.0_jest@29.2.2 load-json-file: 6.2.0 normalize-newline: 3.0.0 normalize-path: 3.0.0 npmlog: 7.0.1 - nx: 15.0.0 + nx: 15.0.3 prettier: 2.7.1 rimraf: 3.0.2 semver: 7.3.8 tacks: 1.3.0 tempy: 1.0.1 - ts-jest: 29.0.3_gb6kne6kwfnyeydciaqaaxfnkm + ts-jest: 29.0.3_a2wb2fpmmoypxea2sxiscqqu6y tsm: 2.2.2 typescript: 4.8.4 write-json-file: 4.3.0 @@ -154,7 +154,7 @@ importers: packages/core: specifiers: - '@npmcli/run-script': ^5.0.0 + '@npmcli/run-script': ^5.0.1 '@octokit/plugin-enterprise-rest': ^6.0.1 '@octokit/rest': ^19.0.5 '@types/clone-deep': ^4.0.1 @@ -172,7 +172,7 @@ importers: '@types/minimatch': ^5.1.2 '@types/npm-package-arg': ^6.1.1 '@types/p-map': ^2.0.0 - '@types/semver': ^7.3.12 + '@types/semver': ^7.3.13 '@types/strong-log-transformer': ^1.0.0 '@types/write-file-atomic': ^4.0.0 '@types/write-json-file': ^3.2.1 @@ -220,7 +220,7 @@ importers: yargs: ^17.6.0 yargs-parser: ^21.1.1 dependencies: - '@npmcli/run-script': 5.0.0 + '@npmcli/run-script': 5.0.1 '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.5 chalk: 4.1.2 @@ -278,7 +278,7 @@ importers: '@types/minimatch': 5.1.2 '@types/npm-package-arg': 6.1.1 '@types/p-map': 2.0.0 - '@types/semver': 7.3.12 + '@types/semver': 7.3.13 '@types/strong-log-transformer': 1.0.0 '@types/write-file-atomic': 4.0.0 '@types/write-json-file': 3.2.1 @@ -393,7 +393,7 @@ importers: packages/optional-cmd-common: specifiers: '@lerna-lite/core': workspace:* - '@types/node': ^18.7.14 + '@types/node': ^18.11.7 '@types/p-map': ^2.0.0 fs-extra: ^10.1.0 multimatch: ^5.0.0 @@ -408,7 +408,7 @@ importers: npmlog: 7.0.1 upath: 2.0.1 devDependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.7 '@types/p-map': 2.0.0 path: 0.12.7 yargs: 17.6.0 @@ -417,14 +417,14 @@ importers: specifiers: '@lerna-lite/core': workspace:* '@lerna-lite/version': workspace:* - '@npmcli/arborist': ^6.0.0 + '@npmcli/arborist': ^6.1.0 '@types/conventional-changelog-core': ^4.2.1 '@types/conventional-recommended-bump': ^6.1.0 '@types/execa': ^2.0.0 '@types/fs-extra': ^9.0.13 '@types/load-json-file': ^5.1.0 '@types/p-map': ^2.0.0 - '@types/semver': ^7.3.12 + '@types/semver': ^7.3.13 '@types/write-pkg': ^4.0.0 byte-size: ^7.0.1 chalk: ^4.1.2 @@ -432,15 +432,15 @@ importers: fs-extra: ^10.1.0 has-unicode: ^2.0.1 libnpmaccess: ^7.0.0 - libnpmpublish: ^7.0.0 + libnpmpublish: ^7.0.1 load-json-file: ^6.2.0 npm-package-arg: ^10.0.0 - npm-packlist: ^7.0.1 + npm-packlist: ^7.0.2 npm-registry-fetch: ^14.0.2 npmlog: ^7.0.1 p-map: ^4.0.0 p-pipe: ^3.1.0 - pacote: ^15.0.3 + pacote: ^15.0.4 path: ^0.12.7 pify: ^5.0.0 read-package-json: ^6.0.0 @@ -453,21 +453,21 @@ importers: dependencies: '@lerna-lite/core': link:../core '@lerna-lite/version': link:../version - '@npmcli/arborist': 6.0.0 + '@npmcli/arborist': 6.1.0 byte-size: 7.0.1 chalk: 4.1.2 columnify: 1.6.0 fs-extra: 10.1.0 has-unicode: 2.0.1 libnpmaccess: 7.0.0 - libnpmpublish: 7.0.0 + libnpmpublish: 7.0.1 npm-package-arg: 10.0.0 - npm-packlist: 7.0.1 + npm-packlist: 7.0.2 npm-registry-fetch: 14.0.2 npmlog: 7.0.1 p-map: 4.0.0 p-pipe: 3.1.0 - pacote: 15.0.3 + pacote: 15.0.4 path: 0.12.7 pify: 5.0.0 read-package-json: 6.0.0 @@ -481,7 +481,7 @@ importers: '@types/fs-extra': 9.0.13 '@types/load-json-file': 5.1.0 '@types/p-map': 2.0.0 - '@types/semver': 7.3.12 + '@types/semver': 7.3.13 '@types/write-pkg': 4.0.0 load-json-file: 6.2.0 write-pkg: 4.0.0 @@ -496,7 +496,7 @@ importers: chalk: ^4.1.2 fs-extra: ^10.1.0 globby: ^11.1.0 - jest-circus: ^29.2.1 + jest-circus: ^29.2.2 npmlog: ^7.0.1 p-map: ^4.0.0 perf_hooks: ^0.0.1 @@ -512,7 +512,7 @@ importers: devDependencies: '@types/p-map': 2.0.0 globby: 11.1.0 - jest-circus: 29.2.1 + jest-circus: 29.2.2 perf_hooks: 0.0.1 yargs: 17.6.0 yargs-parser: 21.1.1 @@ -529,7 +529,7 @@ importers: '@types/load-json-file': ^5.1.0 '@types/minimatch': ^5.1.2 '@types/p-map': ^2.0.0 - '@types/semver': ^7.3.12 + '@types/semver': ^7.3.13 '@types/write-json-file': ^3.2.1 '@types/write-pkg': ^4.0.0 chalk: ^4.1.2 @@ -576,7 +576,7 @@ importers: '@types/load-json-file': 5.1.0 '@types/minimatch': 5.1.2 '@types/p-map': 2.0.0 - '@types/semver': 7.3.12 + '@types/semver': 7.3.13 '@types/write-json-file': 3.2.1 '@types/write-pkg': 4.0.0 execa: 5.1.1 @@ -939,8 +939,8 @@ packages: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} dev: false - /@humanwhocodes/config-array/0.10.5: - resolution: {integrity: sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==} + /@humanwhocodes/config-array/0.11.6: + resolution: {integrity: sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -989,15 +989,15 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.2.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 chalk: 4.1.2 jest-message-util: 29.2.1 jest-util: 29.2.1 slash: 3.0.0 dev: true - /@jest/core/29.2.1: - resolution: {integrity: sha512-kuLKYqnqgerXkBUwlHVxeSuhSnd+JMnMCLfU98bpacBSfWEJPegytDh3P2m15/JHzet32hGGld4KR4OzMb6/Tg==} + /@jest/core/29.2.2: + resolution: {integrity: sha512-susVl8o2KYLcZhhkvSB+b7xX575CX3TmSvxfeDjpRko7KmT89rHkXj6XkDkNpSeFMBzIENw5qIchO9HC9Sem+A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -1006,29 +1006,29 @@ packages: optional: true dependencies: '@jest/console': 29.2.1 - '@jest/reporters': 29.2.1 + '@jest/reporters': 29.2.2 '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.1 + '@jest/transform': 29.2.2 '@jest/types': 29.2.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.3.1 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 - jest-config: 29.2.1_@types+node@18.7.16 + jest-config: 29.2.2_@types+node@18.11.7 jest-haste-map: 29.2.1 jest-message-util: 29.2.1 jest-regex-util: 29.2.0 - jest-resolve: 29.2.1 - jest-resolve-dependencies: 29.2.1 - jest-runner: 29.2.1 - jest-runtime: 29.2.1 - jest-snapshot: 29.2.1 + jest-resolve: 29.2.2 + jest-resolve-dependencies: 29.2.2 + jest-runner: 29.2.2 + jest-runtime: 29.2.2 + jest-snapshot: 29.2.2 jest-util: 29.2.1 - jest-validate: 29.2.1 - jest-watcher: 29.2.1 + jest-validate: 29.2.2 + jest-watcher: 29.2.2 micromatch: 4.0.5 pretty-format: 29.2.1 slash: 3.0.0 @@ -1038,14 +1038,14 @@ packages: - ts-node dev: true - /@jest/environment/29.2.1: - resolution: {integrity: sha512-EutqA7T/X6zFjw6mAWRHND+ZkTPklmIEWCNbmwX6uCmOrFrWaLbDZjA+gePHJx6fFMMRvNfjXcvzXEtz54KPlg==} + /@jest/environment/29.2.2: + resolution: {integrity: sha512-OWn+Vhu0I1yxuGBJEFFekMYc8aGBGrY4rt47SOh/IFaI+D7ZHCk7pKRiSoZ2/Ml7b0Ony3ydmEHRx/tEOC7H1A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/fake-timers': 29.2.1 + '@jest/fake-timers': 29.2.2 '@jest/types': 29.2.1 - '@types/node': 18.7.16 - jest-mock: 29.2.1 + '@types/node': 18.11.7 + jest-mock: 29.2.2 dev: true /@jest/expect-utils/29.2.1: @@ -1055,42 +1055,49 @@ packages: jest-get-type: 29.2.0 dev: true - /@jest/expect/29.2.1: - resolution: {integrity: sha512-o14R2t2tHHHudwji43UKkzmmH49xfF5T++FQBK2tl88qwuBWQOcx7fNUYl+mA/9TPNAN0FkQ3usnpyS8FUwsvQ==} + /@jest/expect-utils/29.2.2: + resolution: {integrity: sha512-vwnVmrVhTmGgQzyvcpze08br91OL61t9O0lJMDyb6Y/D8EKQ9V7rGUb/p7PDt0GPzK0zFYqXWFo4EO2legXmkg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - expect: 29.2.1 - jest-snapshot: 29.2.1 + jest-get-type: 29.2.0 + dev: true + + /@jest/expect/29.2.2: + resolution: {integrity: sha512-zwblIZnrIVt8z/SiEeJ7Q9wKKuB+/GS4yZe9zw7gMqfGf4C5hBLGrVyxu1SzDbVSqyMSlprKl3WL1r80cBNkgg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + expect: 29.2.2 + jest-snapshot: 29.2.2 transitivePeerDependencies: - supports-color dev: true - /@jest/fake-timers/29.2.1: - resolution: {integrity: sha512-KWil+8fef7Uj/P/PTZlPKk1Pw117wAmr71VWFV8ZDtRtkwmTG8oY4IRf0Ss44J2y5CYRy8d/zLOhxyoGRENjvA==} + /@jest/fake-timers/29.2.2: + resolution: {integrity: sha512-nqaW3y2aSyZDl7zQ7t1XogsxeavNpH6kkdq+EpXncIDvAkjvFD7hmhcIs1nWloengEWUoWqkqSA6MSbf9w6DgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.2.1 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.7.16 + '@types/node': 18.11.7 jest-message-util: 29.2.1 - jest-mock: 29.2.1 + jest-mock: 29.2.2 jest-util: 29.2.1 dev: true - /@jest/globals/29.2.1: - resolution: {integrity: sha512-Z4EejYPP1OPVq2abk1+9urAwJqkgw5jB2UJGlPjb5ZwzPQF8WLMcigKEfFzZb2OHhEVPP0RZD0/DbVTY1R6iQA==} + /@jest/globals/29.2.2: + resolution: {integrity: sha512-/nt+5YMh65kYcfBhj38B3Hm0Trk4IsuMXNDGKE/swp36yydBWfz3OXkLqkSvoAtPW8IJMSJDFCbTM2oj5SNprw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.1 - '@jest/expect': 29.2.1 + '@jest/environment': 29.2.2 + '@jest/expect': 29.2.2 '@jest/types': 29.2.1 - jest-mock: 29.2.1 + jest-mock: 29.2.2 transitivePeerDependencies: - supports-color dev: true - /@jest/reporters/29.2.1: - resolution: {integrity: sha512-sCsfUKM/yIF4nNed3e/rIgVIS58EiASGMDEPWqItfLZ9UO1ALW2ASDNJzdWkxEt0T8o2Ztj619G0KKrvK+McAw==} + /@jest/reporters/29.2.2: + resolution: {integrity: sha512-AzjL2rl2zJC0njIzcooBvjA4sJjvdoq98sDuuNs4aNugtLPSQ+91nysGKRF0uY1to5k0MdGMdOBggUsPqvBcpA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -1101,10 +1108,10 @@ packages: '@bcoe/v8-coverage': 0.2.3 '@jest/console': 29.2.1 '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.1 + '@jest/transform': 29.2.2 '@jest/types': 29.2.1 '@jridgewell/trace-mapping': 0.3.15 - '@types/node': 18.7.16 + '@types/node': 18.11.7 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -1152,8 +1159,8 @@ packages: collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/29.2.1: - resolution: {integrity: sha512-O/pnk0/xGj3lxPVNwB6HREJ7AYvUdyP2xo/s14/9Dtf091HoOeyIhWLKQE/4HzB8lNQBMo6J5mg0bHz/uCWK7w==} + /@jest/test-sequencer/29.2.2: + resolution: {integrity: sha512-Cuc1znc1pl4v9REgmmLf0jBd3Y65UXJpioGYtMr/JNpQEIGEzkmHhy6W6DLbSsXeUA13TDzymPv0ZGZ9jH3eIw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/test-result': 29.2.1 @@ -1162,8 +1169,8 @@ packages: slash: 3.0.0 dev: true - /@jest/transform/29.2.1: - resolution: {integrity: sha512-xup+iEuaIRSQabQaeqxaQyN0vg1Dctrp9oTObQsNf3sZEowTIa5cANYuoyi8Tqhg4GCqEVLTf18KW7ii0UeFVA==} + /@jest/transform/29.2.2: + resolution: {integrity: sha512-aPe6rrletyuEIt2axxgdtxljmzH8O/nrov4byy6pDw9S8inIrTV+2PnjyP/oFHMSynzGxJ2s6OHowBNMXp/Jzg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.18.2 @@ -1192,7 +1199,7 @@ packages: '@jest/schemas': 29.0.0 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 '@types/yargs': 17.0.13 chalk: 4.1.2 dev: true @@ -1257,8 +1264,8 @@ packages: resolution: {integrity: sha512-KXZccTDEnWqNrrx6JjpJKU/wJvNeg9BDgjS0XhmlZab7br921HtyVbsYzJr4L+xIvjdJ20Wh9dgxgCI2a5CEQw==} dev: true - /@npmcli/arborist/6.0.0: - resolution: {integrity: sha512-OqMJfAOjcUBm3fjJlUaeDHNAw/0YNrF6ErNFNq5y7wOBdsNSpJ65FQPp4e4yVF5kcLemhjkTZOQPrbWaFDkJNA==} + /@npmcli/arborist/6.1.0: + resolution: {integrity: sha512-lesxjLt/3RmkdxWUC/BzqfWh0YXk+APagi+C/wsIQx1mim/ovRvP893k5njkLQCjmNSZHTLEqOohdsUxfa6Jag==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: @@ -1271,7 +1278,7 @@ packages: '@npmcli/node-gyp': 3.0.0 '@npmcli/package-json': 3.0.0 '@npmcli/query': 3.0.0 - '@npmcli/run-script': 5.0.0 + '@npmcli/run-script': 5.0.1 bin-links: 4.0.1 cacache: 17.0.1 common-ancestor-path: 1.0.1 @@ -1284,7 +1291,7 @@ packages: npm-pick-manifest: 8.0.1 npm-registry-fetch: 14.0.2 npmlog: 7.0.1 - pacote: 15.0.3 + pacote: 15.0.4 parse-conflict-json: 3.0.0 proc-log: 3.0.0 promise-all-reject-late: 1.0.1 @@ -1356,7 +1363,7 @@ packages: dependencies: cacache: 17.0.1 json-parse-even-better-errors: 3.0.0 - pacote: 15.0.3 + pacote: 15.0.4 semver: 7.3.8 transitivePeerDependencies: - bluebird @@ -1401,6 +1408,11 @@ packages: infer-owner: 1.0.4 dev: false + /@npmcli/promise-spawn/5.0.0: + resolution: {integrity: sha512-q+Le2urM3NdxSFHj+VZXLTHKgmWxqHXUSqM5m9bjnV3EtThtJor64f5inmBkO9uEGZnhpjW0wL67Qf5qcgZkxw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: false + /@npmcli/query/3.0.0: resolution: {integrity: sha512-MFNDSJNgsLZIEBVZ0Q9w9K7o07j5N4o4yjtdz2uEpuCZlXGMuPENiRaFYk0vRqAA64qVuUQwC05g27fRtfUgnA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -1408,35 +1420,35 @@ packages: postcss-selector-parser: 6.0.10 dev: false - /@npmcli/run-script/5.0.0: - resolution: {integrity: sha512-AuqcoTOt7v4D2JqC7mCa+eUQHb64vWbwyu9o1hoJiq2kfZNwCB71f0s7tvUw+v+1B5XMdqcr98aGzjKIg7s6Vw==} + /@npmcli/run-script/5.0.1: + resolution: {integrity: sha512-co/A+5LzdHQVLukfYT71x5e8+6HtIk2W9Jk5c8mE8LaGrkHazzRuZeyUmb6Ciaak7MRXRVOSoTaZ0zYEFVA/Gw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@npmcli/node-gyp': 3.0.0 - '@npmcli/promise-spawn': 4.0.0 + '@npmcli/promise-spawn': 5.0.0 node-gyp: 9.0.0 - read-package-json-fast: 3.0.0 + read-package-json-fast: 3.0.1 which: 2.0.2 transitivePeerDependencies: - bluebird - supports-color dev: false - /@nrwl/cli/15.0.0: - resolution: {integrity: sha512-D0zAhZ375bQnoUM2HLifMzAa75A3/lC9OkkewsiVVbqaznjEIry8ezHZepgfjFRVzLr3ue7FIpDEH3iJIYzvVw==} + /@nrwl/cli/15.0.3: + resolution: {integrity: sha512-d023UTOWn9b37QtSMMmeBht5TH4oY8GkdC264I9BNrpvu3KNh6cDjhe0xas3d0zaOcR8Bn1LD5obPR3WOo/UUQ==} dependencies: - nx: 15.0.0 + nx: 15.0.3 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug dev: true - /@nrwl/tao/15.0.0: - resolution: {integrity: sha512-qup1eSWYwp/KVrw/wxeWBvYttQ9dcbQnqpXb5NQMD31SpXEZSpJB1i3GV/o6CF5qQQSNLwICXZx25rNTTQAqpg==} + /@nrwl/tao/15.0.3: + resolution: {integrity: sha512-4vxWMgb9XauVVKdytqh3razAl60u4M6526E5FYQCkC+OImwGA5Zpms0earYOwLh3XzSnTiooMT6XR9s06lTkHw==} hasBin: true dependencies: - nx: 15.0.0 + nx: 15.0.3 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -1691,7 +1703,7 @@ packages: /@types/git-raw-commits/2.0.1: resolution: {integrity: sha512-vE2lbXxqJ0AqMDoP4N6d+WVfbcBla9+z8IL6e+37JNQIwYZCYY0z3J7hdpY8D/VGwFZ0yIYQLcqk8eCnfXsaEg==} dependencies: - '@types/node': 18.7.16 + '@types/node': 18.11.7 dev: true /@types/git-url-parse/9.0.1: @@ -1705,7 +1717,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.7.16 + '@types/node': 18.11.7 dev: true /@types/inquirer/9.0.2: @@ -1777,12 +1789,8 @@ packages: resolution: {integrity: sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==} dev: true - /@types/node/18.7.14: - resolution: {integrity: sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA==} - dev: true - - /@types/node/18.7.16: - resolution: {integrity: sha512-EQHhixfu+mkqHMZl1R2Ovuvn47PUw18azMJOTwSZr9/fhzHNGXAJ0ma0dayRVchprpCj0Kc1K1xKoWaATWF1qg==} + /@types/node/18.11.7: + resolution: {integrity: sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==} dev: true /@types/normalize-package-data/2.4.1: @@ -1811,8 +1819,8 @@ packages: resolution: {integrity: sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg==} dev: true - /@types/semver/7.3.12: - resolution: {integrity: sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==} + /@types/semver/7.3.13: + resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} dev: true /@types/stack-utils/2.0.1: @@ -1828,7 +1836,7 @@ packages: /@types/through/0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: - '@types/node': 18.7.16 + '@types/node': 18.11.7 dev: true /@types/write-file-atomic/4.0.0: @@ -1861,8 +1869,8 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin/5.40.1_ukgdydjtebaxmxfqp5v5ulh64y: - resolution: {integrity: sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==} + /@typescript-eslint/eslint-plugin/5.41.0_huremdigmcnkianavgfk3x6iou: + resolution: {integrity: sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1872,12 +1880,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/type-utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/scope-manager': 5.41.0 + '@typescript-eslint/type-utils': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/utils': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.0 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.8 @@ -1887,8 +1895,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==} + /@typescript-eslint/parser/5.41.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1897,11 +1905,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 + '@typescript-eslint/scope-manager': 5.41.0 + '@typescript-eslint/types': 5.41.0 + '@typescript-eslint/typescript-estree': 5.41.0_typescript@4.8.4 debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color @@ -1915,8 +1923,16 @@ packages: '@typescript-eslint/visitor-keys': 5.40.1 dev: true - /@typescript-eslint/type-utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==} + /@typescript-eslint/scope-manager/5.41.0: + resolution: {integrity: sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.41.0 + '@typescript-eslint/visitor-keys': 5.41.0 + dev: true + + /@typescript-eslint/type-utils/5.41.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -1925,10 +1941,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/typescript-estree': 5.41.0_typescript@4.8.4 + '@typescript-eslint/utils': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.0 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: @@ -1940,6 +1956,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@typescript-eslint/types/5.41.0: + resolution: {integrity: sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@typescript-eslint/typescript-estree/5.40.1_typescript@4.8.4: resolution: {integrity: sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1961,20 +1982,61 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: + /@typescript-eslint/typescript-estree/5.41.0_typescript@4.8.4: + resolution: {integrity: sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.41.0 + '@typescript-eslint/visitor-keys': 5.41.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.8 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/utils/5.40.1_wyqvi574yv7oiwfeinomdzmc3m: resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@types/semver': 7.3.12 + '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.40.1 '@typescript-eslint/types': 5.40.1 '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - eslint: 8.25.0 + eslint: 8.26.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.26.0 + semver: 7.3.8 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/utils/5.41.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.11 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.41.0 + '@typescript-eslint/types': 5.41.0 + '@typescript-eslint/typescript-estree': 5.41.0_typescript@4.8.4 + eslint: 8.26.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.26.0 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -1989,6 +2051,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@typescript-eslint/visitor-keys/5.41.0: + resolution: {integrity: sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.41.0 + eslint-visitor-keys: 3.3.0 + dev: true + /@yarnpkg/lockfile/1.1.0: resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} dev: true @@ -2208,14 +2278,14 @@ packages: - debug dev: true - /babel-jest/29.2.1_@babel+core@7.18.2: - resolution: {integrity: sha512-gQJwArok0mqoREiCYhXKWOgUhElJj9DpnssW6GL8dG7ARYqHEhrM9fmPHTjdqEGRVXZAd6+imo3/Vwa8TjLcsw==} + /babel-jest/29.2.2_@babel+core@7.18.2: + resolution: {integrity: sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.18.2 - '@jest/transform': 29.2.1 + '@jest/transform': 29.2.2 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 29.2.0_@babel+core@7.18.2 @@ -2405,28 +2475,6 @@ packages: - bluebird dev: false - /cacache/17.0.0: - resolution: {integrity: sha512-5hYD+c8Ytmymo9b8tPgYWrWfHOzaO8M8jMUkyiEYfeLTwo70MUaD/yA1pNONi3upx02JIn3mtpDuSCXoQgtlHw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - '@npmcli/fs': 3.0.0 - '@npmcli/move-file': 2.0.0 - fs-minipass: 2.1.0 - glob: 8.0.3 - lru-cache: 7.10.1 - minipass: 3.1.6 - minipass-collect: 1.0.2 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 4.0.0 - promise-inflight: 1.0.1 - ssri: 9.0.1 - tar: 6.1.11 - unique-filename: 2.0.1 - transitivePeerDependencies: - - bluebird - dev: false - /cacache/17.0.1: resolution: {integrity: sha512-HRnDSZUXB5hdCQc2wuB8eBQPe1a9PVU2Ow8zMTi82NGJZmBGNTSjEGzetlndKlqpVYBa4esdaJ2LH6/uOB4sFQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -2994,8 +3042,8 @@ packages: resolution: {integrity: sha512-XaG2LpZi9fdiWYOqJh0dJy4SlVywCvpgYXhzOlZTp4JqSKqxn5URqOjbm9OMYB3aInA2GuHQiem1QUOc1yT0Pw==} dev: true - /emittery/0.10.2: - resolution: {integrity: sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==} + /emittery/0.13.1: + resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} engines: {node: '>=12'} dev: true @@ -3311,7 +3359,7 @@ packages: engines: {node: '>=10'} dev: true - /eslint-config-airbnb-base/15.0.0_fyln4uq2tv75svthy6prqvt6lm: + /eslint-config-airbnb-base/15.0.0_mynvxvmq5qtyojffiqgev4x7mm: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -3319,20 +3367,20 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.25.0 - eslint-plugin-import: 2.26.0_vcunoyu347gmi72pwsm7mdvjca + eslint: 8.26.0 + eslint-plugin-import: 2.26.0_c2flhriocdzler6lrwbyxxyoca object.assign: 4.1.2 object.entries: 1.1.5 semver: 6.3.0 dev: true - /eslint-config-prettier/8.5.0_eslint@8.25.0: + /eslint-config-prettier/8.5.0_eslint@8.26.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -3344,7 +3392,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_h4h22nwudthsx6anajngy55tvq: + /eslint-module-utils/2.7.3_mtfullqnpaqcaq2ae2ejmvqxza: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -3362,7 +3410,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -3370,18 +3418,18 @@ packages: - supports-color dev: true - /eslint-plugin-es/3.0.1_eslint@8.25.0: + /eslint-plugin-es/3.0.1_eslint@8.26.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.26.0_vcunoyu347gmi72pwsm7mdvjca: + /eslint-plugin-import/2.26.0_c2flhriocdzler6lrwbyxxyoca: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -3391,14 +3439,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.25.0 + eslint: 8.26.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_h4h22nwudthsx6anajngy55tvq + eslint-module-utils: 2.7.3_mtfullqnpaqcaq2ae2ejmvqxza has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -3412,7 +3460,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.3_ktuq5bhtjfperqqn2aknj5bg6m: + /eslint-plugin-jest/27.1.3_6amp5fdmvwluzjywjm3ep2edui: resolution: {integrity: sha512-7DrIfYRQPa7JQd1Le8G/BJsfYHVUKQdJQ/6vULSp/4NjKZmSMJ/605G2hhScEra++SiH68zPEjLnrO74nHrMLg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -3425,23 +3473,23 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 - jest: 29.2.1_@types+node@18.7.16 + '@typescript-eslint/eslint-plugin': 5.41.0_huremdigmcnkianavgfk3x6iou + '@typescript-eslint/utils': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m + eslint: 8.26.0 + jest: 29.2.2_@types+node@18.11.7 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-node/11.1.0_eslint@8.25.0: + /eslint-plugin-node/11.1.0_eslint@8.26.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.25.0 - eslint-plugin-es: 3.0.1_eslint@8.25.0 + eslint: 8.26.0 + eslint-plugin-es: 3.0.1_eslint@8.26.0 eslint-utils: 2.1.0 ignore: 5.2.0 minimatch: 3.1.2 @@ -3449,12 +3497,12 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-prefer-arrow/1.2.3_eslint@8.25.0: + /eslint-plugin-prefer-arrow/1.2.3_eslint@8.26.0: resolution: {integrity: sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==} peerDependencies: eslint: '>=2.0.0' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 dev: true /eslint-scope/5.1.1: @@ -3480,13 +3528,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.25.0: + /eslint-utils/3.0.0_eslint@8.26.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 eslint-visitor-keys: 2.1.0 dev: true @@ -3505,14 +3553,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.25.0: - resolution: {integrity: sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==} + /eslint/8.26.0: + resolution: {integrity: sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.10.5 + '@humanwhocodes/config-array': 0.11.6 '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -3520,7 +3569,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.26.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -3530,12 +3579,12 @@ packages: find-up: 5.0.0 glob-parent: 6.0.2 globals: 13.15.0 - globby: 11.1.0 grapheme-splitter: 1.0.4 ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 + is-path-inside: 3.0.3 js-sdsl: 4.1.4 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 @@ -3638,13 +3687,13 @@ packages: jest-util: 29.2.1 dev: true - /expect/29.2.1: - resolution: {integrity: sha512-BJtA754Fba0YWRWHgjKUMTA3ltWarKgITXHQnbZ2mTxTXC4yMQlR0FI7HkB3fJYkhWBf4qjNiqvg3LDtXCcVRQ==} + /expect/29.2.2: + resolution: {integrity: sha512-hE09QerxZ5wXiOhqkXy5d2G9ar+EqOyifnCXCpMNu+vZ6DG9TJ6CO2c2kPDSLqERTTWrO7OZj8EkYHQqSd78Yw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/expect-utils': 29.2.1 + '@jest/expect-utils': 29.2.2 jest-get-type: 29.2.0 - jest-matcher-utils: 29.2.1 + jest-matcher-utils: 29.2.2 jest-message-util: 29.2.1 jest-util: 29.2.1 dev: true @@ -4090,13 +4139,6 @@ packages: lru-cache: 6.0.0 dev: false - /hosted-git-info/5.0.0: - resolution: {integrity: sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16} - dependencies: - lru-cache: 7.10.1 - dev: false - /hosted-git-info/6.0.0: resolution: {integrity: sha512-NURrKJX36ihI69iCqcvN4uuIk9fHcc1C+uax/5fPh4Tr5WJnATir+QM/CMJNKrcOOvxQDsAdS5C9oJliM80X7g==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -4506,24 +4548,24 @@ packages: p-limit: 3.1.0 dev: true - /jest-circus/29.2.1: - resolution: {integrity: sha512-W+ZQQ5ln4Db2UZNM4NJIeasnhCdDhSuYW4eLgNAUi0XiSSpF634Kc5wiPvGiHvTgXMFVn1ZgWIijqhi9+kLNLg==} + /jest-circus/29.2.2: + resolution: {integrity: sha512-upSdWxx+Mh4DV7oueuZndJ1NVdgtTsqM4YgywHEx05UMH5nxxA2Qu9T9T9XVuR021XxqSoaKvSmmpAbjwwwxMw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.1 - '@jest/expect': 29.2.1 + '@jest/environment': 29.2.2 + '@jest/expect': 29.2.2 '@jest/test-result': 29.2.1 '@jest/types': 29.2.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 is-generator-fn: 2.1.0 jest-each: 29.2.1 - jest-matcher-utils: 29.2.1 + jest-matcher-utils: 29.2.2 jest-message-util: 29.2.1 - jest-runtime: 29.2.1 - jest-snapshot: 29.2.1 + jest-runtime: 29.2.2 + jest-snapshot: 29.2.2 jest-util: 29.2.1 p-limit: 3.1.0 pretty-format: 29.2.1 @@ -4533,8 +4575,8 @@ packages: - supports-color dev: true - /jest-cli/29.2.1_@types+node@18.7.16: - resolution: {integrity: sha512-UIMD5aNqvPKpdlJSaeUAoLfxsh9TZvOkaMETx5qXnkboc317bcbb0eLHbIj8sFBHdcJAIAM+IRKnIU7Wi61MBw==} + /jest-cli/29.2.2_@types+node@18.11.7: + resolution: {integrity: sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -4543,16 +4585,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.1 + '@jest/core': 29.2.2 '@jest/test-result': 29.2.1 '@jest/types': 29.2.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.2.1_@types+node@18.7.16 + jest-config: 29.2.2_@types+node@18.11.7 jest-util: 29.2.1 - jest-validate: 29.2.1 + jest-validate: 29.2.2 prompts: 2.4.2 yargs: 17.6.0 transitivePeerDependencies: @@ -4561,8 +4603,8 @@ packages: - ts-node dev: true - /jest-config/29.2.1_@types+node@18.7.16: - resolution: {integrity: sha512-EV5F1tQYW/quZV2br2o88hnYEeRzG53Dfi6rSG3TZBuzGQ6luhQBux/RLlU5QrJjCdq3LXxRRM8F1LP6DN1ycA==} + /jest-config/29.2.2_@types+node@18.11.7: + resolution: {integrity: sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -4574,23 +4616,23 @@ packages: optional: true dependencies: '@babel/core': 7.18.2 - '@jest/test-sequencer': 29.2.1 + '@jest/test-sequencer': 29.2.2 '@jest/types': 29.2.1 - '@types/node': 18.7.16 - babel-jest: 29.2.1_@babel+core@7.18.2 + '@types/node': 18.11.7 + babel-jest: 29.2.2_@babel+core@7.18.2 chalk: 4.1.2 ci-info: 3.3.1 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 29.2.1 - jest-environment-node: 29.2.1 + jest-circus: 29.2.2 + jest-environment-node: 29.2.2 jest-get-type: 29.2.0 jest-regex-util: 29.2.0 - jest-resolve: 29.2.1 - jest-runner: 29.2.1 + jest-resolve: 29.2.2 + jest-runner: 29.2.2 jest-util: 29.2.1 - jest-validate: 29.2.1 + jest-validate: 29.2.2 micromatch: 4.0.5 parse-json: 5.2.0 pretty-format: 29.2.1 @@ -4638,25 +4680,25 @@ packages: pretty-format: 29.2.1 dev: true - /jest-environment-node/29.2.1: - resolution: {integrity: sha512-PulFKwEMz6nTAdLUwglFKei3b/LixwlRiqTN6nvPE1JtrLtlnpd6LXnFI1NFHYJGlTmIWilMP2n9jEtPPKX50g==} + /jest-environment-node/29.2.2: + resolution: {integrity: sha512-B7qDxQjkIakQf+YyrqV5dICNs7tlCO55WJ4OMSXsqz1lpI/0PmeuXdx2F7eU8rnPbRkUR/fItSSUh0jvE2y/tw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.1 - '@jest/fake-timers': 29.2.1 + '@jest/environment': 29.2.2 + '@jest/fake-timers': 29.2.2 '@jest/types': 29.2.1 - '@types/node': 18.7.16 - jest-mock: 29.2.1 + '@types/node': 18.11.7 + jest-mock: 29.2.2 jest-util: 29.2.1 dev: true - /jest-extended/3.1.0_jest@29.2.1: + /jest-extended/3.1.0_jest@29.2.2: resolution: {integrity: sha512-BbuAVUb2dchgwm7euayVt/7hYlkKaknQItKyzie7Li8fmXCglgf21XJeRIdOITZ/cMOTTj5Oh5IjQOxQOe/hfQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: jest: '>=27.2.5' dependencies: - jest: 29.2.1_@types+node@18.7.16 + jest: 29.2.2_@types+node@18.11.7 jest-diff: 29.0.0 jest-get-type: 29.0.0 dev: true @@ -4677,7 +4719,7 @@ packages: dependencies: '@jest/types': 29.2.1 '@types/graceful-fs': 4.1.5 - '@types/node': 18.7.16 + '@types/node': 18.11.7 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 @@ -4708,6 +4750,16 @@ packages: pretty-format: 29.2.1 dev: true + /jest-matcher-utils/29.2.2: + resolution: {integrity: sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + jest-diff: 29.2.1 + jest-get-type: 29.2.0 + pretty-format: 29.2.1 + dev: true + /jest-message-util/29.2.1: resolution: {integrity: sha512-Dx5nEjw9V8C1/Yj10S/8ivA8F439VS8vTq1L7hEgwHFn9ovSKNpYW/kwNh7UglaEgXO42XxzKJB+2x0nSglFVw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -4723,16 +4775,16 @@ packages: stack-utils: 2.0.5 dev: true - /jest-mock/29.2.1: - resolution: {integrity: sha512-NDphaY/GqyQpTfnTZiTqqpMaw4Z0I7XnB7yBgrT6IwYrLGxpOhrejYr4ANY4YvO2sEGdd8Tx/6D0+WLQy7/qDA==} + /jest-mock/29.2.2: + resolution: {integrity: sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.2.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 jest-util: 29.2.1 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@29.2.1: + /jest-pnp-resolver/1.2.2_jest-resolve@29.2.2: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -4741,7 +4793,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 29.2.1 + jest-resolve: 29.2.2 dev: true /jest-regex-util/29.2.0: @@ -4749,53 +4801,53 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies/29.2.1: - resolution: {integrity: sha512-o3mUGX2j08usj1jIAIE8KmUVpqVAn54k80kI27ldbZf2oJn6eghhB6DvJxjrcH40va9CQgWTfU5f2Ag/MoUqgQ==} + /jest-resolve-dependencies/29.2.2: + resolution: {integrity: sha512-wWOmgbkbIC2NmFsq8Lb+3EkHuW5oZfctffTGvwsA4JcJ1IRk8b2tg+hz44f0lngvRTeHvp3Kyix9ACgudHH9aQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-regex-util: 29.2.0 - jest-snapshot: 29.2.1 + jest-snapshot: 29.2.2 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/29.2.1: - resolution: {integrity: sha512-1dJTW76Z9622Viq4yRcwBuEXuzGtE9B2kdl05RC8Om/lAzac9uEgC+M8Q5osVidbuBPmxm8wSrcItYhca2ZAtQ==} + /jest-resolve/29.2.2: + resolution: {integrity: sha512-3gaLpiC3kr14rJR3w7vWh0CBX2QAhfpfiQTwrFPvVrcHe5VUBtIXaR004aWE/X9B2CFrITOQAp5gxLONGrk6GA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.10 jest-haste-map: 29.2.1 - jest-pnp-resolver: 1.2.2_jest-resolve@29.2.1 + jest-pnp-resolver: 1.2.2_jest-resolve@29.2.2 jest-util: 29.2.1 - jest-validate: 29.2.1 + jest-validate: 29.2.2 resolve: 1.22.0 resolve.exports: 1.1.0 slash: 3.0.0 dev: true - /jest-runner/29.2.1: - resolution: {integrity: sha512-PojFI+uVhQ4u4YZKCN/a3yU0/l/pJJXhq1sW3JpCp8CyvGBYGddRFPKZ1WihApusxqWRTHjBJmGyPWv6Av2lWA==} + /jest-runner/29.2.2: + resolution: {integrity: sha512-1CpUxXDrbsfy9Hr9/1zCUUhT813kGGK//58HeIw/t8fa/DmkecEwZSWlb1N/xDKXg3uCFHQp1GCvlSClfImMxg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/console': 29.2.1 - '@jest/environment': 29.2.1 + '@jest/environment': 29.2.2 '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.1 + '@jest/transform': 29.2.2 '@jest/types': 29.2.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 chalk: 4.1.2 - emittery: 0.10.2 + emittery: 0.13.1 graceful-fs: 4.2.10 jest-docblock: 29.2.0 - jest-environment-node: 29.2.1 + jest-environment-node: 29.2.2 jest-haste-map: 29.2.1 jest-leak-detector: 29.2.1 jest-message-util: 29.2.1 - jest-resolve: 29.2.1 - jest-runtime: 29.2.1 + jest-resolve: 29.2.2 + jest-runtime: 29.2.2 jest-util: 29.2.1 - jest-watcher: 29.2.1 + jest-watcher: 29.2.2 jest-worker: 29.2.1 p-limit: 3.1.0 source-map-support: 0.5.13 @@ -4803,18 +4855,18 @@ packages: - supports-color dev: true - /jest-runtime/29.2.1: - resolution: {integrity: sha512-PSQ880OoIW9y8E6/jjhGn3eQNgNc6ndMzCZaKqy357bv7FqCfSyYepu3yDC6Sp1Vkt+GhP2M/PVgldS2uZSFZg==} + /jest-runtime/29.2.2: + resolution: {integrity: sha512-TpR1V6zRdLynckKDIQaY41od4o0xWL+KOPUCZvJK2bu5P1UXhjobt5nJ2ICNeIxgyj9NGkO0aWgDqYPVhDNKjA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.1 - '@jest/fake-timers': 29.2.1 - '@jest/globals': 29.2.1 + '@jest/environment': 29.2.2 + '@jest/fake-timers': 29.2.2 + '@jest/globals': 29.2.2 '@jest/source-map': 29.2.0 '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.1 + '@jest/transform': 29.2.2 '@jest/types': 29.2.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 @@ -4822,10 +4874,10 @@ packages: graceful-fs: 4.2.10 jest-haste-map: 29.2.1 jest-message-util: 29.2.1 - jest-mock: 29.2.1 + jest-mock: 29.2.2 jest-regex-util: 29.2.0 - jest-resolve: 29.2.1 - jest-snapshot: 29.2.1 + jest-resolve: 29.2.2 + jest-snapshot: 29.2.2 jest-util: 29.2.1 slash: 3.0.0 strip-bom: 4.0.0 @@ -4833,8 +4885,8 @@ packages: - supports-color dev: true - /jest-snapshot/29.2.1: - resolution: {integrity: sha512-KZdLD7iEz5M4ZYd+ezZ/kk73z+DtNbk/yJ4Qx7408Vb0CCuclJIZPa/HmIwSsCfIlOBNcYTKufr7x/Yv47oYlg==} + /jest-snapshot/29.2.2: + resolution: {integrity: sha512-GfKJrpZ5SMqhli3NJ+mOspDqtZfJBryGA8RIBxF+G+WbDoC7HCqKaeAss4Z/Sab6bAW11ffasx8/vGsj83jyjA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.18.2 @@ -4843,19 +4895,19 @@ packages: '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.2 '@babel/traverse': 7.18.2 '@babel/types': 7.18.4 - '@jest/expect-utils': 29.2.1 - '@jest/transform': 29.2.1 + '@jest/expect-utils': 29.2.2 + '@jest/transform': 29.2.2 '@jest/types': 29.2.1 '@types/babel__traverse': 7.17.1 '@types/prettier': 2.6.3 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.2 chalk: 4.1.2 - expect: 29.2.1 + expect: 29.2.2 graceful-fs: 4.2.10 jest-diff: 29.2.1 jest-get-type: 29.2.0 jest-haste-map: 29.2.1 - jest-matcher-utils: 29.2.1 + jest-matcher-utils: 29.2.2 jest-message-util: 29.2.1 jest-util: 29.2.1 natural-compare: 1.4.0 @@ -4870,7 +4922,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.2.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 chalk: 4.1.2 ci-info: 3.3.1 graceful-fs: 4.2.10 @@ -4882,15 +4934,15 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.2.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 chalk: 4.1.2 ci-info: 3.3.1 graceful-fs: 4.2.10 picomatch: 2.3.1 dev: true - /jest-validate/29.2.1: - resolution: {integrity: sha512-DZVX5msG6J6DL5vUUw+++6LEkXUsPwB5R7fsfM7BXdz2Ipr0Ib046ak+8egrwAR++pvSM/5laxLK977ieIGxkQ==} + /jest-validate/29.2.2: + resolution: {integrity: sha512-eJXATaKaSnOuxNfs8CLHgdABFgUrd0TtWS8QckiJ4L/QVDF4KVbZFBBOwCBZHOS0Rc5fOxqngXeGXE3nGQkpQA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.2.1 @@ -4901,16 +4953,16 @@ packages: pretty-format: 29.2.1 dev: true - /jest-watcher/29.2.1: - resolution: {integrity: sha512-7jFaHUaRq50l4w/f6RuY713bvI5XskMmjWCE54NGYcY74fLkShS8LucXJke1QfGnwDSCoIqGnGGGKPwdaBYz2Q==} + /jest-watcher/29.2.2: + resolution: {integrity: sha512-j2otfqh7mOvMgN2WlJ0n7gIx9XCMWntheYGlBK7+5g3b1Su13/UAK7pdKGyd4kDlrLwtH2QPvRv5oNIxWvsJ1w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/test-result': 29.2.1 '@jest/types': 29.2.1 - '@types/node': 18.7.16 + '@types/node': 18.11.7 ansi-escapes: 4.3.2 chalk: 4.1.2 - emittery: 0.10.2 + emittery: 0.13.1 jest-util: 29.2.1 string-length: 4.0.2 dev: true @@ -4919,14 +4971,14 @@ packages: resolution: {integrity: sha512-ROHTZ+oj7sBrgtv46zZ84uWky71AoYi0vEV9CdEtc1FQunsoAGe5HbQmW76nI5QWdvECVPrSi1MCVUmizSavMg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.7.16 + '@types/node': 18.11.7 jest-util: 29.2.1 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/29.2.1_@types+node@18.7.16: - resolution: {integrity: sha512-K0N+7rx+fv3Us3KhuwRSJt55MMpZPs9Q3WSO/spRZSnsalX8yEYOTQ1PiSN7OvqzoRX4JEUXCbOJRlP4n8m5LA==} + /jest/29.2.2_@types+node@18.11.7: + resolution: {integrity: sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -4935,10 +4987,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.1 + '@jest/core': 29.2.2 '@jest/types': 29.2.1 import-local: 3.1.0 - jest-cli: 29.2.1_@types+node@18.7.16 + jest-cli: 29.2.2_@types+node@18.11.7 transitivePeerDependencies: - '@types/node' - supports-color @@ -5071,8 +5123,8 @@ packages: - supports-color dev: false - /libnpmpublish/7.0.0: - resolution: {integrity: sha512-yW9LyPq5YuWs2i0y9rZVNP9OeCBiJM/3iInPUtDPORCyF08vqN4A1crOTihd63uqfDEwE0xKSN3omH6qOd0mgw==} + /libnpmpublish/7.0.1: + resolution: {integrity: sha512-kZW+7PO0G9MFDkUgnXrkcKAV6iaBiaH7jgX0jN0S9B2gtipDXvI2kqE/W5kM20HfGq1UztqXAmX8T/pdrQQ0MQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: normalize-package-data: 5.0.0 @@ -5559,11 +5611,6 @@ packages: semver: 7.3.8 dev: false - /npm-normalize-package-bin/2.0.0: - resolution: {integrity: sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - dev: false - /npm-normalize-package-bin/3.0.0: resolution: {integrity: sha512-g+DPQSkusnk7HYXr75NtzkIP4+N81i3RPsGFidF3DzHd9MT9wWngmqoeg/fnHFz5MNdtG4w03s+QnhewSLTT2Q==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -5578,33 +5625,13 @@ packages: semver: 7.3.8 validate-npm-package-name: 5.0.0 - /npm-package-arg/9.1.2: - resolution: {integrity: sha512-pzd9rLEx4TfNJkovvlBSLGhq31gGu2QDexFPWT19yCDh0JgnRhlBLNo5759N0AJmBk+kQ9Y/hXoLnlgFD+ukmg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - dependencies: - hosted-git-info: 5.0.0 - proc-log: 2.0.1 - semver: 7.3.8 - validate-npm-package-name: 4.0.0 - dev: false - - /npm-packlist/7.0.1: - resolution: {integrity: sha512-XddbYutimy7hdmP7S1tHMjFwghn64lvgdnhYG0KLGFBWjEvMt1/jg95OR3vPNNCjkakHS+k4a//3XOO8JOGI2A==} + /npm-packlist/7.0.2: + resolution: {integrity: sha512-d2+7RMySjVXssww23rV5NuIq1NzGvM04OlI5kwnvtYKfFTAPVs6Zxmxns2HRtJEA1oNj7D/BbFXeVAOLmW3N3Q==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: ignore-walk: 6.0.0 dev: false - /npm-pick-manifest/8.0.0: - resolution: {integrity: sha512-Tcy/Mdf9L5f09vaBZo/z9+eb+ZTDeXWZFuPD5PZ6grobO9E3tjaPH+jQOFXZNn3EcqaiRcROzKU1UU7mLTtC2w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - npm-install-checks: 6.0.0 - npm-normalize-package-bin: 3.0.0 - npm-package-arg: 9.1.2 - semver: 7.3.8 - dev: false - /npm-pick-manifest/8.0.1: resolution: {integrity: sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -5655,8 +5682,8 @@ packages: gauge: 5.0.0 set-blocking: 2.0.0 - /nx/15.0.0: - resolution: {integrity: sha512-uh9Ou5oj7yr6Uyp4QhqW1vIVoanYn1sJM1jzOyoT17GAhhODfS0BtQgUvlmInDuRqP8LMaPg4LXFMby07U1HXg==} + /nx/15.0.3: + resolution: {integrity: sha512-d9VWeArRfh4erWriWBMWK24nW6njZHXB/WVl/+8rTq1OirdpHrnILixzogEmTmaBKBE/XXR+zXFWVPHJlsEAYw==} hasBin: true requiresBuild: true peerDependencies: @@ -5668,8 +5695,8 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 15.0.0 - '@nrwl/tao': 15.0.0 + '@nrwl/cli': 15.0.3 + '@nrwl/tao': 15.0.3 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.20 @@ -5878,26 +5905,26 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - /pacote/15.0.3: - resolution: {integrity: sha512-lKUWO5xpSBH6gPBQEJZwn7RBWMRA5VDbRUurxqjs0/5Zp8PWbxga1yIVAmM0ILMamwDQOVhdBp+ZQDVErXQb4g==} + /pacote/15.0.4: + resolution: {integrity: sha512-6lSP0ly54fKrPIvXmVcmslqrcF8DL3y/RlNLwBWG1A3wd8sWcPF8hikTJDWqXUPMw6L04p6gqsJ/iLgRjth+6A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: '@npmcli/git': 4.0.1 '@npmcli/installed-package-contents': 2.0.1 - '@npmcli/promise-spawn': 4.0.0 - '@npmcli/run-script': 5.0.0 - cacache: 17.0.0 + '@npmcli/promise-spawn': 5.0.0 + '@npmcli/run-script': 5.0.1 + cacache: 17.0.1 fs-minipass: 2.1.0 minipass: 3.1.6 npm-package-arg: 10.0.0 - npm-packlist: 7.0.1 - npm-pick-manifest: 8.0.0 + npm-packlist: 7.0.2 + npm-pick-manifest: 8.0.1 npm-registry-fetch: 14.0.2 proc-log: 3.0.0 promise-retry: 2.0.1 read-package-json: 6.0.0 - read-package-json-fast: 3.0.0 + read-package-json-fast: 3.0.1 ssri: 10.0.0 tar: 6.1.11 transitivePeerDependencies: @@ -6064,11 +6091,6 @@ packages: react-is: 18.1.0 dev: true - /proc-log/2.0.1: - resolution: {integrity: sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - dev: false - /proc-log/3.0.0: resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -6151,14 +6173,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false - /read-package-json-fast/3.0.0: - resolution: {integrity: sha512-dVZMRA86XfZYNxQu18el+HG18L92Rn9CyOhOiQRPFR6ygigZwnmPg1DEVPNFBesp8JeISYYLvvD8DaEkUSTFkQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - json-parse-even-better-errors: 3.0.0 - npm-normalize-package-bin: 2.0.0 - dev: false - /read-package-json-fast/3.0.1: resolution: {integrity: sha512-8+HW7Yo+cjfF+md8DqsZHgats2mxf7gGYow/+2JjxrftoHFZz9v4dzd0EubzYbkNaLxrTVcnllHwklXN2+7aTQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -6753,7 +6767,7 @@ packages: engines: {node: '>=8'} dev: false - /ts-jest/29.0.3_gb6kne6kwfnyeydciaqaaxfnkm: + /ts-jest/29.0.3_a2wb2fpmmoypxea2sxiscqqu6y: resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -6777,7 +6791,7 @@ packages: '@jest/types': 29.2.1 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.2.1_@types+node@18.7.16 + jest: 29.2.2_@types+node@18.11.7 jest-util: 29.1.0 json5: 2.2.1 lodash.memoize: 4.1.2 @@ -6982,13 +6996,6 @@ packages: spdx-expression-parse: 3.0.1 dev: false - /validate-npm-package-name/4.0.0: - resolution: {integrity: sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - dependencies: - builtins: 5.0.1 - dev: false - /validate-npm-package-name/5.0.0: resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}