mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[yarn] upgrade sha.js pre-emptively due to license changes (#17292)
This commit is contained in:
parent
cc255de9b1
commit
2eb019ffd2
2 changed files with 3 additions and 2 deletions
|
@ -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'],
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -10177,8 +10177,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.10"
|
||||
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.10.tgz#b1fde5cd7d11a5626638a07c604ab909cfa31f9b"
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue