Merge pull request #19464 from atom/update-oniguruma

⬆️ first-mate@7.4.0
This commit is contained in:
Rafael Oleza 2019-06-10 10:13:20 +02:00 committed by GitHub
commit dc328b2618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -2911,15 +2911,15 @@
"integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=" "integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ="
}, },
"first-mate": { "first-mate": {
"version": "7.3.0", "version": "7.4.0",
"resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.3.0.tgz", "resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.4.0.tgz",
"integrity": "sha512-fFtMzSR3cw90LAWhuzaCbxpfGXNCQsROi+KLL1HXatog/ivfLNTZEWjB+lxmH9mdUUqJn6LGitu6P9w9SvePjQ==", "integrity": "sha512-LCkK0ZkcHpdlKMyIKPib3/e5Uj7Mqw5XU8FSE1Of5x3RQx8YRdXr8ElRqNS0aCgOSjgpgnubek3VoapxAcWh+g==",
"requires": { "requires": {
"emissary": "^1", "emissary": "^1",
"event-kit": "^2.2.0", "event-kit": "^2.2.0",
"fs-plus": "^3.0.0", "fs-plus": "^3.0.0",
"grim": "^2.0.1", "grim": "^2.0.1",
"oniguruma": "7.1.0", "oniguruma": "7.2.0",
"season": "^6.0.2", "season": "^6.0.2",
"underscore-plus": "^1" "underscore-plus": "^1"
}, },
@ -5068,17 +5068,17 @@
"version": "file:packages/one-light-ui" "version": "file:packages/one-light-ui"
}, },
"oniguruma": { "oniguruma": {
"version": "7.1.0", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/oniguruma/-/oniguruma-7.1.0.tgz", "resolved": "https://registry.npmjs.org/oniguruma/-/oniguruma-7.2.0.tgz",
"integrity": "sha512-mV+6HcDNQ38vM8HVKM+MJyXO4EtSigwIZhq023A4rA8Am4dMlGhUkPwudDykExYR45oLrssR/Ep7PZCQ1OM3pA==", "integrity": "sha512-bh+ZLdykY1sdIx8jBp2zpLbVFDBc3XmKH4Ceo2lijNaN1WhEqtnpqFlmtCbRuDB17nJ58RAUStVwfW8e8uEbnA==",
"requires": { "requires": {
"nan": "^2.12.1" "nan": "^2.14.0"
}, },
"dependencies": { "dependencies": {
"nan": { "nan": {
"version": "2.13.2", "version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz", "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==" "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
} }
} }
}, },

View File

@ -56,7 +56,7 @@
"exception-reporting": "file:packages/exception-reporting", "exception-reporting": "file:packages/exception-reporting",
"find-and-replace": "https://www.atom.io/api/packages/find-and-replace/versions/0.218.12/tarball", "find-and-replace": "https://www.atom.io/api/packages/find-and-replace/versions/0.218.12/tarball",
"find-parent-dir": "^0.3.0", "find-parent-dir": "^0.3.0",
"first-mate": "7.3.0", "first-mate": "7.4.0",
"focus-trap": "2.4.5", "focus-trap": "2.4.5",
"fs-admin": "^0.1.7", "fs-admin": "^0.1.7",
"fs-plus": "^3.1.1", "fs-plus": "^3.1.1",