You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/universal/.devcontainer/local-features/setup-user/install.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ NPM_PACKAGES_LIST="ansi-regex
66
66
cd /usr/local/share/nvm/versions/node/v14*/lib/node_modules/npm
67
67
npm install ${NPM_PACKAGES_LIST}
68
68
69
+
# Temporary due to minimist: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44906 & https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7598
70
+
cd /usr/local/share/nvm/versions/node/v14*/lib/node_modules/npm/node_modules/tacks
71
+
npm update mkdirp
72
+
69
73
# Temporary: Due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0536 & https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0155
0 commit comments