⬆️ first-mate, use oniguruma thru first-mate

This commit is contained in:
Max Brunsfeld
2018-09-19 14:53:14 -07:00
parent 220b9ee782
commit bddcd57536
2 changed files with 10 additions and 11 deletions

18
package-lock.json generated
View File

@@ -2171,15 +2171,15 @@
"integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ="
},
"first-mate": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.1.1.tgz",
"integrity": "sha1-aGRIeiZ1pzM3jeZS38nWBB5ktos=",
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.1.2.tgz",
"integrity": "sha512-uQ+VqDp09gCzBQBsPrFPDSFH/asfOFXxUanqocTjEpiXdsHJiKQcq9PGYGmeZVqO3TKGe0VuWDccEw/+j/alBw==",
"requires": {
"emissary": "^1",
"event-kit": "^2.2.0",
"fs-plus": "^3.0.0",
"grim": "^2.0.1",
"oniguruma": "6.2.1",
"oniguruma": "7.0.2",
"season": "^6.0.2",
"underscore-plus": "^1"
},
@@ -2187,7 +2187,7 @@
"grim": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/grim/-/grim-2.0.2.tgz",
"integrity": "sha1-52CinKe4NDsMH/r2ziDyGkbuiu0=",
"integrity": "sha512-Qj7hTJRfd87E/gUgfvM0YIH/g2UA2SV6niv6BYXk1o6w4mhgv+QyYM1EjOJQljvzgEj4SqSsRWldXIeKHz3e3Q==",
"requires": {
"event-kit": "^2.0.0"
}
@@ -4141,11 +4141,11 @@
"version": "file:packages/one-light-ui"
},
"oniguruma": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/oniguruma/-/oniguruma-6.2.1.tgz",
"integrity": "sha1-pQ7mlkKEStHSUmhaqxhxcbBuzgQ=",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/oniguruma/-/oniguruma-7.0.2.tgz",
"integrity": "sha512-zCsdNxTrrB4yVPMxhcIODGv1p4NVBu9WvsWnIGhMpu5djO4MQWXrC7YKjtza+OyoRqqgy27CqYWa1h5e2DDbig==",
"requires": {
"nan": "^2.0.9"
"nan": "^2.10.0"
}
},
"open-on-github": {

View File

@@ -58,7 +58,7 @@
"exception-reporting": "https://www.atom.io/api/packages/exception-reporting/versions/0.43.1/tarball",
"find-and-replace": "https://www.atom.io/api/packages/find-and-replace/versions/0.215.14/tarball",
"find-parent-dir": "^0.3.0",
"first-mate": "7.1.1",
"first-mate": "7.1.2",
"focus-trap": "2.4.5",
"fs-admin": "^0.1.7",
"fs-plus": "^3.0.1",
@@ -131,7 +131,6 @@
"one-dark-ui": "file:packages/one-dark-ui",
"one-light-syntax": "file:packages/one-light-syntax",
"one-light-ui": "file:packages/one-light-ui",
"oniguruma": "6.2.1",
"open-on-github": "https://www.atom.io/api/packages/open-on-github/versions/1.3.1/tarball",
"package-generator": "https://www.atom.io/api/packages/package-generator/versions/1.3.0/tarball",
"pathwatcher": "8.0.1",