Merge pull request #19233 from atom/upgrade-node-spellchecker

⬆️ spell-check@0.74.5
This commit is contained in:
Rafael Oleza
2019-04-29 15:09:04 +02:00
committed by GitHub
2 changed files with 71 additions and 8 deletions

75
package-lock.json generated
View File

@@ -2068,6 +2068,19 @@
"version": "file:packages/autoflow",
"requires": {
"underscore-plus": "^1.7.0"
},
"dependencies": {
"underscore": {
"version": "1.9.1",
"bundled": true
},
"underscore-plus": {
"version": "1.7.0",
"bundled": true,
"requires": {
"underscore": "^1.9.1"
}
}
}
},
"autosave": {
@@ -3109,6 +3122,17 @@
"requires": {
"event-kit": "^2.0.0"
}
},
"underscore": {
"version": "1.9.1",
"bundled": true
},
"underscore-plus": {
"version": "1.7.0",
"bundled": true,
"requires": {
"underscore": "^1.9.1"
}
}
}
},
@@ -3438,6 +3462,19 @@
"node-uuid": "~1.4.7",
"stack-trace": "0.0.9",
"underscore-plus": "^1.7.0"
},
"dependencies": {
"underscore": {
"version": "1.9.1",
"bundled": true
},
"underscore-plus": {
"version": "1.7.0",
"bundled": true,
"requires": {
"underscore": "^1.9.1"
}
}
}
},
"expand-template": {
@@ -5000,6 +5037,19 @@
"requires": {
"atom-select-list": "^0.7.0",
"underscore-plus": "^1.7.0"
},
"dependencies": {
"underscore": {
"version": "1.9.1",
"bundled": true
},
"underscore-plus": {
"version": "1.7.0",
"bundled": true,
"requires": {
"underscore": "^1.9.1"
}
}
}
},
"line-top-index": {
@@ -5014,6 +5064,19 @@
"version": "file:packages/link",
"requires": {
"underscore-plus": "^1.7.0"
},
"dependencies": {
"underscore": {
"version": "1.9.1",
"bundled": true
},
"underscore-plus": {
"version": "1.7.0",
"bundled": true,
"requires": {
"underscore": "^1.9.1"
}
}
}
},
"lodash": {
@@ -6863,22 +6926,22 @@
"integrity": "sha1-enzShHDMbToc/m1miG9rxDDTrIc="
},
"spell-check": {
"version": "https://www.atom.io/api/packages/spell-check/versions/0.74.4/tarball",
"integrity": "sha512-NrVng1yUBBdKqHjO2k6oJ+JkzFm55JMJ0VB5hqgK75ivaFsolqTG+8t3TaanKRy3rs6f54D4aT58aNKgRpVMMg==",
"version": "https://www.atom.io/api/packages/spell-check/versions/0.74.5/tarball",
"integrity": "sha512-U6ne5vz5DHrfgL6noxuExAiM/UaBf0YrOq6PFkqH99g8FOlunJr6gz/YR1xur08UJuW5moVJTXjivzOt2VFboQ==",
"requires": {
"atom-pathspec": "^0.0.0",
"atom-select-list": "^0.7.0",
"multi-integer-range": "^2.0.0",
"natural": "^0.4.0",
"spellchecker": "^3.5.2",
"spellchecker": "^3.5.3",
"spelling-manager": "^1.1.0",
"underscore-plus": "^1"
}
},
"spellchecker": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/spellchecker/-/spellchecker-3.5.2.tgz",
"integrity": "sha512-Nxl/FbOYlDto9HDrOP3jjZ0ZIN7r9c3RNluK83RweEdfIYBW0wSgAZAaC7OCRji7PAOrOUwwacAt1aNaBR/ytA==",
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/spellchecker/-/spellchecker-3.5.3.tgz",
"integrity": "sha512-Wx5LxzRgNCggBkuzj5MvqrUn3souo9pKRTvOqnQUyKcgX2gntk5E9j6tk/OE0danG6G7IgOWIRrgmcQZs19YJw==",
"requires": {
"any-promise": "^1.3.0",
"nan": "^2.10.0"

View File

@@ -150,7 +150,7 @@
"snippets": "https://www.atom.io/api/packages/snippets/versions/1.5.0/tarball",
"solarized-dark-syntax": "file:packages/solarized-dark-syntax",
"solarized-light-syntax": "file:packages/solarized-light-syntax",
"spell-check": "https://www.atom.io/api/packages/spell-check/versions/0.74.4/tarball",
"spell-check": "https://www.atom.io/api/packages/spell-check/versions/0.74.5/tarball",
"status-bar": "https://www.atom.io/api/packages/status-bar/versions/1.8.17/tarball",
"styleguide": "https://www.atom.io/api/packages/styleguide/versions/0.49.12/tarball",
"symbols-view": "https://www.atom.io/api/packages/symbols-view/versions/0.118.2/tarball",
@@ -218,7 +218,7 @@
"package-generator": "1.3.0",
"settings-view": "0.261.1",
"snippets": "1.5.0",
"spell-check": "0.74.4",
"spell-check": "0.74.5",
"status-bar": "1.8.17",
"styleguide": "0.49.12",
"symbols-view": "0.118.2",