From e5c326a9139436d369a5f50cfdc773ac96717a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:48:48 +0000 Subject: [PATCH] chore(deps): bump follow-redirects and @juicycleff/nestjs-event-store Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) to 1.15.6 and updates ancestor dependency [@juicycleff/nestjs-event-store](https://github.com/juicycleff/nestjs-event-store). These dependencies need to be updated together. Updates `follow-redirects` from 1.15.1 to 1.15.6 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.6) Updates `@juicycleff/nestjs-event-store` from 3.1.18 to 4.0.0 - [Changelog](https://github.com/juicycleff/nestjs-event-store/blob/master/CHANGELOG.md) - [Commits](https://github.com/juicycleff/nestjs-event-store/commits) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect - dependency-name: "@juicycleff/nestjs-event-store" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 109 ++++------------------------------------------ package.json | 2 +- 2 files changed, 10 insertions(+), 101 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b73990..0943b2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2046,63 +2046,13 @@ } }, "@juicycleff/nestjs-event-store": { - "version": "3.1.18", - "resolved": "https://registry.npmjs.org/@juicycleff/nestjs-event-store/-/nestjs-event-store-3.1.18.tgz", - "integrity": "sha512-JVIEo8sUlv6PJhe/Jy7hWdCybvM4Gjm0ZiMg3A8Ctw5Ws3LzNkwgG5ddCDV1qnYJYzi+b0vAkjvztE4tvVNUuQ==", - "requires": { - "@nestjs/common": "^7.4.2", - "@nestjs/core": "^7.4.2", - "@nestjs/cqrs": "^7.0.0", - "axios": "^0.19.2", - "protobufjs": "^6.10.1", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@juicycleff/nestjs-event-store/-/nestjs-event-store-4.0.0.tgz", + "integrity": "sha512-7kH1fbhNhAPHmCQPAXRttQw4bMCWX/Jn46lrywP6CFCUCdM0P7p1eTlHRnh8vmzKlHbobpZxwa+amZKQQOwZeQ==", + "requires": { + "node-eventstore-client": "^0.2.16", + "node-nats-streaming": "^0.3.2", "uuid": "^8.3.0" - }, - "dependencies": { - "@nestjs/common": { - "version": "7.6.18", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.6.18.tgz", - "integrity": "sha512-BUJQHNhWzwWOkS4Ryndzd4HTeRObcAWV2Fh+ermyo3q3xYQQzNoEWclJVL/wZec8AONELwIJ+PSpWI53VP0leg==", - "requires": { - "axios": "0.21.1", - "iterare": "1.2.1", - "tslib": "2.2.0", - "uuid": "8.3.2" - }, - "dependencies": { - "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", - "requires": { - "follow-redirects": "^1.10.0" - } - } - } - }, - "@nestjs/core": { - "version": "7.6.18", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.6.18.tgz", - "integrity": "sha512-CGu20OjIxgFDY7RJT5t1TDGL8wSlTSlbZEkn8U5OlICZEB3WIpi98G7ajJpnRWmEgW8S4aDJmRKGjT+Ntj5U4A==", - "requires": { - "@nuxtjs/opencollective": "0.3.2", - "fast-safe-stringify": "2.0.7", - "iterare": "1.2.1", - "object-hash": "2.1.1", - "path-to-regexp": "3.2.0", - "tslib": "2.2.0", - "uuid": "8.3.2" - } - }, - "@nestjs/cqrs": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@nestjs/cqrs/-/cqrs-7.0.1.tgz", - "integrity": "sha512-4UJAH3ryJvT+SDeuB5ls1OpJsPr3xqsyiuWCfVd1oyzCLazuxl04t/xup005HtWdxczwLgaAau7SIAb+XZotBQ==" - }, - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" - } } }, "@nestjs/cli": { @@ -2216,11 +2166,6 @@ "form-data": "^4.0.0" } }, - "follow-redirects": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz", - "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==" - }, "tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", @@ -3715,24 +3660,6 @@ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, - "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", - "requires": { - "follow-redirects": "1.5.10" - }, - "dependencies": { - "follow-redirects": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", - "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", - "requires": { - "debug": "=3.1.0" - } - } - } - }, "babel-jest": { "version": "28.1.1", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.1.tgz", @@ -4436,14 +4363,6 @@ "integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==", "dev": true }, - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - }, "decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", @@ -5392,11 +5311,6 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, - "fast-safe-stringify": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz", - "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==" - }, "fastq": { "version": "1.11.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz", @@ -5491,9 +5405,9 @@ "dev": true }, "follow-redirects": { - "version": "1.14.8", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", - "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==" + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" }, "fork-ts-checker-webpack-plugin": { "version": "7.2.11", @@ -8610,11 +8524,6 @@ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" }, - "object-hash": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.1.1.tgz", - "integrity": "sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ==" - }, "object-inspect": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.2.tgz", diff --git a/package.json b/package.json index 7243e35..5d5bcfc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test:e2e": "jest --config ./apps/gateway/test/jest-e2e.json" }, "dependencies": { - "@juicycleff/nestjs-event-store": "3.1.18", + "@juicycleff/nestjs-event-store": "4.0.0", "@nestjs/common": "8.4.7", "@nestjs/core": "8.4.7", "@nestjs/cqrs": "8.0.5",