Merge pull request #19218 from atom/upgrade-first-mate

⬆️ first-mate@7.3.0
This commit is contained in:
Rafael Oleza
2019-04-26 18:36:01 +02:00
committed by GitHub
2 changed files with 16 additions and 9 deletions

23
package-lock.json generated
View File

@@ -3580,15 +3580,15 @@
"integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ="
},
"first-mate": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.2.0.tgz",
"integrity": "sha512-BPFdMkXVqJyLL7ruL0rbFk0IPs2ECREHxzKx9WAFss9erxjA07znaka4Jlsj01encU/RVPsWfG8yWqwBJ/Q4HA==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.3.0.tgz",
"integrity": "sha512-fFtMzSR3cw90LAWhuzaCbxpfGXNCQsROi+KLL1HXatog/ivfLNTZEWjB+lxmH9mdUUqJn6LGitu6P9w9SvePjQ==",
"requires": {
"emissary": "^1",
"event-kit": "^2.2.0",
"fs-plus": "^3.0.0",
"grim": "^2.0.1",
"oniguruma": "7.0.2",
"oniguruma": "7.1.0",
"season": "^6.0.2",
"underscore-plus": "^1"
},
@@ -5767,11 +5767,18 @@
"version": "file:packages/one-light-ui"
},
"oniguruma": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/oniguruma/-/oniguruma-7.0.2.tgz",
"integrity": "sha512-zCsdNxTrrB4yVPMxhcIODGv1p4NVBu9WvsWnIGhMpu5djO4MQWXrC7YKjtza+OyoRqqgy27CqYWa1h5e2DDbig==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/oniguruma/-/oniguruma-7.1.0.tgz",
"integrity": "sha512-mV+6HcDNQ38vM8HVKM+MJyXO4EtSigwIZhq023A4rA8Am4dMlGhUkPwudDykExYR45oLrssR/Ep7PZCQ1OM3pA==",
"requires": {
"nan": "^2.10.0"
"nan": "^2.12.1"
},
"dependencies": {
"nan": {
"version": "2.13.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz",
"integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw=="
}
}
},
"open-on-github": {

View File

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