From 1ac8979a03bbd7ad2ae75b994674938130d3dd93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:38:12 +0000 Subject: [PATCH] build: bump @bazel/typescript from 2.3.2 to 3.2.2 Bumps [@bazel/typescript](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/typescript) from 2.3.2 to 3.2.2. - [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.2.2/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 3a0560798..d38b76c56 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.2.2", "@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 980512cad..ae32a38f4 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.2.2": + version "3.2.2" + resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.2.2.tgz#b53ee35dee68952abd711a2d472485748c7521c1" + integrity sha512-fTPtX3kZAQ50fWJaBvHtHf4w0fqMCrOhK9A8c5GgbqRrIWF8GG/+Tbt4OPwsG0N3+JDYOsHATacJI0qkjIeG1g== dependencies: protobufjs "6.8.8" semver "5.6.0"