From 389636aa049b73ffb88d42ad0a1b3c22b13115c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 04:07:58 +0000 Subject: [PATCH] Bump json5 from 2.2.0 to 2.2.3 in /packages/grpcts-mock Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/grpcts-mock/yarn.lock | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/packages/grpcts-mock/yarn.lock b/packages/grpcts-mock/yarn.lock index 34fef2c..65f8cf6 100644 --- a/packages/grpcts-mock/yarn.lock +++ b/packages/grpcts-mock/yarn.lock @@ -475,11 +475,11 @@ chalk "^4.0.0" "@join-com/grpc-ts@^2.0.2": - version "2.0.1" - resolved "https://registry.npmjs.org/@join-com/grpc-ts/-/grpc-ts-2.0.1.tgz#2171a2d9b7abb46cd0edeb00124c9b9e57ee754e" - integrity sha512-s3me0wqLO7bjqTiDMb1rGZbH4K/BiwZz2LUq6T9qHNTrbJcX9C2LWduRla7W+wNtV+TvyMmhfSQm0jIIrvasLw== + version "2.0.2" + resolved "https://registry.yarnpkg.com/@join-com/grpc-ts/-/grpc-ts-2.0.2.tgz#aba4a12cd7342e8dd08677bfe09bf6fc498ac83f" + integrity sha512-QDa7TTZFI+9onGcsg6cMHvyieNloH41efYfueGhB9rpkNP/kPZAtTU6kP7XzYmNIOqqWQTPwR0+9XrJS0ahapg== dependencies: - grpc "^1.24.2" + grpc "^1.24.5" "@sinonjs/commons@^1.7.0": version "1.8.2" @@ -1676,7 +1676,7 @@ growly@^1.3.0: resolved "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -grpc@^1.24.2, grpc@^1.24.5: +grpc@^1.24.5: version "1.24.5" resolved "https://registry.npmjs.org/grpc/-/grpc-1.24.5.tgz#ea39fa44b0397c5881009337de9e8b44b919fe54" integrity sha512-+dY6lfLPovblJO5QitBQM2L67efI5JjBzCqJQURSINPzoFHos+5bs4DHwtes7BF+dkx5eN3fx/VUFRCmWTsE7g== @@ -2545,11 +2545,9 @@ json-stringify-safe@~5.0.1: integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= json5@2.x, json5@^2.1.2: - version "2.2.0" - resolved "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" - integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== - dependencies: - minimist "^1.2.5" + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsprim@^1.2.2: version "1.4.1"