From 672b8cf669b4482e00b8f7e62b08649cde29ba62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 01:26:22 +0000 Subject: [PATCH] build(deps): bump @nestjs/core in /quix-frontend/service Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.18 to 9.0.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.18...v9.0.5) --- updated-dependencies: - dependency-name: "@nestjs/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quix-frontend/service/package-lock.json | 33 ++++++++++++++++--------- quix-frontend/service/package.json | 2 +- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/quix-frontend/service/package-lock.json b/quix-frontend/service/package-lock.json index 27b384f1..1ca2f37d 100644 --- a/quix-frontend/service/package-lock.json +++ b/quix-frontend/service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wix/quix-service", - "version": "1.0.29", + "version": "1.0.31", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -875,19 +875,29 @@ } }, "@nestjs/core": { - "version": "7.6.18", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.6.18.tgz", - "integrity": "sha512-CGu20OjIxgFDY7RJT5t1TDGL8wSlTSlbZEkn8U5OlICZEB3WIpi98G7ajJpnRWmEgW8S4aDJmRKGjT+Ntj5U4A==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.0.5.tgz", + "integrity": "sha512-41BBJlsquasVrGeRWNYb74Fwsc+oB5EmKC/hioQJAhGqIw5Kr5AcdEoEFaMKFzNLAPbU6c/nVW8T8CrvtQbQww==", "requires": { "@nuxtjs/opencollective": "0.3.2", - "fast-safe-stringify": "2.0.7", + "fast-safe-stringify": "2.1.1", "iterare": "1.2.1", - "object-hash": "2.1.1", + "object-hash": "3.0.0", "path-to-regexp": "3.2.0", - "tslib": "2.2.0", + "tslib": "2.4.0", "uuid": "8.3.2" }, "dependencies": { + "fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + }, + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + }, "uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", @@ -3273,7 +3283,8 @@ "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==" + "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==", + "dev": true }, "fast-text-encoding": { "version": "1.0.3", @@ -5927,9 +5938,9 @@ } }, "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==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" }, "object-inspect": { "version": "1.11.0", diff --git a/quix-frontend/service/package.json b/quix-frontend/service/package.json index 86c8b2ab..72c73933 100644 --- a/quix-frontend/service/package.json +++ b/quix-frontend/service/package.json @@ -32,7 +32,7 @@ "dependencies": { "@nest-middlewares/helmet": "^5.1.1", "@nestjs/common": "^7.0.0", - "@nestjs/core": "^7.0.0", + "@nestjs/core": "^9.0.5", "@nestjs/jwt": "^7.0.0", "@nestjs/platform-express": "^7.0.0", "@nestjs/platform-ws": "^7.0.0",