mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-06 04:46:25 +02:00
UI: resolves braces < 3.0.3 dep vulnerability (#27657)
* delete yarn.lock and reinstall deps * add braces to resolutions block * close modal in doEncrypt * link other dep vulnerability VAULT-28233
This commit is contained in:
parent
366fb73b38
commit
c5c25fea33
@ -190,6 +190,7 @@
|
||||
"resolutions": {
|
||||
"ansi-html": "^0.0.8",
|
||||
"async": "^2.6.4",
|
||||
"braces": "^3.0.3",
|
||||
"eslint-utils": "^1.4.1",
|
||||
"highlight.js": "^10.4.1",
|
||||
"https-proxy-agent": "^2.2.3",
|
||||
|
||||
@ -142,6 +142,7 @@ module('Integration | Component | transit key actions', function (hooks) {
|
||||
},
|
||||
'passes expected args to the adapter'
|
||||
);
|
||||
await click('dialog button');
|
||||
}
|
||||
|
||||
test('it encrypts', doEncrypt);
|
||||
|
||||
3626
ui/yarn.lock
3626
ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user