Skip to content

Commit 1dd93a3

Browse files
fix(deps): upgrade dependencies for Node.js images (#1843)
1 parent 0ddbff8 commit 1dd93a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docker/owlbot/nodejs/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4646

4747
# Install dependencies used for post processing:
4848
# * gts/typescript are used for linting.
49-
# * google-gax is used for compiling protos.
50-
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.5.2 \
51-
typescript@4.7.4 @google-cloud/typeless-sample-bot@1.1.0
49+
# * google-gax and gapic-tools are used for compiling protos.
50+
RUN cd /synthtool && mkdir node_modules && npm i gts@5.0.0 google-gax@4.0.3 \
51+
typescript@5.1.6 @google-cloud/typeless-sample-bot@1.3.3 [email protected]
5252

5353
ENTRYPOINT [ "/bin/bash" ]
5454
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]

docker/owlbot/nodejs_mono_repo/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4949

5050
# Install dependencies used for post processing:
5151
# * gts/typescript are used for linting.
52-
# * gapic-tools is used for compiling protos.
53-
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] \
54-
[email protected] @google-cloud/typeless-sample-bot@1.1.0
52+
# * google-gax and gapic-tools are used for compiling protos.
53+
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] \
54+
[email protected] @google-cloud/typeless-sample-bot@1.3.3 [email protected]
5555

5656
ENTRYPOINT [ "/bin/bash", "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]

0 commit comments

Comments
 (0)