Skip to content

Commit 6ac996c

Browse files
committed
fix: stop using netstring-stream
1 parent 8eb13fa commit 6ac996c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

packages/SwingSet/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@babel/generator": "^7.6.4",
4848
"anylogger": "^0.21.0",
4949
"esm": "^3.2.5",
50-
"netstring-stream": "^1.0.1",
5150
"re2": "^1.10.5",
5251
"rollup": "^1.23.1",
5352
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

+1-8
Original file line numberDiff line numberDiff line change
@@ -7012,13 +7012,6 @@ neo-async@^2.6.0:
70127012
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
70137013
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
70147014

7015-
netstring-stream@^1.0.1:
7016-
version "1.0.1"
7017-
resolved "https://registry.yarnpkg.com/netstring-stream/-/netstring-stream-1.0.1.tgz#d1babecbc4715428154d2956201bc8be3a526729"
7018-
integrity sha512-/lXoL4KEi8Cty/AsjPkDF7S/cPaHSDMU8PU4NbJNDbW7EhMIb8o6JJA9BD4LJPqPBchpEEoKAluI+BxuqJkR9g==
7019-
dependencies:
7020-
through2 "^2.0.3"
7021-
70227015
nice-try@^1.0.4:
70237016
version "1.0.5"
70247017
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
@@ -10174,7 +10167,7 @@ thenify-all@^1.0.0:
1017410167
dependencies:
1017510168
any-promise "^1.0.0"
1017610169

10177-
through2@^2.0.0, through2@^2.0.2, through2@^2.0.3:
10170+
through2@^2.0.0, through2@^2.0.2:
1017810171
version "2.0.5"
1017910172
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
1018010173
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==

0 commit comments

Comments
 (0)