Skip to content

Commit 3bcd9d0

Browse files
Javascript-node: Update 'got' due to CVE-2022-33987 (devcontainers#459)
1 parent a8ae894 commit 3bcd9d0

File tree

1 file changed

+3
-0
lines changed
  • src/javascript-node/.devcontainer/library-scripts

1 file changed

+3
-0
lines changed

src/javascript-node/.devcontainer/library-scripts/add-patch.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ if [[ "${IMAGE_VARIANT}" =~ "14" ]] ; then
2727

2828
cd /usr/local/lib/node_modules/npm/node_modules/yargs
2929
npm install ansi-regex --save
30+
31+
cd /usr/local/lib/node_modules/npm/node_modules/latest-version
32+
npm install got --save
3033
fi

0 commit comments

Comments
 (0)