From 064f5bda471bc1d25176ea0288fc9e948cfbd6b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 12:59:10 -0400 Subject: [PATCH] chore(deps-dev): bump @bazel/typescript from 2.2.0 to 2.2.1 (#9) Bumps [@bazel/typescript](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/typescript) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/bazelbuild/rules_nodejs/releases) - [Changelog](https://github.com/bazelbuild/rules_nodejs/blob/stable/CHANGELOG.md) - [Commits](https://github.com/bazelbuild/rules_nodejs/commits/HEAD/packages/typescript) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0f3f1f3..eadd933 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "google-protobuf": "3.13.0" }, "devDependencies": { - "@bazel/typescript": "^2.2.0", + "@bazel/typescript": "^2.2.1", "prettier": "^2.1.1", "typescript": "^4.0.2", "@roleypoly/ts-protoc-gen": "^1.0.1-promises.1", diff --git a/yarn.lock b/yarn.lock index 92e3b1d..4e5044f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@bazel/typescript@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-2.2.0.tgz#f2d3dce8715d574fe3146f19fdb8479abcc4d608" - integrity sha512-Thf8pXntBzE3EvJtyiTBNsfIf1QnYmGPQmUSGLcKUuuFoplUVYShMRHaxBoPZmYsnD/x+BFLgUKIzlXiEQpGqQ== +"@bazel/typescript@^2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-2.2.1.tgz#46d6dcedd91a7fd0421e9286790aff94ec45bece" + integrity sha512-nFdwkJYzKsmu9IzbQ8Wtt6YI7AlTEv5JHWTbMmZB4HBOi7xjhgFKiq3HQRhZ963EVoJ481Kb6M0wtkzARCb3YA== dependencies: protobufjs "6.8.8" semver "5.6.0"