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:
claire bontempo 2024-07-03 09:48:05 -07:00 committed by GitHub
parent 366fb73b38
commit c5c25fea33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1215 additions and 2413 deletions

View File

@ -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",

View File

@ -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);

File diff suppressed because it is too large Load Diff