Skip to content

Commit 1db291b

Browse files
Update @bazel to v1.4.1 (Dig-Doug#99)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 357d9be commit 1db291b

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"google-protobuf": "3.11.4"
88
},
99
"devDependencies": {
10-
"@bazel/jasmine": "1.4.0",
11-
"@bazel/karma": "1.4.0",
12-
"@bazel/rollup": "1.4.0",
13-
"@bazel/typescript": "1.4.0",
10+
"@bazel/jasmine": "1.4.1",
11+
"@bazel/karma": "1.4.1",
12+
"@bazel/rollup": "1.4.1",
13+
"@bazel/typescript": "1.4.1",
1414
"@improbable-eng/grpc-web": "0.12.0",
1515
"@types/google-protobuf": "3.7.2",
1616
"@types/jasmine": "3.5.8",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,32 @@
2525
dependencies:
2626
regenerator-runtime "^0.13.2"
2727

28-
"@bazel/jasmine@1.4.0":
29-
version "1.4.0"
30-
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-1.4.0.tgz#c4124090f933a879d8b0fc7c2c2c2436f17094fe"
31-
integrity sha512-As7hqdmkUJLKNAUmj6CkFR2azaHA6dxdOLFNasrXX4Qc+jBXxDEgnGb4DSFewn5ds45BKahZOpCsKH3Fq1g4Sw==
28+
"@bazel/jasmine@1.4.1":
29+
version "1.4.1"
30+
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-1.4.1.tgz#eb70ad8099eb82505ee5841981fe4f3b7c8c47d0"
31+
integrity sha512-fslF86VzSoQ5ir2aQScKbROqlVdoS0A4zeSslngIwbfhgrXZVbErXtuS43O5FgGCF+1zEfeTgXAgtwtjNdjs6Q==
3232
dependencies:
3333
jasmine "~3.5.0"
3434
jasmine-core "~3.5.0"
3535
jasmine-reporters "~2.3.2"
3636
v8-coverage "1.0.9"
3737

38-
"@bazel/karma@1.4.0":
39-
version "1.4.0"
40-
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-1.4.0.tgz#42517b3a236d0589da265e195814960e6b4a691c"
41-
integrity sha512-KLBKZHN4b9w+Ll9DrW6+mqKeR6a4kuc4PMPWNIqrgTHBTnJgRQpnDR4V/kyqEjcmJ9zG/rJgzkrboRHyXsQrxA==
38+
"@bazel/karma@1.4.1":
39+
version "1.4.1"
40+
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-1.4.1.tgz#12106dfd50ffd8ce98a35a0000badcb9d730c5c4"
41+
integrity sha512-6VecxKGyMam1kA4mGX1GHPgustw8hdyR6v9LTvPWJQ7P5drZbvXUTMz+MLEzbElWdB2KDMljkJRlspbCXuTWew==
4242
dependencies:
4343
tmp "0.1.0"
4444

45-
"@bazel/rollup@1.4.0":
46-
version "1.4.0"
47-
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-1.4.0.tgz#30acc9cfb0b3f91a225ec7c20ac09c4254c28da1"
48-
integrity sha512-K8uRTKUaK+PacZW9c3ZWE06i9tyRcpO7bYq01yVSeMcgeZ+erHyMrlvH+bF8HHvSASPcMTgGI+KmDnAMX2OUMg==
45+
"@bazel/rollup@1.4.1":
46+
version "1.4.1"
47+
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-1.4.1.tgz#395fbd2611867a54be154ecff1239fcde261371b"
48+
integrity sha512-CU0D+xPQbspuVsKhv2sP0kWhIuEQo8eYjhQXP9BXVZ02uc+YCOkW/5JHIhF946QYljp++W6mcVUGFdBYcrVZow==
4949

50-
"@bazel/typescript@1.4.0":
51-
version "1.4.0"
52-
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.4.0.tgz#8a86c3c58c3ebe17ccb2f71b35720457f4bc434a"
53-
integrity sha512-VFUCAyGXMZDx/ZyZ8YUj5rn/Rg9xSxoZxcqxJ457YxMzWGISKpNyzgUty9J/ZVcPg1xKKoISSvcjQWFtWOwX2A==
50+
"@bazel/typescript@1.4.1":
51+
version "1.4.1"
52+
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.4.1.tgz#1c718ce6de694e1bb90f894fa6320a0cadd90850"
53+
integrity sha512-+R/cZcQpuvGfxqc9s/qu/LBWGNV93iSPTt/mvXq6hfH+sABmrrC/E0+WxapuQaaPdKqR3zSdDIIBV70FUMozsg==
5454
dependencies:
5555
protobufjs "6.8.8"
5656
semver "5.6.0"

0 commit comments

Comments
 (0)