From be6e2fcc4a21308edd2c0dadd8c205e24059462a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2020 10:07:12 +0000 Subject: [PATCH] Bump @nestjs/testing from 6.11.11 to 7.0.0 Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 6.11.11 to 7.0.0. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v6.11.11...v7.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3da246..c601092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1002,9 +1002,9 @@ } }, "@nestjs/testing": { - "version": "6.11.11", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-6.11.11.tgz", - "integrity": "sha512-Mqu4IWZhnLdIFfVfueAFFCm3jPfQoWg+YmDLBsFS2kpab3az5gsRCZQv9R9CCHGa1hHKYWqM1lMcz1IQc70kww==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-7.0.0.tgz", + "integrity": "sha512-Mk2dMJNC8zGTM/BIK9dE7yrDoB8ZLLLquMT1XqjhYC0hZ4SgC/3myAX8truag8xDAd6lJHOQug9ySbsyE7oxTQ==", "dev": true, "requires": { "optional": "0.1.4", @@ -9498,7 +9498,7 @@ "buffer-crc32": "^0.2", "bytebuffer": "^5.0", "steam-crypto": "^0.0", - "steam-resources": "steam-resources@github:seishun/node-steam-resources#v1.2.0" + "steam-resources": "github:seishun/node-steam-resources#v1.2.0" }, "dependencies": { "ansi-regex": { @@ -9585,7 +9585,7 @@ }, "steam-resources": { "version": "1.2.0", - "from": "steam-resources@github:seishun/node-steam-resources#v1.2.0", + "from": "github:seishun/node-steam-resources#v1.2.0", "bundled": true, "requires": { "bytebuffer": "^5.0", diff --git a/package.json b/package.json index bb7c611..270eebf 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "devDependencies": { "@nestjs/cli": "^6.9.0", "@nestjs/schematics": "^6.7.0", - "@nestjs/testing": "^6.7.1", + "@nestjs/testing": "^7.0.0", "@types/bull": "^3.12.2", "@types/bytebuffer": "^5.0.40", "@types/decompress": "^4.2.3",