From e9158bbb22f989b4812dbe73443febb0f4b436af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 08:18:17 +0000 Subject: [PATCH] build: bump @bazel/typescript from 2.3.2 to 3.4.1 Bumps [@bazel/typescript](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/typescript) from 2.3.2 to 3.4.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/3.4.1/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..3f8ecd22a9 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.4.1", "@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..6ad1002575 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.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.4.1.tgz#ec52292b240157cd2d874ff7ea7857da8416c00c" + integrity sha512-OKpfjFRhudsaUBL3xH1oAbat+bwdRyfAOTn2qgMQSO3vR4ZBBVYk7GVMJzWamLkbDS0aY5ws5wLfDScJSKD2ww== dependencies: protobufjs "6.8.8" semver "5.6.0"