Skip to content

Commit b0535a7

Browse files
author
Benjamin E. Coe
authored
build(node): update deps used during postprocessing (#1243)
Fixes #1008
1 parent 0e85ed6 commit b0535a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/owlbot/nodejs/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4848
# Install dependencies used for post processing:
4949
# * gts/typescript are used for linting.
5050
# * google-gax is used for compiling protos.
51-
RUN cd /synthtool && mkdir node_modules && npm i [email protected] google-gax@2.12.0 [email protected] \
52-
chalk@4.0.0 [email protected] espree@7.1.0 estraverse@5.1.0 glob@7.1.6 [email protected].3 \
53-
[email protected].0 semver@7.1.2 [email protected] uglify-js@3.7.7
51+
RUN cd /synthtool && mkdir node_modules && npm i [email protected] google-gax@2.27.1 [email protected] \
52+
chalk@4.1.2 [email protected] espree@7.3.1 estraverse@5.2.0 glob@7.2.0 [email protected].7 \
53+
[email protected].5 semver@7.3.5 [email protected] uglify-js@3.14.2
5454

5555
ENTRYPOINT [ "/bin/bash" ]
5656
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]

0 commit comments

Comments
 (0)