Skip to content

Commit 86c156d

Browse files
committed
1 parent 56e15c5 commit 86c156d

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-oom-heapdump",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
55
"main": "index.js",
66
"scripts": {
@@ -43,9 +43,9 @@
4343
"bindings": "^1.5.0",
4444
"chrome-remote-interface": "^0.28.2",
4545
"gc-stats": "^1.4.0",
46-
"nan": "^2.14.1",
47-
"node-pre-gyp": "^0.15.0",
46+
"nan": "^2.14.2",
47+
"node-pre-gyp": "^0.17.0",
4848
"require-main-filename": "^2.0.0",
49-
"ws": "^7.3.1"
49+
"ws": "^7.4.1"
5050
}
5151
}

0 commit comments

Comments
 (0)