[yarn] upgrade sha.js pre-emptively due to license changes (#17292) (#17293)

This commit is contained in:
Spencer 2018-03-20 16:32:33 -07:00 committed by GitHub
parent b39a2c9966
commit 3ba95d2bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -50,6 +50,7 @@ module.exports = function () {
'map-stream@0.1.0': ['MIT'],
'uglify-js@2.2.5': ['BSD'],
'png-js@0.1.1': ['MIT'],
'sha.js@2.4.11': ['BSD-3-Clause AND MIT'],
}
}
};

View file

@ -9929,8 +9929,8 @@ setprototypeof@1.0.3:
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.0.3.tgz#66567e37043eeb4f04d91bd658c0cbefb55b8e04"
sha.js@^2.4.0, sha.js@^2.4.8:
version "2.4.9"
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.9.tgz#98f64880474b74f4a38b8da9d3c0f2d104633e7d"
version "2.4.11"
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
dependencies:
inherits "^2.0.1"
safe-buffer "^5.0.1"