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

Commit e76d8ba

Browse files
chore(deps): update dependency @bazel/rollup to v5
1 parent e64fce2 commit e76d8ba

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.12.0",
2525
"@bazel/ibazel": "0.16.2",
2626
"@bazel/jasmine": "1.7.0",
27-
"@bazel/rollup": "1.7.0",
27+
"@bazel/rollup": "5.5.1",
2828
"@bazel/terser": "1.7.0",
2929
"@bazel/typescript": "1.7.0",
3030
"@types/jasmine": "3.10.6",

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.5.1"
27+
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-5.5.1.tgz#321237992d062b2cdd2c0dfcb520bb953623d739"
28+
integrity sha512-q0RsMmF/N6yhpPmNpay8HKO5F7ansoFuxtMdY1usEmlP0ozBzSJ3lBLdneMcolkwn6x9SCn436F/gX0LAVuP8w==
29+
dependencies:
30+
"@bazel/worker" "5.5.1"
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.5.1"
49+
resolved "https://registry.yarnpkg.com/@bazel/worker/-/worker-5.5.1.tgz#1927143f144f22ed569eece22eb14b724e7c10a9"
50+
integrity sha512-3KmFRqEL/rMwKeFMZL5oCi2JbdqbO0TpJ4S+yMznjKUJ+YcwWMj1kF9/PVPD3rinBGtgQdg4EMg7zG9YF/tgWg==
51+
dependencies:
52+
google-protobuf "^3.6.1"
53+
4554
"@jridgewell/gen-mapping@^0.3.0":
4655
version "0.3.1"
4756
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
@@ -353,6 +362,11 @@ glob@^7.1.3, glob@^7.1.4:
353362
once "^1.3.0"
354363
path-is-absolute "^1.0.0"
355364

365+
google-protobuf@^3.6.1:
366+
version "3.20.1"
367+
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.20.1.tgz#1b255c2b59bcda7c399df46c65206aa3c7a0ce8b"
368+
integrity sha512-XMf1+O32FjYIV3CYu6Tuh5PNbfNEU5Xu22X+Xkdb/DUexFlCzhvv7d5Iirm4AOwn8lv4al1YvIhzGrg2j9Zfzw==
369+
356370
graceful-fs@^4.1.2:
357371
version "4.2.3"
358372
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"

0 commit comments

Comments
 (0)