Merge focus-trap-6.1.3 into master

This commit is contained in:
Atom Build Bot
2020-10-09 05:10:59 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -3489,11 +3489,11 @@
"integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg=="
},
"focus-trap": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-6.1.2.tgz",
"integrity": "sha512-AcdhVlgM7oIfNgrK+/DSa2J9Lh6N8+ulWiT57TgcbF7xYXnwYfHolvjzjEbFGNrGvDV/rwohfwP1q13Ce8OBbQ==",
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-6.1.3.tgz",
"integrity": "sha512-UXrRlMIZVwLRt4t/fdhExuD3nanc2oHlyJrjbUl01iR2Z59/uPOAj4V9A6k2aelLb/aKb3YKJG+S4HBTrnTWHA==",
"requires": {
"tabbable": "^5.1.1"
"tabbable": "^5.1.2"
}
},
"forever-agent": {
@@ -7412,9 +7412,9 @@
}
},
"tabbable": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.1.1.tgz",
"integrity": "sha512-qjkrV7I29Lkg///jPQnq26+26q9wQOKTEcckrwPejTsxxl2zdK60x0XmiEELCEParLhgbVQRflyKkpr+K/SmCQ=="
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.1.2.tgz",
"integrity": "sha512-DNmnX4XgkjK7kxDnQ5IbyYoNke2izMk5b62All0qxzoCF3wE7H9CuZ2IPdfAN8v79E0rpjv2k78uWuIXupGa9g=="
},
"tabs": {
"version": "https://www.atom.io/api/packages/tabs/versions/0.110.0/tarball",

View File

@@ -59,7 +59,7 @@
"find-and-replace": "https://www.atom.io/api/packages/find-and-replace/versions/0.219.6/tarball",
"find-parent-dir": "^0.3.0",
"first-mate": "7.4.1",
"focus-trap": "6.1.2",
"focus-trap": "6.1.3",
"fs-admin": "0.15.0",
"fs-plus": "^3.1.1",
"fstream": "1.0.12",