⬆️ @atom/notify@1.0.2

This commit is contained in:
Nathan Sobo
2019-05-01 13:56:50 -06:00
parent 781cb90034
commit 90ec3e0bf7
2 changed files with 4 additions and 12 deletions

14
package-lock.json generated
View File

@@ -744,12 +744,9 @@
}
},
"@atom/notify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@atom/notify/-/notify-1.0.1.tgz",
"integrity": "sha512-Z8iLnikqe5MbEsNvmy/C4WN5wFug7ggUK4gSEXFM3E2BGQKgbM05eOHFso5skEnunw3T9lsXOEzJTa/Ycsoc5Q==",
"requires": {
"linebyline": "^1.3.0"
}
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@atom/notify/-/notify-1.0.2.tgz",
"integrity": "sha512-bd2Fo1ujWxAXRBWG5orLk9UHO3D8FFwmOk7qAkQjTjnsqM42yBkUlpmKLdSXwOyBLUNSGhPRe0IWLf0rbnWh7A=="
},
"@atom/nsfw": {
"version": "1.0.18",
@@ -5068,11 +5065,6 @@
"random-seed": "^0.2.0"
}
},
"linebyline": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/linebyline/-/linebyline-1.3.0.tgz",
"integrity": "sha1-bvVM6rgy0j94Qe0vKW/psvba3pQ="
},
"link": {
"version": "file:packages/link",
"requires": {

View File

@@ -14,7 +14,7 @@
"license": "MIT",
"electronVersion": "2.0.18",
"dependencies": {
"@atom/notify": "1.0.1",
"@atom/notify": "1.0.2",
"@atom/nsfw": "1.0.18",
"@atom/source-map-support": "^0.3.4",
"@atom/watcher": "1.3.1",