⬆️ text-buffer@13.15.3

This commit is contained in:
David Wilson 2019-01-31 17:51:08 -08:00
parent 6903be1b60
commit fec685655f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -5330,9 +5330,9 @@
}
},
"superstring": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/superstring/-/superstring-2.3.4.tgz",
"integrity": "sha512-DcNkTCdB9F3FMZRdURSALsHi+7DWqFCI0cH+Eg8mwBg+kxQs6GeB3LrGUvCI5bEB6Dtlu2ox8UYN0onPN4JeZQ==",
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/superstring/-/superstring-2.3.6.tgz",
"integrity": "sha512-kDTXCXArhHL1lRk2zBW7ByRJByqVwoLK3E3jlf8+LcwQLZgSMs9dwrDHDpBdoOm89kstSBSrGcW8OJqNkxjWrQ==",
"requires": {
"nan": "^2.10.0"
}
@ -5466,9 +5466,9 @@
}
},
"text-buffer": {
"version": "13.15.2",
"resolved": "https://registry.npmjs.org/text-buffer/-/text-buffer-13.15.2.tgz",
"integrity": "sha512-9TLHtW/ecEXrvgxCyh8PiLWdfUUBhrw+Jp4+0fv3KtIt9G8VAwydyqFAGR9YAGvx4Q1Vi7fky2y+cEdRiKQ3HA==",
"version": "13.15.3",
"resolved": "https://registry.npmjs.org/text-buffer/-/text-buffer-13.15.3.tgz",
"integrity": "sha512-H2fz/N15g0fBP7R33FUFLnIyND+Lji/xmuvHg9rKgmfCh7NAVxiFIvnZTabuBhL9InqPrtV5t4hkUy+r3dNXMg==",
"requires": {
"delegato": "^1.0.0",
"diff": "^2.2.1",
@ -5480,7 +5480,7 @@
"mkdirp": "^0.5.1",
"pathwatcher": "8.0.2",
"serializable": "^1.0.3",
"superstring": "2.3.4",
"superstring": "2.3.6",
"underscore-plus": "^1.0.0"
},
"dependencies": {

View File

@ -155,7 +155,7 @@
"symbols-view": "https://www.atom.io/api/packages/symbols-view/versions/0.118.2/tarball",
"tabs": "https://www.atom.io/api/packages/tabs/versions/0.109.2/tarball",
"temp": "^0.8.3",
"text-buffer": "13.15.2",
"text-buffer": "13.15.3",
"timecop": "https://www.atom.io/api/packages/timecop/versions/0.36.2/tarball",
"tree-sitter": "0.13.23",
"tree-sitter-css": "^0.13.7",