Skip to content

Commit df96833

Browse files
[javascript-node & typescript-node] Bump npm version due to GHSA-c2qf-rxjj-qqgw
1 parent 99acaad commit df96833

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/javascript-node/.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ARG NPM_GLOBAL=/usr/local/share/npm-global
88
# Add NPM global to PATH.
99
ENV PATH=${NPM_GLOBAL}/bin:${PATH}
1010

11+
# [Temporal] Bump npm version due to GHSA-c2qf-rxjj-qqgw
12+
RUN npm install -g npm@9.8.1
13+
1114
RUN \
1215
# Configure global npm install location, use group to adapt to UID/GID changes
1316
if ! cat /etc/group | grep -e "^npm:" > /dev/null 2>&1; then groupadd -r npm; fi \

0 commit comments

Comments
 (0)