remove binary-parser, add packet

This commit is contained in:
[poww10s]
2020-09-09 20:30:49 -04:00
parent 46b4451891
commit d5c779fd91
2 changed files with 14 additions and 6 deletions
+13 -5
View File
@@ -3077,11 +3077,6 @@
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz",
"integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ=="
},
"binary-parser": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/binary-parser/-/binary-parser-1.6.2.tgz",
"integrity": "sha512-cYAhKB51A9T/uylDvMK7uAYaPLWLwlferNOpnQ0E0fuO73yPi7kWaWiOm22BvuKxCbggmkiFN0VkuLg6gc+KQQ=="
},
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@@ -9100,6 +9095,14 @@
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
},
"packet": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/packet/-/packet-0.0.7.tgz",
"integrity": "sha1-vD4q4ziJHvnNCjOcqlxmwms68Cg=",
"requires": {
"programmatic": "0.0.8"
}
},
"pako": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
@@ -10346,6 +10349,11 @@
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
},
"programmatic": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/programmatic/-/programmatic-0.0.8.tgz",
"integrity": "sha1-0KxjJnu4HadaL9//+2GDG+V1swU="
},
"progress": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
+1 -1
View File
@@ -7,7 +7,7 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"binary-parser": "^1.6.2",
"packet": "0.0.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3"