Skip to content

Commit d229a12

Browse files
fix: update google-gax and remove obsolete deps (#1545)
1 parent 13ce626 commit d229a12

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docker/owlbot/nodejs/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4747
# Install dependencies used for post processing:
4848
# * gts/typescript are used for linting.
4949
# * google-gax is used for compiling protos.
50-
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@2.29.1 typescript@3.9.9 \
51-
chalk@4.1.2 escodegen@2.0.0 espree@7.3.1 estraverse@5.2.0 glob@7.2.0 jsdoc@3.6.7 \
52-
minimist@1.2.5 semver@7.3.5 tmp@0.2.1 uglify-js@3.14.2
50+
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4
5351

5452
ENTRYPOINT [ "/bin/bash" ]
5553
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]

docker/owlbot/nodejs_mono_repo/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4747
# Install dependencies used for post processing:
4848
# * gts/typescript are used for linting.
4949
# * google-gax is used for compiling protos.
50-
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.1.4 typescript@4.6.4 \
51-
chalk@4.1.2 escodegen@2.0.0 espree@7.3.1 estraverse@5.2.0 glob@7.2.0 jsdoc@3.6.7 \
52-
minimist@1.2.5 semver@7.3.5 tmp@0.2.1 uglify-js@3.14.2
50+
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4
5351

5452
ENTRYPOINT [ "/bin/bash" ]
55-
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
53+
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]

0 commit comments

Comments
 (0)