Skip to content

Commit

Permalink
TEZ-4426: [CVE-2018-1000620] Upgrade cryptiles from 2.0.5 to 4.1.2 (#227
Browse files Browse the repository at this point in the history
) (Aman Raj reviewed by Nikhil Gupta, Laszlo Bodor)
  • Loading branch information
amanraj2520 authored Jun 21, 2022
1 parent f25831e commit adcc313
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tez-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<properties>
<webappDir>src/main/webapp</webappDir>

<nodeVersion>v5.12.0</nodeVersion>
<nodeVersion>v8.9.0</nodeVersion>
<nodeExecutable>${basedir}/src/main/webapp/node/node</nodeExecutable>

<packageManagerScript>node/yarn/dist/bin/yarn.js</packageManagerScript>
Expand Down
3 changes: 2 additions & 1 deletion tez-ui/src/main/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"**/mkdirp/minimist": "1.2.6",
"**/optimist/minimist": "1.2.6",
"**/jsprim/json-schema": "0.4.0",
"jsonpointer": "4.1.0"
"jsonpointer": "4.1.0",
"cryptiles": "4.1.2"
}
}
18 changes: 14 additions & 4 deletions tez-ui/src/main/webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,12 @@ [email protected]:
dependencies:
hoek "2.x.x"

[email protected]:
version "7.3.0"
resolved "https://registry.yarnpkg.com/boom/-/boom-7.3.0.tgz#733a6d956d33b0b1999da3fe6c12996950d017b9"
dependencies:
hoek "6.x.x"

[email protected]:
version "0.6.1"
resolved "https://registry.yarnpkg.com/bower-config/-/bower-config-0.6.1.tgz#7093155688bef44079bf4cb32d189312c87ded60"
Expand Down Expand Up @@ -1180,11 +1186,11 @@ cross-spawn-async@^2.0.0:
lru-cache "^4.0.0"
which "^1.2.8"

[email protected]:
version "2.0.5"
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
[email protected], [email protected]:
version "4.1.2"
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-4.1.2.tgz#363c9ab5c859da9d2d6fb901b64d980966181184"
dependencies:
boom "2.x.x"
boom "7.x.x"

[email protected]:
version "0.5.3"
Expand Down Expand Up @@ -2472,6 +2478,10 @@ [email protected]:
version "2.16.3"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"

[email protected]:
version "6.1.3"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.3.tgz#73b7d33952e01fe27a38b0457294b79dd8da242c"

home-or-tmp@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-1.0.0.tgz#4b9f1e40800c3e50c6c27f781676afcce71f3985"
Expand Down

0 comments on commit adcc313

Please sign in to comment.