diff --git a/package-lock.json b/package-lock.json index ac5e97be66e..c4da93bb8cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e255366796a..1b443fa0dd7 100644 --- a/package.json +++ b/package.json @@ -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",