Skip to content

Commit 8580cc5

Browse files
[javascript-node] Address CVE-2022-33987 vulnerability (#524)
- Bump `package-json` npm package version
1 parent 995c650 commit 8580cc5

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ if [[ "${IMAGE_VARIANT}" =~ "14" ]] ; then
3030

3131
cd /usr/local/lib/node_modules/npm/node_modules/latest-version
3232
npm install got --save
33+
npm install package-json@8 --save
3334
fi

0 commit comments

Comments
 (0)