Merge pull request #21437 from atom/focus-trap-6.1.2

⬆️ focus-trap@6.1.2
This commit is contained in:
Sadick 2020-10-06 12:32:20 +03:00 committed by GitHub
commit 3d3e7e7d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 8 deletions

42
package-lock.json generated
View File

@ -3091,6 +3091,7 @@
"has": "^1.0.3",
"has-symbols": "^1.0.1",
"is-callable": "^1.2.2",
"is-negative-zero": "^2.0.0",
"is-regex": "^1.1.1",
"object-inspect": "^1.8.0",
"object-keys": "^1.1.1",
@ -3105,8 +3106,30 @@
"integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==",
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.18.0-next.0",
"has-symbols": "^1.0.1",
"object-keys": "^1.1.1"
},
"dependencies": {
"es-abstract": {
"version": "1.18.0-next.1",
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz",
"integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==",
"requires": {
"es-to-primitive": "^1.2.1",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1",
"is-callable": "^1.2.2",
"is-negative-zero": "^2.0.0",
"is-regex": "^1.1.1",
"object-inspect": "^1.8.0",
"object-keys": "^1.1.1",
"object.assign": "^4.1.1",
"string.prototype.trimend": "^1.0.1",
"string.prototype.trimstart": "^1.0.1"
}
}
}
}
}
@ -3466,11 +3489,11 @@
"integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg=="
},
"focus-trap": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-6.1.0.tgz",
"integrity": "sha512-TQf1gJ5UgAY2ZMXrTDls6ah10kJmh35w/4COQHncLILwAK7hme4tiOwYnq2JOU88pqu1LoPqO9Yn7EbvmnzRRQ==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-6.1.2.tgz",
"integrity": "sha512-AcdhVlgM7oIfNgrK+/DSa2J9Lh6N8+ulWiT57TgcbF7xYXnwYfHolvjzjEbFGNrGvDV/rwohfwP1q13Ce8OBbQ==",
"requires": {
"tabbable": "^5.1.0"
"tabbable": "^5.1.1"
}
},
"forever-agent": {
@ -4182,6 +4205,11 @@
"is-finite": "^1.0.0"
}
},
"is-negative-zero": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz",
"integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE="
},
"is-regex": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
@ -7384,9 +7412,9 @@
}
},
"tabbable": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.1.0.tgz",
"integrity": "sha512-Y3nSukchqM5UchuZjhj/WyE79Qb4RM/Vx3x3oHO3UYKKpf70Hy3iVRxb61MzCavN74aZsKzvPl4KNG8tQUAjFQ=="
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.1.1.tgz",
"integrity": "sha512-qjkrV7I29Lkg///jPQnq26+26q9wQOKTEcckrwPejTsxxl2zdK60x0XmiEELCEParLhgbVQRflyKkpr+K/SmCQ=="
},
"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.0",
"focus-trap": "6.1.2",
"fs-admin": "0.15.0",
"fs-plus": "^3.1.1",
"fstream": "1.0.12",