Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 824ab2b

Browse files
committed
chore(deps): update dependency @bazel/rollup to v5
1 parent c9d84ee commit 824ab2b

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@bazel/bazelisk": "1.11.0",
2525
"@bazel/ibazel": "0.15.10",
2626
"@bazel/jasmine": "1.7.0",
27-
"@bazel/rollup": "1.7.0",
27+
"@bazel/rollup": "5.1.0",
2828
"@bazel/terser": "1.7.0",
2929
"@bazel/typescript": "1.7.0",
3030
"@types/jasmine": "3.10.3",

yarn.lock

+18-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
jasmine-reporters "~2.3.2"
2323
v8-coverage "1.0.9"
2424

25-
26-
version "1.7.0"
27-
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-1.7.0.tgz#5c0f0d51d2f3f14e78781a4b9e6a9ffba87f1579"
28-
integrity sha512-Pp5aCJw3gwu77zn6/fQgZ39ArrWEI5O3dja5wKadBnfOQ66PImIEr+bf7JgROoWvACH1kGxaS423rq51fiuCsA==
25+
26+
version "5.1.0"
27+
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-5.1.0.tgz#dc858ddc93c9fdb9cc2e7982e632c939c646ebdc"
28+
integrity sha512-wEiWdSyVbsycSirSYjR6FGfPGbRNI7sGNAYmrV0hIzYIi+KqXeTNcwKIRSE9PESP3mb0VWbZmHvXvmrWk6daPQ==
29+
dependencies:
30+
"@bazel/worker" "5.1.0"
2931

3032
3133
version "1.7.0"
@@ -42,6 +44,13 @@
4244
source-map-support "0.5.9"
4345
tsutils "2.27.2"
4446

47+
48+
version "5.1.0"
49+
resolved "https://registry.yarnpkg.com/@bazel/worker/-/worker-5.1.0.tgz#6f1e0f3ef628e3449d424cacd341c9abd09a3735"
50+
integrity sha512-u3aU93UtHz3vL6ozezq0jnw83s1cNT4dAnW+vvB7M++YKFlB3CWzZFb0JRJbCp1b6DDe30ML0WOdd3nVYuylpw==
51+
dependencies:
52+
google-protobuf "^3.6.1"
53+
4554
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
4655
version "1.1.2"
4756
resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf"
@@ -308,6 +317,11 @@ glob@^7.1.3, glob@^7.1.4:
308317
once "^1.3.0"
309318
path-is-absolute "^1.0.0"
310319

320+
google-protobuf@^3.6.1:
321+
version "3.19.4"
322+
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.19.4.tgz#8d32c3e34be9250956f28c0fb90955d13f311888"
323+
integrity sha512-OIPNCxsG2lkIvf+P5FNfJ/Km95CsXOBecS9ZcAU6m2Rq3svc0Apl9nB3GMDNKfQ9asNv4KjyAqGwPQFrVle3Yg==
324+
311325
graceful-fs@^4.1.2:
312326
version "4.2.3"
313327
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"

0 commit comments

Comments
 (0)