Skip to content

Commit

Permalink
Update why-is-node-running to latest
Browse files Browse the repository at this point in the history
Avoids reporting thousands of RANDOMBYTESREQUEST handles.
See mafintosh/why-is-node-running#57
  • Loading branch information
jonathanperret committed Feb 15, 2024
1 parent 916acf3 commit 9f87b22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -107,7 +107,7 @@
"typescript": "4.7.4",
"webpack": "5.73.0",
"webpack-cli": "4.10.0",
"why-is-node-running": "2.0.3"
"why-is-node-running": "2.2.2"
},
"dependencies": {
"@googleapis/drive": "0.3.1",
Expand Down
18 changes: 12 additions & 6 deletions yarn.lock
Expand Up @@ -7189,6 +7189,11 @@ side-channel@^1.0.4:
get-intrinsic "^1.0.2"
object-inspect "^1.9.0"

siginfo@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/siginfo/-/siginfo-2.0.0.tgz#32e76c70b79724e3bb567cb9d543eb858ccfaf30"
integrity sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==

sigmund@~1.0.0:
version "1.0.1"
resolved "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
Expand Down Expand Up @@ -7321,8 +7326,8 @@ stack-trace@0.0.x:

stackback@0.0.2:
version "0.0.2"
resolved "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz"
integrity sha1-Gsig2Ug4SNFpXkGLbQMaPDzmjjs=
resolved "https://registry.yarnpkg.com/stackback/-/stackback-0.0.2.tgz#1ac8a0d9483848d1695e418b6d031a3c3ce68e3b"
integrity sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==

statuses@2.0.1:
version "2.0.1"
Expand Down Expand Up @@ -8347,11 +8352,12 @@ which@^2.0.1, which@^2.0.2:
dependencies:
isexe "^2.0.0"

why-is-node-running@2.0.3:
version "2.0.3"
resolved "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.0.3.tgz"
integrity sha512-XmzbFN2T859avcs5qAsiiK1iu0nUpSUXRgiGsoHPcNijxhIlp1bPQWQk6ANUljDWqBtAbIR2jF1HxR0y2l2kCA==
why-is-node-running@2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/why-is-node-running/-/why-is-node-running-2.2.2.tgz#4185b2b4699117819e7154594271e7e344c9973e"
integrity sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==
dependencies:
siginfo "^2.0.0"
stackback "0.0.2"

wide-align@^1.1.2, wide-align@^1.1.5:
Expand Down

0 comments on commit 9f87b22

Please sign in to comment.