From 5e31a5a531a47000e3185ced10828197c113218c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 07:06:13 +0000 Subject: [PATCH] build: bump @bazel/typescript from 2.3.2 to 3.5.0 Bumps [@bazel/typescript](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/typescript) from 2.3.2 to 3.5.0. - [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/3.5.0/packages/typescript) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a05607981..149f7a9ab8 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@bazel/protractor": "^2.3.2", "@bazel/rollup": "^2.3.2", "@bazel/terser": "^2.3.2", - "@bazel/typescript": "^2.3.2", + "@bazel/typescript": "^3.5.0", "@firebase/app-types": "^0.6.1", "@octokit/rest": "18.0.12", "@schematics/angular": "^11.1.0-rc.0", diff --git a/yarn.lock b/yarn.lock index 980512cad7..b785568af3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -710,10 +710,10 @@ resolved "https://registry.yarnpkg.com/@bazel/terser/-/terser-2.3.2.tgz#30f0b551f43eeafb64cb834d1f2f3e7f2ddef262" integrity sha512-UasdVrMdaOEBwzNTTyWtUTH+ITQtXhV64XG6SdyWY1wWLgcgoUOiFYPN2lgXRZyKNpFezmq+CHJ5pqfYwzN3Rg== -"@bazel/typescript@^2.3.2": - version "2.3.2" - resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-2.3.2.tgz#6d49cc064a9323905dcf791fe0e959f75ddf2ade" - integrity sha512-O2lZfVGx1Uyc7GzLMyD4uiu1qWxy7xviVTEDPzFGcqZsHMCXMV/fEgMoiD0cI4diHwSWrc7Gm/CG9j/z+SRDzA== +"@bazel/typescript@^3.5.0": + version "3.5.0" + resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.5.0.tgz#605493f4f0a5297df8a7fcccb86a1a80ea2090bb" + integrity sha512-BtGFp4nYFkQTmnONCzomk7dkmOwaINBL3piq+lykBlcc6UxLe9iCAnZpOyPypB1ReN3k3SRNAa53x6oGScQxMg== dependencies: protobufjs "6.8.8" semver "5.6.0"