Skip to content

Commit

Permalink
Security update for node.js (#465)
Browse files Browse the repository at this point in the history
* VSCode update to 1.49.2
* [Security] Node LTS updated to 12.18.4
  • Loading branch information
sjimenez77 authored Oct 1, 2020
1 parent d3847cb commit 89b4de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/node
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source "$(dirname "${0}")"/../functions
function doSetup() {
if [ -n "${1}" ] || [ ! -d "${NODE_HOME}" ]
then
local software_version="${NODE_VERSION:-v12.18.3}"
local software_version="${NODE_VERSION:-v12.18.4}"
local download_url="https://nodejs.org/dist/${software_version}/node-${software_version}"
local software_dir="${NODE_HOME}"
if doIsMacOs
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/vscode
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd "${DEVON_IDE_HOME}" || exit 255
function doSetup() {
if [ -n "${1}" ] || [ ! -d "${VSCODE_HOME}" ]
then
local software_version="${VSCODE_VERSION:-1.47.3}"
local software_version="${VSCODE_VERSION:-1.49.2}"
local download_url="https://update.code.visualstudio.com/${software_version}"
local software_extension=".zip"
if doIsMacOs
Expand Down

0 comments on commit 89b4de4

Please sign in to comment.