From 394fde3d77a43d2c67cf876a895da31f6ae27a1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 09:53:47 +0800 Subject: [PATCH] bump(deps): update nest monorepo to v9.3.5 (#2037) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nestjs/common](https://nestjs.com) ([source](https://togithub.com/nestjs/nest)) | [`9.3.2` -> `9.3.5`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/9.3.2/9.3.5) | [![age](https://badges.renovateapi.com/packages/npm/@nestjs%2fcommon/9.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@nestjs%2fcommon/9.3.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@nestjs%2fcommon/9.3.5/compatibility-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@nestjs%2fcommon/9.3.5/confidence-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/core](https://nestjs.com) ([source](https://togithub.com/nestjs/nest)) | [`9.3.2` -> `9.3.5`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/9.3.2/9.3.5) | [![age](https://badges.renovateapi.com/packages/npm/@nestjs%2fcore/9.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@nestjs%2fcore/9.3.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@nestjs%2fcore/9.3.5/compatibility-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@nestjs%2fcore/9.3.5/confidence-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/platform-express](https://nestjs.com) ([source](https://togithub.com/nestjs/nest)) | [`9.3.2` -> `9.3.5`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-express/9.3.2/9.3.5) | [![age](https://badges.renovateapi.com/packages/npm/@nestjs%2fplatform-express/9.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@nestjs%2fplatform-express/9.3.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@nestjs%2fplatform-express/9.3.5/compatibility-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@nestjs%2fplatform-express/9.3.5/confidence-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/platform-fastify](https://nestjs.com) ([source](https://togithub.com/nestjs/nest)) | [`9.3.2` -> `9.3.5`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-fastify/9.3.2/9.3.5) | [![age](https://badges.renovateapi.com/packages/npm/@nestjs%2fplatform-fastify/9.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@nestjs%2fplatform-fastify/9.3.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@nestjs%2fplatform-fastify/9.3.5/compatibility-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@nestjs%2fplatform-fastify/9.3.5/confidence-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/testing](https://nestjs.com) ([source](https://togithub.com/nestjs/nest)) | [`9.3.2` -> `9.3.5`](https://renovatebot.com/diffs/npm/@nestjs%2ftesting/9.3.2/9.3.5) | [![age](https://badges.renovateapi.com/packages/npm/@nestjs%2ftesting/9.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@nestjs%2ftesting/9.3.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@nestjs%2ftesting/9.3.5/compatibility-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@nestjs%2ftesting/9.3.5/confidence-slim/9.3.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
nestjs/nest ### [`v9.3.5`](https://togithub.com/nestjs/nest/compare/v9.3.4...v9.3.5) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.4...v9.3.5) ### [`v9.3.4`](https://togithub.com/nestjs/nest/compare/v9.3.3...v9.3.4) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.3...v9.3.4) ### [`v9.3.3`](https://togithub.com/nestjs/nest/releases/tag/v9.3.3) [Compare Source](https://togithub.com/nestjs/nest/compare/v9.3.2...v9.3.3) ##### v9.3.3 (2023-02-06) ##### Bug fixes - `core` - [#​11041](https://togithub.com/nestjs/nest/pull/11041) fix(core): :ambulance: Fix for calculating durability of a provider ([@​vizio360](https://togithub.com/vizio360)) ##### Enhancements - `core`, `microservices`, `websockets` - [#​11053](https://togithub.com/nestjs/nest/pull/11053) chore(core): remove uuid dependency ([@​kamilmysliwiec](https://togithub.com/kamilmysliwiec)) ##### Dependencies - [#​11049](https://togithub.com/nestjs/nest/pull/11049) chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 18.11.18 to 18.11.19 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​11050](https://togithub.com/nestjs/nest/pull/11050) chore(deps-dev): bump [@​types/express](https://togithub.com/types/express) from 4.17.16 to 4.17.17 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​11051](https://togithub.com/nestjs/nest/pull/11051) chore(deps-dev): bump cache-manager from 5.1.4 to 5.1.5 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​11052](https://togithub.com/nestjs/nest/pull/11052) chore(deps-dev): bump engine.io-client from 6.3.0 to 6.3.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 3 - Antonio Tripodi ([@​Tony133](https://togithub.com/Tony133)) - Kamil Mysliwiec ([@​kamilmysliwiec](https://togithub.com/kamilmysliwiec)) - Simone Vicentini ([@​vizio360](https://togithub.com/vizio360))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/JellyfishSDK/jellyfish). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/package.json | 10 +- package-lock.json | 591 +++++++++++++++++++++++++++++++++++++--------- 2 files changed, 489 insertions(+), 112 deletions(-) diff --git a/apps/package.json b/apps/package.json index 555376f34e..1f8d88c96a 100644 --- a/apps/package.json +++ b/apps/package.json @@ -29,11 +29,11 @@ "@defichain/testcontainers": "^0.0.0", "@defichain/testing": "^0.0.0", "@defichain/whale-api-client": "^0.0.0", - "@nestjs/common": "9.3.2", + "@nestjs/common": "9.3.5", "@nestjs/config": "2.3.0", - "@nestjs/core": "9.3.2", - "@nestjs/platform-express": "9.3.2", - "@nestjs/platform-fastify": "9.3.2", + "@nestjs/core": "9.3.5", + "@nestjs/platform-express": "9.3.5", + "@nestjs/platform-fastify": "9.3.5", "@nestjs/schedule": "2.2.0", "@nestjs/terminus": "9.2.0", "async-mutex": "0.4.0", @@ -63,7 +63,7 @@ "devDependencies": { "@nestjs/cli": "9.2.0", "@nestjs/schematics": "9.0.4", - "@nestjs/testing": "9.3.2", + "@nestjs/testing": "9.3.5", "@types/cache-manager": "4.0.2", "@types/cron": "2.0.0", "@types/express": "4.17.17", diff --git a/package-lock.json b/package-lock.json index ed4ca57a6b..81fafc8cc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,11 +52,11 @@ "@defichain/testcontainers": "^0.0.0", "@defichain/testing": "^0.0.0", "@defichain/whale-api-client": "^0.0.0", - "@nestjs/common": "9.3.2", + "@nestjs/common": "9.3.5", "@nestjs/config": "2.3.0", - "@nestjs/core": "9.3.2", - "@nestjs/platform-express": "9.3.2", - "@nestjs/platform-fastify": "9.3.2", + "@nestjs/core": "9.3.5", + "@nestjs/platform-express": "9.3.5", + "@nestjs/platform-fastify": "9.3.5", "@nestjs/schedule": "2.2.0", "@nestjs/terminus": "9.2.0", "async-mutex": "0.4.0", @@ -86,7 +86,7 @@ "devDependencies": { "@nestjs/cli": "9.2.0", "@nestjs/schematics": "9.0.4", - "@nestjs/testing": "9.3.2", + "@nestjs/testing": "9.3.5", "@types/cache-manager": "4.0.2", "@types/cron": "2.0.0", "@types/express": "4.17.17", @@ -5513,9 +5513,9 @@ } }, "node_modules/@nestjs/common": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.2.tgz", - "integrity": "sha512-YUqY9qPMxiMqO/pRNXJehR18LFL6Y9BN5Qn0FylVbdpKd7/QKZHVWRKNaAYNu0mGfyJhRJI6oEr/1Tn5GEo6GQ==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.5.tgz", + "integrity": "sha512-18pEYuE+4Lj6r5kYbgy+S2Udmhxqd80dyVZkEcWt8mIwykVeGAITrJ/NIr26aQXoXXy0J3WNhqT7So3qh32ZZA==", "dependencies": { "iterare": "1.2.1", "tslib": "2.5.0", @@ -5569,18 +5569,18 @@ } }, "node_modules/@nestjs/core": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.3.2.tgz", - "integrity": "sha512-79h4RvGAGFIIZJWIXqZ8xvhK/kIY6Fay7a1P0W4v7AUZsMIuNksct0uMzHaBqMT0lo+Ei+gU8PaWvzZt5lZvJw==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.3.5.tgz", + "integrity": "sha512-dRVasVaIvNVTvoSXMNDS3aQYPwJt30y59i6i29ZjK+kifmBVgThYLev1tAOLVmao4Pmxcua8NNNAg2UZ2RxlQA==", "hasInstallScript": true, "dependencies": { + "@node-rs/xxhash": "^1.3.0", "@nuxtjs/opencollective": "0.3.2", "fast-safe-stringify": "2.1.1", "iterare": "1.2.1", - "object-hash": "3.0.0", "path-to-regexp": "3.2.0", "tslib": "2.5.0", - "uuid": "9.0.0" + "uid": "2.0.1" }, "funding": { "type": "opencollective", @@ -5606,18 +5606,10 @@ } } }, - "node_modules/@nestjs/core/node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/@nestjs/platform-express": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-9.3.2.tgz", - "integrity": "sha512-hzLfUcJIFw8NIPlG88QJr+uSgJzkBkhxVsHGtRs+rNShzlMNfX63CPbkI4yfG4Eq0s8oYe598p6OE5O1z924Dg==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-9.3.5.tgz", + "integrity": "sha512-gnrxpmtsw/cA8qbnlzTZyViNoHIAWblyYw0wIR2Fk473/TRz3VmJQN3+VobNx7QPUmCo8ydQ+l9mStbFRKMiIw==", "dependencies": { "body-parser": "1.20.1", "cors": "2.8.5", @@ -5635,9 +5627,9 @@ } }, "node_modules/@nestjs/platform-fastify": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-9.3.2.tgz", - "integrity": "sha512-olvOfz+wJLfHzuh+Alp11tg7i+yuDRB1DT44kWZMTWlhaudyTOdSur2Q24XV/J1XzhZANyE7Cz1ejcDOjs6H5w==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-9.3.5.tgz", + "integrity": "sha512-7L/cvO2oZ/ewERZunsh94ui2ZgiF731G7triuctJjPzkq5pj1bVp3EjmWv0QEcZv8IXekDie97mYWcpkkfTMTg==", "dependencies": { "@fastify/cors": "8.2.0", "@fastify/formbody": "7.4.0", @@ -5823,9 +5815,9 @@ } }, "node_modules/@nestjs/testing": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-9.3.2.tgz", - "integrity": "sha512-A1DleYwUpA/MX4XLTOJYEkhEjdI0HyujTmOUoPzSplAPWXbR48DTtY3Pu3A/qM7A8JwPzfB37glFUAJvFFOYpg==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-9.3.5.tgz", + "integrity": "sha512-Xz9Bn6zUBV3VBNfdIsAY1bvsAWGoX7uGUVIONzleBBsaWqdL35CRMD10xWKnWBGXPiqmilb2HfDNoHLT2Le9ZQ==", "dev": true, "dependencies": { "tslib": "2.5.0" @@ -5849,6 +5841,228 @@ } } }, + "node_modules/@node-rs/xxhash": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash/-/xxhash-1.3.0.tgz", + "integrity": "sha512-uy+/zGE0p17e9qbeo6aul/TaRBpRr9p7oDgSgkqduCWDr2vFGqdJuKM8ENmG3uuE9B6CNXhwf4Mho5xZ2kmWFQ==", + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "optionalDependencies": { + "@node-rs/xxhash-android-arm-eabi": "1.3.0", + "@node-rs/xxhash-android-arm64": "1.3.0", + "@node-rs/xxhash-darwin-arm64": "1.3.0", + "@node-rs/xxhash-darwin-x64": "1.3.0", + "@node-rs/xxhash-freebsd-x64": "1.3.0", + "@node-rs/xxhash-linux-arm-gnueabihf": "1.3.0", + "@node-rs/xxhash-linux-arm64-gnu": "1.3.0", + "@node-rs/xxhash-linux-arm64-musl": "1.3.0", + "@node-rs/xxhash-linux-x64-gnu": "1.3.0", + "@node-rs/xxhash-linux-x64-musl": "1.3.0", + "@node-rs/xxhash-win32-arm64-msvc": "1.3.0", + "@node-rs/xxhash-win32-ia32-msvc": "1.3.0", + "@node-rs/xxhash-win32-x64-msvc": "1.3.0" + } + }, + "node_modules/@node-rs/xxhash-android-arm-eabi": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-android-arm-eabi/-/xxhash-android-arm-eabi-1.3.0.tgz", + "integrity": "sha512-Wq2pFlOYs6JpPn23lcRyxjSUmVuv92w+vywuhba4Bj556r3RPYbZH49LGfu90AdcUlEYI/+RwVKjSFusz5zTPA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-android-arm64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-android-arm64/-/xxhash-android-arm64-1.3.0.tgz", + "integrity": "sha512-dw77/P7jHgtZzReGRgqc2PS6wmfCn/1PVKVQZW/b/6/10E4EiDWgiD4U6BxSN+2InePnsfb/IRjJ9dvkmiNHVg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-darwin-arm64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-darwin-arm64/-/xxhash-darwin-arm64-1.3.0.tgz", + "integrity": "sha512-2SKiITOr5Lt35vv2PpdcKV7mhdfudR0Cheuk9dj1fBx6hXrl9lDf5Yu+RWPC1j8CskSYbxFqWQC1iSZJD1MFcw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-darwin-x64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-darwin-x64/-/xxhash-darwin-x64-1.3.0.tgz", + "integrity": "sha512-V4D05YuiI7Hwn1L8IKr3cEhERBEd+mFte0aKM1rnlMxFV4IBtdevM8asXv4hKcJTtV+4h0QAVpTydb4+MW21KQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-freebsd-x64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-freebsd-x64/-/xxhash-freebsd-x64-1.3.0.tgz", + "integrity": "sha512-/tffg1aJ/M2XDwCKVOkUs/J3aCarZzTJbTg26mi4T6E9YqSjpCNIkQidJPZT2VEIw2xqU/Rlj+ccar39vVk2ww==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-linux-arm-gnueabihf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm-gnueabihf/-/xxhash-linux-arm-gnueabihf-1.3.0.tgz", + "integrity": "sha512-zjpHjOonCdBb+ccAtHO3HShc7sXKe1PsMWY9kklAX1Gxv+MRok0+ZzmLvO878IRExgKgMQESG27y+gey15yu8Q==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-linux-arm64-gnu": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm64-gnu/-/xxhash-linux-arm64-gnu-1.3.0.tgz", + "integrity": "sha512-Ayr72tbWAsroADMBNnV/cuDFgwKDKXxFoDGdGrtL11A4Fyn39dQwsh3hgL2iO+JeLHIqsfSej+djBE5XaLQGjQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-linux-arm64-musl": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm64-musl/-/xxhash-linux-arm64-musl-1.3.0.tgz", + "integrity": "sha512-CkvDh0+gAyTuy3J3jZa5mUO64GV9701VC5iOsd5IN4iJz9DYiv/C+7ci9d0CwcjsWm3/oNM35K1IlX52xPfQdw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-linux-x64-gnu": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-x64-gnu/-/xxhash-linux-x64-gnu-1.3.0.tgz", + "integrity": "sha512-F6wqncSd+Cp+Hfaumo0hrb5TIKdJtNCOGRCmeKH7XmJu5iDzinIPYb0TLKNlpfIKVlMT2xE+PWq3YF4K1+zgyw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-linux-x64-musl": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-x64-musl/-/xxhash-linux-x64-musl-1.3.0.tgz", + "integrity": "sha512-YdUrXxSMk20Hn/16DClyerpk4vWuHrEUOMK6Vuov+xYHehkd33MFDUyTg0O5//VPUWP49FS/wzDNtSHQVEJNcg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-win32-arm64-msvc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-arm64-msvc/-/xxhash-win32-arm64-msvc-1.3.0.tgz", + "integrity": "sha512-qwf12QVJNkaLvgCza05bJM1DC2xHRh/UUG6kE6tE+x+a3rP4008V0i5ns6fl0UMM+gts1uHUpW6dPIWkVqq86Q==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-win32-ia32-msvc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-ia32-msvc/-/xxhash-win32-ia32-msvc-1.3.0.tgz", + "integrity": "sha512-bFVThe4OH1gbT0MXD+F3cDwEeVVjnnb3BazkkB8lH0zOwSQANc1qunftivSeYTiGupLvw/xIE0eelXjDv6w1hQ==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12" + } + }, + "node_modules/@node-rs/xxhash-win32-x64-msvc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-x64-msvc/-/xxhash-win32-x64-msvc-1.3.0.tgz", + "integrity": "sha512-hIyWzIAGGRF/WFdJd56+VgnZ37V/PzGv1GIkLEv/iDbjpap0FJpY6MBXB/WERwrBgy9QGoE3DXfT00uKCxN25A==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "license": "MIT", @@ -18698,13 +18912,6 @@ "node": ">=0.10.0" } }, - "node_modules/object-hash": { - "version": "3.0.0", - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, "node_modules/object-inspect": { "version": "1.12.2", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", @@ -26110,8 +26317,6 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@defichain/jellyfish-transaction": "^0.0.0", - "@defichain/jellyfish-wallet": "^0.0.0", "bip32": "^2.0.6", "bip39": "^3.0.4", "create-hmac": "^1.1.7" @@ -27845,15 +28050,15 @@ "@defichain/testing": "^0.0.0", "@defichain/whale-api-client": "^0.0.0", "@nestjs/cli": "9.2.0", - "@nestjs/common": "9.3.2", + "@nestjs/common": "9.3.5", "@nestjs/config": "2.3.0", - "@nestjs/core": "9.3.2", - "@nestjs/platform-express": "9.3.2", - "@nestjs/platform-fastify": "9.3.2", + "@nestjs/core": "9.3.5", + "@nestjs/platform-express": "9.3.5", + "@nestjs/platform-fastify": "9.3.5", "@nestjs/schedule": "2.2.0", "@nestjs/schematics": "9.0.4", "@nestjs/terminus": "9.2.0", - "@nestjs/testing": "9.3.2", + "@nestjs/testing": "9.3.5", "@types/cache-manager": "4.0.2", "@types/cron": "2.0.0", "@types/express": "4.17.17", @@ -28108,8 +28313,6 @@ "@defichain/jellyfish-wallet-mnemonic": { "version": "file:packages/jellyfish-wallet-mnemonic", "requires": { - "@defichain/jellyfish-transaction": "^0.0.0", - "@defichain/jellyfish-wallet": "^0.0.0", "@types/create-hmac": "1.1.0", "bip32": "^2.0.6", "bip39": "^3.0.4", @@ -30537,9 +30740,9 @@ } }, "@nestjs/common": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.2.tgz", - "integrity": "sha512-YUqY9qPMxiMqO/pRNXJehR18LFL6Y9BN5Qn0FylVbdpKd7/QKZHVWRKNaAYNu0mGfyJhRJI6oEr/1Tn5GEo6GQ==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.5.tgz", + "integrity": "sha512-18pEYuE+4Lj6r5kYbgy+S2Udmhxqd80dyVZkEcWt8mIwykVeGAITrJ/NIr26aQXoXXy0J3WNhqT7So3qh32ZZA==", "requires": { "iterare": "1.2.1", "tslib": "2.5.0", @@ -30565,30 +30768,23 @@ } }, "@nestjs/core": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.3.2.tgz", - "integrity": "sha512-79h4RvGAGFIIZJWIXqZ8xvhK/kIY6Fay7a1P0W4v7AUZsMIuNksct0uMzHaBqMT0lo+Ei+gU8PaWvzZt5lZvJw==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.3.5.tgz", + "integrity": "sha512-dRVasVaIvNVTvoSXMNDS3aQYPwJt30y59i6i29ZjK+kifmBVgThYLev1tAOLVmao4Pmxcua8NNNAg2UZ2RxlQA==", "requires": { + "@node-rs/xxhash": "^1.3.0", "@nuxtjs/opencollective": "0.3.2", "fast-safe-stringify": "2.1.1", "iterare": "1.2.1", - "object-hash": "3.0.0", "path-to-regexp": "3.2.0", "tslib": "2.5.0", - "uuid": "9.0.0" - }, - "dependencies": { - "uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" - } + "uid": "2.0.1" } }, "@nestjs/platform-express": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-9.3.2.tgz", - "integrity": "sha512-hzLfUcJIFw8NIPlG88QJr+uSgJzkBkhxVsHGtRs+rNShzlMNfX63CPbkI4yfG4Eq0s8oYe598p6OE5O1z924Dg==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-9.3.5.tgz", + "integrity": "sha512-gnrxpmtsw/cA8qbnlzTZyViNoHIAWblyYw0wIR2Fk473/TRz3VmJQN3+VobNx7QPUmCo8ydQ+l9mStbFRKMiIw==", "requires": { "body-parser": "1.20.1", "cors": "2.8.5", @@ -30598,9 +30794,9 @@ } }, "@nestjs/platform-fastify": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-9.3.2.tgz", - "integrity": "sha512-olvOfz+wJLfHzuh+Alp11tg7i+yuDRB1DT44kWZMTWlhaudyTOdSur2Q24XV/J1XzhZANyE7Cz1ejcDOjs6H5w==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-9.3.5.tgz", + "integrity": "sha512-7L/cvO2oZ/ewERZunsh94ui2ZgiF731G7triuctJjPzkq5pj1bVp3EjmWv0QEcZv8IXekDie97mYWcpkkfTMTg==", "requires": { "@fastify/cors": "8.2.0", "@fastify/formbody": "7.4.0", @@ -30681,14 +30877,112 @@ } }, "@nestjs/testing": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-9.3.2.tgz", - "integrity": "sha512-A1DleYwUpA/MX4XLTOJYEkhEjdI0HyujTmOUoPzSplAPWXbR48DTtY3Pu3A/qM7A8JwPzfB37glFUAJvFFOYpg==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-9.3.5.tgz", + "integrity": "sha512-Xz9Bn6zUBV3VBNfdIsAY1bvsAWGoX7uGUVIONzleBBsaWqdL35CRMD10xWKnWBGXPiqmilb2HfDNoHLT2Le9ZQ==", "dev": true, "requires": { "tslib": "2.5.0" } }, + "@node-rs/xxhash": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash/-/xxhash-1.3.0.tgz", + "integrity": "sha512-uy+/zGE0p17e9qbeo6aul/TaRBpRr9p7oDgSgkqduCWDr2vFGqdJuKM8ENmG3uuE9B6CNXhwf4Mho5xZ2kmWFQ==", + "requires": { + "@node-rs/xxhash-android-arm-eabi": "1.3.0", + "@node-rs/xxhash-android-arm64": "1.3.0", + "@node-rs/xxhash-darwin-arm64": "1.3.0", + "@node-rs/xxhash-darwin-x64": "1.3.0", + "@node-rs/xxhash-freebsd-x64": "1.3.0", + "@node-rs/xxhash-linux-arm-gnueabihf": "1.3.0", + "@node-rs/xxhash-linux-arm64-gnu": "1.3.0", + "@node-rs/xxhash-linux-arm64-musl": "1.3.0", + "@node-rs/xxhash-linux-x64-gnu": "1.3.0", + "@node-rs/xxhash-linux-x64-musl": "1.3.0", + "@node-rs/xxhash-win32-arm64-msvc": "1.3.0", + "@node-rs/xxhash-win32-ia32-msvc": "1.3.0", + "@node-rs/xxhash-win32-x64-msvc": "1.3.0" + } + }, + "@node-rs/xxhash-android-arm-eabi": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-android-arm-eabi/-/xxhash-android-arm-eabi-1.3.0.tgz", + "integrity": "sha512-Wq2pFlOYs6JpPn23lcRyxjSUmVuv92w+vywuhba4Bj556r3RPYbZH49LGfu90AdcUlEYI/+RwVKjSFusz5zTPA==", + "optional": true + }, + "@node-rs/xxhash-android-arm64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-android-arm64/-/xxhash-android-arm64-1.3.0.tgz", + "integrity": "sha512-dw77/P7jHgtZzReGRgqc2PS6wmfCn/1PVKVQZW/b/6/10E4EiDWgiD4U6BxSN+2InePnsfb/IRjJ9dvkmiNHVg==", + "optional": true + }, + "@node-rs/xxhash-darwin-arm64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-darwin-arm64/-/xxhash-darwin-arm64-1.3.0.tgz", + "integrity": "sha512-2SKiITOr5Lt35vv2PpdcKV7mhdfudR0Cheuk9dj1fBx6hXrl9lDf5Yu+RWPC1j8CskSYbxFqWQC1iSZJD1MFcw==", + "optional": true + }, + "@node-rs/xxhash-darwin-x64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-darwin-x64/-/xxhash-darwin-x64-1.3.0.tgz", + "integrity": "sha512-V4D05YuiI7Hwn1L8IKr3cEhERBEd+mFte0aKM1rnlMxFV4IBtdevM8asXv4hKcJTtV+4h0QAVpTydb4+MW21KQ==", + "optional": true + }, + "@node-rs/xxhash-freebsd-x64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-freebsd-x64/-/xxhash-freebsd-x64-1.3.0.tgz", + "integrity": "sha512-/tffg1aJ/M2XDwCKVOkUs/J3aCarZzTJbTg26mi4T6E9YqSjpCNIkQidJPZT2VEIw2xqU/Rlj+ccar39vVk2ww==", + "optional": true + }, + "@node-rs/xxhash-linux-arm-gnueabihf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm-gnueabihf/-/xxhash-linux-arm-gnueabihf-1.3.0.tgz", + "integrity": "sha512-zjpHjOonCdBb+ccAtHO3HShc7sXKe1PsMWY9kklAX1Gxv+MRok0+ZzmLvO878IRExgKgMQESG27y+gey15yu8Q==", + "optional": true + }, + "@node-rs/xxhash-linux-arm64-gnu": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm64-gnu/-/xxhash-linux-arm64-gnu-1.3.0.tgz", + "integrity": "sha512-Ayr72tbWAsroADMBNnV/cuDFgwKDKXxFoDGdGrtL11A4Fyn39dQwsh3hgL2iO+JeLHIqsfSej+djBE5XaLQGjQ==", + "optional": true + }, + "@node-rs/xxhash-linux-arm64-musl": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm64-musl/-/xxhash-linux-arm64-musl-1.3.0.tgz", + "integrity": "sha512-CkvDh0+gAyTuy3J3jZa5mUO64GV9701VC5iOsd5IN4iJz9DYiv/C+7ci9d0CwcjsWm3/oNM35K1IlX52xPfQdw==", + "optional": true + }, + "@node-rs/xxhash-linux-x64-gnu": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-x64-gnu/-/xxhash-linux-x64-gnu-1.3.0.tgz", + "integrity": "sha512-F6wqncSd+Cp+Hfaumo0hrb5TIKdJtNCOGRCmeKH7XmJu5iDzinIPYb0TLKNlpfIKVlMT2xE+PWq3YF4K1+zgyw==", + "optional": true + }, + "@node-rs/xxhash-linux-x64-musl": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-x64-musl/-/xxhash-linux-x64-musl-1.3.0.tgz", + "integrity": "sha512-YdUrXxSMk20Hn/16DClyerpk4vWuHrEUOMK6Vuov+xYHehkd33MFDUyTg0O5//VPUWP49FS/wzDNtSHQVEJNcg==", + "optional": true + }, + "@node-rs/xxhash-win32-arm64-msvc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-arm64-msvc/-/xxhash-win32-arm64-msvc-1.3.0.tgz", + "integrity": "sha512-qwf12QVJNkaLvgCza05bJM1DC2xHRh/UUG6kE6tE+x+a3rP4008V0i5ns6fl0UMM+gts1uHUpW6dPIWkVqq86Q==", + "optional": true + }, + "@node-rs/xxhash-win32-ia32-msvc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-ia32-msvc/-/xxhash-win32-ia32-msvc-1.3.0.tgz", + "integrity": "sha512-bFVThe4OH1gbT0MXD+F3cDwEeVVjnnb3BazkkB8lH0zOwSQANc1qunftivSeYTiGupLvw/xIE0eelXjDv6w1hQ==", + "optional": true + }, + "@node-rs/xxhash-win32-x64-msvc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-x64-msvc/-/xxhash-win32-x64-msvc-1.3.0.tgz", + "integrity": "sha512-hIyWzIAGGRF/WFdJd56+VgnZ37V/PzGv1GIkLEv/iDbjpap0FJpY6MBXB/WERwrBgy9QGoE3DXfT00uKCxN25A==", + "optional": true + }, "@nodelib/fs.scandir": { "version": "2.1.5", "requires": { @@ -36126,15 +36420,15 @@ "@defichain/testing": "^0.0.0", "@defichain/whale-api-client": "^0.0.0", "@nestjs/cli": "9.2.0", - "@nestjs/common": "9.3.2", + "@nestjs/common": "9.3.5", "@nestjs/config": "2.3.0", - "@nestjs/core": "9.3.2", - "@nestjs/platform-express": "9.3.2", - "@nestjs/platform-fastify": "9.3.2", + "@nestjs/core": "9.3.5", + "@nestjs/platform-express": "9.3.5", + "@nestjs/platform-fastify": "9.3.5", "@nestjs/schedule": "2.2.0", "@nestjs/schematics": "9.0.4", "@nestjs/terminus": "9.2.0", - "@nestjs/testing": "9.3.2", + "@nestjs/testing": "9.3.5", "@types/cache-manager": "4.0.2", "@types/cron": "2.0.0", "@types/express": "4.17.17", @@ -36389,8 +36683,6 @@ "@defichain/jellyfish-wallet-mnemonic": { "version": "file:packages/jellyfish-wallet-mnemonic", "requires": { - "@defichain/jellyfish-transaction": "^0.0.0", - "@defichain/jellyfish-wallet": "^0.0.0", "@types/create-hmac": "1.1.0", "bip32": "^2.0.6", "bip39": "^3.0.4", @@ -38818,9 +39110,9 @@ } }, "@nestjs/common": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.2.tgz", - "integrity": "sha512-YUqY9qPMxiMqO/pRNXJehR18LFL6Y9BN5Qn0FylVbdpKd7/QKZHVWRKNaAYNu0mGfyJhRJI6oEr/1Tn5GEo6GQ==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.5.tgz", + "integrity": "sha512-18pEYuE+4Lj6r5kYbgy+S2Udmhxqd80dyVZkEcWt8mIwykVeGAITrJ/NIr26aQXoXXy0J3WNhqT7So3qh32ZZA==", "requires": { "iterare": "1.2.1", "tslib": "2.5.0", @@ -38846,30 +39138,23 @@ } }, "@nestjs/core": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.3.2.tgz", - "integrity": "sha512-79h4RvGAGFIIZJWIXqZ8xvhK/kIY6Fay7a1P0W4v7AUZsMIuNksct0uMzHaBqMT0lo+Ei+gU8PaWvzZt5lZvJw==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.3.5.tgz", + "integrity": "sha512-dRVasVaIvNVTvoSXMNDS3aQYPwJt30y59i6i29ZjK+kifmBVgThYLev1tAOLVmao4Pmxcua8NNNAg2UZ2RxlQA==", "requires": { + "@node-rs/xxhash": "^1.3.0", "@nuxtjs/opencollective": "0.3.2", "fast-safe-stringify": "2.1.1", "iterare": "1.2.1", - "object-hash": "3.0.0", "path-to-regexp": "3.2.0", "tslib": "2.5.0", - "uuid": "9.0.0" - }, - "dependencies": { - "uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" - } + "uid": "2.0.1" } }, "@nestjs/platform-express": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-9.3.2.tgz", - "integrity": "sha512-hzLfUcJIFw8NIPlG88QJr+uSgJzkBkhxVsHGtRs+rNShzlMNfX63CPbkI4yfG4Eq0s8oYe598p6OE5O1z924Dg==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-9.3.5.tgz", + "integrity": "sha512-gnrxpmtsw/cA8qbnlzTZyViNoHIAWblyYw0wIR2Fk473/TRz3VmJQN3+VobNx7QPUmCo8ydQ+l9mStbFRKMiIw==", "requires": { "body-parser": "1.20.1", "cors": "2.8.5", @@ -38879,9 +39164,9 @@ } }, "@nestjs/platform-fastify": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-9.3.2.tgz", - "integrity": "sha512-olvOfz+wJLfHzuh+Alp11tg7i+yuDRB1DT44kWZMTWlhaudyTOdSur2Q24XV/J1XzhZANyE7Cz1ejcDOjs6H5w==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-9.3.5.tgz", + "integrity": "sha512-7L/cvO2oZ/ewERZunsh94ui2ZgiF731G7triuctJjPzkq5pj1bVp3EjmWv0QEcZv8IXekDie97mYWcpkkfTMTg==", "requires": { "@fastify/cors": "8.2.0", "@fastify/formbody": "7.4.0", @@ -38962,14 +39247,112 @@ } }, "@nestjs/testing": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-9.3.2.tgz", - "integrity": "sha512-A1DleYwUpA/MX4XLTOJYEkhEjdI0HyujTmOUoPzSplAPWXbR48DTtY3Pu3A/qM7A8JwPzfB37glFUAJvFFOYpg==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-9.3.5.tgz", + "integrity": "sha512-Xz9Bn6zUBV3VBNfdIsAY1bvsAWGoX7uGUVIONzleBBsaWqdL35CRMD10xWKnWBGXPiqmilb2HfDNoHLT2Le9ZQ==", "dev": true, "requires": { "tslib": "2.5.0" } }, + "@node-rs/xxhash": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash/-/xxhash-1.3.0.tgz", + "integrity": "sha512-uy+/zGE0p17e9qbeo6aul/TaRBpRr9p7oDgSgkqduCWDr2vFGqdJuKM8ENmG3uuE9B6CNXhwf4Mho5xZ2kmWFQ==", + "requires": { + "@node-rs/xxhash-android-arm-eabi": "1.3.0", + "@node-rs/xxhash-android-arm64": "1.3.0", + "@node-rs/xxhash-darwin-arm64": "1.3.0", + "@node-rs/xxhash-darwin-x64": "1.3.0", + "@node-rs/xxhash-freebsd-x64": "1.3.0", + "@node-rs/xxhash-linux-arm-gnueabihf": "1.3.0", + "@node-rs/xxhash-linux-arm64-gnu": "1.3.0", + "@node-rs/xxhash-linux-arm64-musl": "1.3.0", + "@node-rs/xxhash-linux-x64-gnu": "1.3.0", + "@node-rs/xxhash-linux-x64-musl": "1.3.0", + "@node-rs/xxhash-win32-arm64-msvc": "1.3.0", + "@node-rs/xxhash-win32-ia32-msvc": "1.3.0", + "@node-rs/xxhash-win32-x64-msvc": "1.3.0" + } + }, + "@node-rs/xxhash-android-arm-eabi": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-android-arm-eabi/-/xxhash-android-arm-eabi-1.3.0.tgz", + "integrity": "sha512-Wq2pFlOYs6JpPn23lcRyxjSUmVuv92w+vywuhba4Bj556r3RPYbZH49LGfu90AdcUlEYI/+RwVKjSFusz5zTPA==", + "optional": true + }, + "@node-rs/xxhash-android-arm64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-android-arm64/-/xxhash-android-arm64-1.3.0.tgz", + "integrity": "sha512-dw77/P7jHgtZzReGRgqc2PS6wmfCn/1PVKVQZW/b/6/10E4EiDWgiD4U6BxSN+2InePnsfb/IRjJ9dvkmiNHVg==", + "optional": true + }, + "@node-rs/xxhash-darwin-arm64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-darwin-arm64/-/xxhash-darwin-arm64-1.3.0.tgz", + "integrity": "sha512-2SKiITOr5Lt35vv2PpdcKV7mhdfudR0Cheuk9dj1fBx6hXrl9lDf5Yu+RWPC1j8CskSYbxFqWQC1iSZJD1MFcw==", + "optional": true + }, + "@node-rs/xxhash-darwin-x64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-darwin-x64/-/xxhash-darwin-x64-1.3.0.tgz", + "integrity": "sha512-V4D05YuiI7Hwn1L8IKr3cEhERBEd+mFte0aKM1rnlMxFV4IBtdevM8asXv4hKcJTtV+4h0QAVpTydb4+MW21KQ==", + "optional": true + }, + "@node-rs/xxhash-freebsd-x64": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-freebsd-x64/-/xxhash-freebsd-x64-1.3.0.tgz", + "integrity": "sha512-/tffg1aJ/M2XDwCKVOkUs/J3aCarZzTJbTg26mi4T6E9YqSjpCNIkQidJPZT2VEIw2xqU/Rlj+ccar39vVk2ww==", + "optional": true + }, + "@node-rs/xxhash-linux-arm-gnueabihf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm-gnueabihf/-/xxhash-linux-arm-gnueabihf-1.3.0.tgz", + "integrity": "sha512-zjpHjOonCdBb+ccAtHO3HShc7sXKe1PsMWY9kklAX1Gxv+MRok0+ZzmLvO878IRExgKgMQESG27y+gey15yu8Q==", + "optional": true + }, + "@node-rs/xxhash-linux-arm64-gnu": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm64-gnu/-/xxhash-linux-arm64-gnu-1.3.0.tgz", + "integrity": "sha512-Ayr72tbWAsroADMBNnV/cuDFgwKDKXxFoDGdGrtL11A4Fyn39dQwsh3hgL2iO+JeLHIqsfSej+djBE5XaLQGjQ==", + "optional": true + }, + "@node-rs/xxhash-linux-arm64-musl": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-arm64-musl/-/xxhash-linux-arm64-musl-1.3.0.tgz", + "integrity": "sha512-CkvDh0+gAyTuy3J3jZa5mUO64GV9701VC5iOsd5IN4iJz9DYiv/C+7ci9d0CwcjsWm3/oNM35K1IlX52xPfQdw==", + "optional": true + }, + "@node-rs/xxhash-linux-x64-gnu": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-x64-gnu/-/xxhash-linux-x64-gnu-1.3.0.tgz", + "integrity": "sha512-F6wqncSd+Cp+Hfaumo0hrb5TIKdJtNCOGRCmeKH7XmJu5iDzinIPYb0TLKNlpfIKVlMT2xE+PWq3YF4K1+zgyw==", + "optional": true + }, + "@node-rs/xxhash-linux-x64-musl": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-linux-x64-musl/-/xxhash-linux-x64-musl-1.3.0.tgz", + "integrity": "sha512-YdUrXxSMk20Hn/16DClyerpk4vWuHrEUOMK6Vuov+xYHehkd33MFDUyTg0O5//VPUWP49FS/wzDNtSHQVEJNcg==", + "optional": true + }, + "@node-rs/xxhash-win32-arm64-msvc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-arm64-msvc/-/xxhash-win32-arm64-msvc-1.3.0.tgz", + "integrity": "sha512-qwf12QVJNkaLvgCza05bJM1DC2xHRh/UUG6kE6tE+x+a3rP4008V0i5ns6fl0UMM+gts1uHUpW6dPIWkVqq86Q==", + "optional": true + }, + "@node-rs/xxhash-win32-ia32-msvc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-ia32-msvc/-/xxhash-win32-ia32-msvc-1.3.0.tgz", + "integrity": "sha512-bFVThe4OH1gbT0MXD+F3cDwEeVVjnnb3BazkkB8lH0zOwSQANc1qunftivSeYTiGupLvw/xIE0eelXjDv6w1hQ==", + "optional": true + }, + "@node-rs/xxhash-win32-x64-msvc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@node-rs/xxhash-win32-x64-msvc/-/xxhash-win32-x64-msvc-1.3.0.tgz", + "integrity": "sha512-hIyWzIAGGRF/WFdJd56+VgnZ37V/PzGv1GIkLEv/iDbjpap0FJpY6MBXB/WERwrBgy9QGoE3DXfT00uKCxN25A==", + "optional": true + }, "@nodelib/fs.scandir": { "version": "2.1.5", "requires": { @@ -47993,9 +48376,6 @@ "object-assign": { "version": "4.1.1" }, - "object-hash": { - "version": "3.0.0" - }, "object-inspect": { "version": "1.12.2", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", @@ -58024,9 +58404,6 @@ "object-assign": { "version": "4.1.1" }, - "object-hash": { - "version": "3.0.0" - }, "object-inspect": { "version": "1.12.2", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz",